v1

latestOpenAPI 3.1.02026-07-26457177.8 KB
Authorization

Authorize a User

📘

You can place your application's client_id into the username field, and your client_secret into the password form field of the Authentication section of this documentation 👉.

Use this endpoint to both initially Authorize a User, and also to Refresh Authorization for a user.

In the Form Data below, Option 1 is for the initial action to Authorize a User. Option 2 is for the action of using the refresh_token to generate a new access_token.

post/v1/oauth/token

Response

Authorization Responses

access_tokenstring password

The access token for the User (used for any Bearer Auth resources)

expires_ininteger

Seconds from the time of authorization that the access_token will expire

refresh_tokenstring password

The token that can be used to refresh authorization and retrieve a new access_token

token_typestring

The type of token returned