JWT Token by Code
Query Parameters
codestring Required
QR code
Response
200
Object
OK
Response Attributes
access_tokenstring
The token used to authenticate API requests on behalf of the user until it expires.
token_typestring
The type of token issued. Typically indicates the token's usage scheme, such as "Bearer".
expires_innumber
The lifespan of the access token in seconds before it expires and requires renewal.
Was this section helpful?
Response
Status Codes
200
Everything worked as expected.
400
The request was unacceptable, often due to missing a required parameter.
401
The request was unacceptable, often due to missing a required parameter.
402
The parameters were valid but the request failed.
403
The API key doesnt have permissions to perform the request.
404
The requested resource does not exist.
Was this section helpful?