Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save kinlane/90760e65eeaae7a8c6521cf79bb9db2d to your computer and use it in GitHub Desktop.

Select an option

Save kinlane/90760e65eeaae7a8c6521cf79bb9db2d to your computer and use it in GitHub Desktop.
salesforce-rest-api-postman-collection-builder-environment.json
{
"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