CRM Web API using Postman Part - 3
On my last article, I explained how to prepare webapi request. You can use postman to submit webapi request to CE. Follow the below steps.
Prerequisites
To send any request to CE, the API need authentication token. Prepare the request as below.
Response will be having access token.
Once you have the access token. you can authenticate the API using Bearer Token as shown in below screen shot.
Now you can do get, patch or post request using postman.
Thanks!!