Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
Successful Response
This access token has the requested expiration time and must be saved
by the user.
This endpoint can be used to provide access tokens with a desired expiration time. Please save the token as it will be displayed only once.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
This access token has the requested expiration time and must be saved
by the user.