latestSwagger 2.02026-08-0982147352.7 KB
be66ed178abe
Authentication Token
access token
Exchanges an auth_code for an access_token and refresh_token. An access_token is sent with every API call when using OAuth. When an access_token expires, the refresh_token is used to obtain a new access_token. So, securely store these tokens for later use. <br /><br /> The access_token should be included in the Authorization header as follows: Bearer {access_token} <br /><br /> Please see the <a href="/api/docs/v2#section/Authorization">AUTHORIZATION</a> section for a full explanation of the OAuth flow. <br /><br /> Also accepts `application/x-www-form-urlencoded'.
post/v{version}/connect/token
Path parameters
versionstring required
Request body
Response
OK