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.

image.png

Response will be having access token.

image.png

Once you have the access token. you can authenticate the API using Bearer Token as shown in below screen shot.

image.png

Now you can do get, patch or post request using postman.

Thanks!!