How to make Salesforce BULK API V1 Query request from PostMan?

Using PostMan client, we can make Salesforce Bulk API V1 create job, create batch, check batch status, close job and check job status requests. 1. Create a Connected App in Salesforce. Callback URL should be https://{Your Domain}.my.salesforce.com/services/oauth2/callback Example: https://test-ec-dev-ed.develop.my.salesforce.com/services/oauth2/callback 2. Get the Access token. Endpoint URL: https://test-ec-dev-ed.develop.my.salesforce.com/services/oauth2/token 3. Use the Access Token from Step 2 … Continue reading How to make Salesforce BULK API V1 Query request from PostMan?