{ "opencollection": "1.0.0", "info": { "name": "Zendesk Account Account Settings Global Clients API", "version": "1.0" }, "items": [ { "info": { "name": "Global Clients", "type": "folder" }, "items": [ { "info": { "name": "Zendesk Get Api V2 Oauth Global_clients", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/oauth/global_clients" }, "docs": "Returns all the global OAuth clients that users on your account have authorized.\n\n#### Pagination\n\n* Cursor pagination (recommended)\n* Offset pagination\n\nSee [Pagination](/api-reference/introduction/pagination/).\n\nReturns a maximum of 100 records per page.\n\n#### Allowed For\n\n* Admins\n" }, { "info": { "name": "Zendesk Get Api V2 Oauth Global_clients Global_client_id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/oauth/global_clients/:global_client_id" }, "docs": "Returns the global OAuth client associated with the ID sent on the request.\n\n#### Allowed for\n* Admins\n" }, { "info": { "name": "Zendesk Get Api V2 Oauth Global_clients Token_summary", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/oauth/global_clients/token_summary" }, "docs": "Returns information about tokens for the global clients that your account has authorized.\n\n#### Pagination\n\n* Cursor pagination (recommended)\n* Offset pagination\n\nSee [Pagination](/api-reference/introduction/pagination/).\n\nReturns a maximum of 100 records per page.\n\n#### Allowed For\n\n* Admins\n" } ] } ], "bundled": true }