Authentication

Create OAuth Token

post/oauth2/token

Response

OK

token_type'Bearer' required
expires_ininteger required

Number of seconds until token expires.

access_tokenstring required

Your authorization token

refresh_tokenstring

Refresh token used to refresh access token, if available

Changes

No recorded changes to this endpoint across all 1 revision of this API.