function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Harish S 58Harish S 58 

How to Pass barrier token for testing mock API

How to Pass barrier token for testing mock API, I have api inputs details need details to test basic oath parameters required for integration
VinayVinay (Salesforce Developers) 
Hi Harish,

You can use Postman to test API response.

Check below reference for more details.

https://developer.salesforce.com/blogs/2020/03/explore-the-salesforce-apis-with-a-postman-collection
https://inevitableyogendra.blogspot.com/2021/12/salesforce-rest-api-and-postman-testing.html
http://amitsalesforce.blogspot.com/2017/06/test-salesforce-api-by-postman-rest.html

Please mark as Best Answer if above information was helpful.

Thanks,