Skip to content

Instantly share code, notes, and snippets.

@dubeyji10
Last active May 16, 2022 10:55
Show Gist options
  • Save dubeyji10/27bb0aac470f162d87c8ed650c4673cf to your computer and use it in GitHub Desktop.
Save dubeyji10/27bb0aac470f162d87c8ed650c4673cf to your computer and use it in GitHub Desktop.
postman environment for zoho crm apis
{
"id": "dd809867-e207-43b8-ae65-2e9cd14903f7",
"name": "dubey_zoho_env_2",
"values": [
{
"key": "accounts-url",
"value": "https://accounts.zoho.in",
"enabled": true
},
{
"key": "client-id",
"value": "your-client-id",
"enabled": true
},
{
"key": "client-secret",
"value": "your-client-secret",
"enabled": true
},
{
"key": "redirect-uri",
"value": "",
"enabled": true
},
{
"key": "expiry-time",
"value": "",
"enabled": true
},
{
"key": "refresh-token",
"value": "",
"enabled": true
},
{
"key": "access-token",
"value": "",
"enabled": true
},
{
"key": "api-domain",
"value": "https://www.zohoapis.in",
"enabled": true
},
{
"key": "authorization-token",
"value": "Bearer {{access-token}}",
"enabled": true
},
{
"key": "grant_type",
"value": "authorization_code",
"enabled": true
},
{
"key": "grant_token",
"value": "",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2022-05-16T05:00:29.308Z",
"_postman_exported_using": "Postman/9.19.2-220512-1356"
}
@dubeyji10
Copy link
Author

in the current or new workspace load/import this environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment