Authentication
post
Required scopes
This endpoint requires the following scopes:
- : all privileges
Authorizations
OAuth2clientCredentialsRequired
Token URL:
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
Body
client_idstringRequiredExample:
Application id
x6A****480client_secretstringRequiredExample:
Application secret
746b14f042104******52ec801e561a9grant_typestringRequiredExample:
Grant type
client_credentialsrefresh_tokenstringOptionalExample:
Refresh token when expired (Needed when refresh)
VvnUrJoqeWQFg******wH-OBpDbb3hXr6p7WResponses
200
Authentication was successful
application/json
access_tokenstringRequiredExample:
Access token
eyJhbGciOiJIUz******InR5cCI6IkpXVCJ9token_typestringRequiredExample:
Token type
bearerexpires_ininteger · int32RequiredExample:
Token expires in seconds
3599refresh_tokenstringRequired
Refresh token when expired
400
Bad Request
application/json
default
Internal error
application/json
post
/oauth/tokenLast updated