After you have an access token the rest is easy. If you’re using Postman, click Authorization, click Type, and then click Bearer Token:
After that, set the value of the Token field to the value of your token, and you’re ready to begin making API calls:
If you’re using Curl, your authorization header will look like this:
-H 'Authorization: Bearer Xk7EzdpGq5GPQcsxCWM2SxdlwU_iTsA4i2Px4TEzBrfLIvddjnDVBJxjPDuCARHH'
That’s all you have to do.