Created
November 4, 2021 12:17
-
-
Save tombola/76d45d8d428c99308f26fde5c8e4db02 to your computer and use it in GitHub Desktop.
Control Shift API - auth environment variables
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
{ | |
"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": "[email protected]", | |
"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