User
Create Dynamic Tokens
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.
POST
/
users
/
create_dynamic_token_v2
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The desired expiration time for the access token must follow such a format.
The name that you want to assign to the token must be sent with the request. A user can't have two valid tokens with the same name.
Response
200 - application/json
This access token has the requested expiration time and must be saved
by the user.