Created
January 7, 2020 00:23
-
-
Save kinlane/90760e65eeaae7a8c6521cf79bb9db2d to your computer and use it in GitHub Desktop.
salesforce-rest-api-postman-collection-builder-environment.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id": "cfd883f0-9232-4fc8-a7fb-18003d537e8d", | |
| "name": "Salesforce REST", | |
| "values": [ | |
| { | |
| "key": "host", | |
| "value": "[your salesforce instance host]", | |
| "enabled": true | |
| }, | |
| { | |
| "key": "version", | |
| "value": "[the salesforce api version]", | |
| "enabled": true | |
| }, | |
| { | |
| "key": "postman_api_key", | |
| "value": "[your postman api key]", | |
| "enabled": true | |
| } | |
| ], | |
| "_postman_variable_scope": "environment", | |
| "_postman_exported_at": "2020-01-07T00:20:04.711Z", | |
| "_postman_exported_using": "Postman/7.14.0" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment