Create Access Token
DeprecatedWARNING: This endpoint is deprecated. Create a new API token for the logged in user.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
grant_type
in: body
scope
The scope, or a space-delimited list of scopes the token is requested for in: body
Response
Contains the details of the token which can be used by the user to access the API
access_token
expires_in
Expiration time, in seconds from the issue time
scope
The scope, or a space-delimited list of scopes the token is issued for
token_type
Token type