Postman
Prerequisite — An External Client App in the target Salesforce org with OAuth enabled and Postman's callback URL added to the allowed callback URLs.
1
Create a request in Postman and set the method to POST.
2
Enter the complete URL for the Pipeline or Executable operation.
3
Open the Authorization tab.
4
Select OAuth 2.0.
5
Configure the following values:
Grant Type
Authorization Code with PKCE
Auth URL
{orgBaseUrl}/services/oauth2/authorize
Access Token URL
{orgBaseUrl}/services/oauth2/token
Client ID
External Client App Consumer Key
Client Secret
External Client App Consumer Secret
Code Challenge Method
SHA-256
6
Select Get New Access Token and log in to Salesforce.
7
After authentication is complete, save and use the token.
8
Open the Headers tab and add
Content-Type: application/json.9
Open the Body tab, select raw › JSON, and enter the request body if needed.
10
Select Send.