Microsoft D365 FO - Test OData API/Web Services by using POSTMAN
Test OData API/Web Services by using POSTMAN:
- go to app registration that you created in the previous blog and get this info from the overview
- client_id
- tenantID
- grant type : client credentials
- resource: URL of your environment
- client_secret: this value from the Certificates & secrets screen in the azure portal. we get it in notepad because it disappeared.

- clock new in postman-> HTTP Request->choose post -> "https://login.microsoftonline.com/<Value of (tenant) ID>/oauth2/token"-> click tab Authentications -> choose "OAuth 2.0"-> click send.
- create new get request-> tab Authentication-< type "Bearer token"-> copy access token value







Comments
Post a Comment