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
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
expiry_time
object
requiredThe desired expiration time for the access token must follow such a format.
token_name
string
requiredThe 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
access_token
string
requiredThis access token has the requested expiration time and must be saved
by the user.