Zendesk Post Oauth Tokens
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. Using a Zendesk username and password to gain an OAuth access token (password grant type flow) has been deprecated and is highly discouraged. An access token can be revoked. Use the [OAuth Tokens API](/api-reference/ticketing/oauth/oauth_tokens) to list, show, or revoke tokens. #### Request parameters The POST request takes ...