Create new Token
User Management
Create new Token
POST
Create new Token
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The token name
Required string length:
1 - 200sandbox_api_token- Sandboxapi_token- Back
Available options:
sandbox_api_token, api_token Optional remaining credits balance for this Token, if active_balance is set to True and the balance reaches 0, this token will become unusable
Pattern:
^-?\d{0,5}(?:\.\d{0,9})?$Weither to use the balance field or not.
Response
201 - application/json
The token name
Maximum string length:
200sandbox_api_token- Sandboxapi_token- Back
Available options:
sandbox_api_token, api_token Optional remaining credits balance for this Token, if active_balance is set to True and the balance reaches 0, this token will become unusable
Pattern:
^-?\d{0,5}(?:\.\d{0,9})?$Weither to use the balance field or not.