Get OAuth2 token
Gets a new short-lived token using the specified client credentials
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
grant_type
The type of grant being requested
client_id
The client identifier
client_secret
The client secret
Response
Access token response
access_token
The access token
token_type
The type of token (typically “Bearer”)
expires_in
Lifetime of the access token in seconds
refresh_expires_in
Lifetime of the refresh token
not-before-policy
Enforce that a token cannot be used before a specific unixtime
scope
The scope of the access token
Errors
400
Bad Request Error
401
Unauthorized Error