Skip to content

Instantly share code, notes, and snippets.

@tombola
Created November 4, 2021 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tombola/76d45d8d428c99308f26fde5c8e4db02 to your computer and use it in GitHub Desktop.
Save tombola/76d45d8d428c99308f26fde5c8e4db02 to your computer and use it in GitHub Desktop.
Control Shift API - auth environment variables
{
"name": "Control Shift Auth",
"values": [
{
"key": "CS_REST_CLIENT_SECRET",
"value": "",
"enabled": true
},
{
"key": "CS_REST_CLIENT_ID",
"value": "",
"enabled": true
},
{
"key": "CS_TEST_MEMBER_EMAIL",
"value": "example@gmail.com",
"enabled": true
},
{
"key": "CS_TEST_MEMBER_ID",
"value": "",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2021-11-04T12:11:53.524Z",
"_postman_exported_using": "Postman/9.1.3"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment