{ "opencollection": "1.0.0", "info": { "name": "Zendesk Account Account Settings Grant Type Tokens API", "version": "1.0" }, "items": [ { "info": { "name": "Grant Type Tokens", "type": "folder" }, "items": [ { "info": { "name": "Zendesk Post Oauth Tokens", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/oauth/tokens" }, "docs": "Returns an OAuth access token in exchange for an [authorization code](https://support.zendesk.com/hc/en-us/articles/203663836#topic_pvr_ncl_1l) valid for 120 seconds.\n\nUsing a Zendesk username and password to gain an OAuth access token (password grant type flow) has been deprecated and is highly discouraged.\n\nAn access token can be revoked. Use the [OAuth Tokens API](/api-reference/ticketing/oauth/oauth_tokens) to list, show, or revoke tokens.\n\n#### Request parameters\n\nThe POST request takes the" } ] } ], "bundled": true }