v1

latestOpenAPI 3.0.12026-07-243124341009.5 KB
Authorization

Access Token

Returns an access token.

post/token

Response

Success

access_tokenstring

The access token to be used to authorize the request.

expires_ininteger

The lifetime of the access token in seconds. Default value: 3600 seconds (1 hour).

token_typestring

The type of the access token. Supported: bearer.