These docs are for v1.6.2. Click to read the latest docs for v1.15.1.

Generate a JWT token.

Use this operation to generate a new JWT token.

JWT tokens can be used to authenticate to the API, using the Bearer scheme of the Authorization header, like:

Authorization: Bearer {JWT token}

Query Params
string

Client data to inject into the generated JWT token (64 characters max).

This data is not processed by the platform, and can be easily retrieved from the token by BASE64 decoding its payload.

Responses

400

Invalid request. More details are returned in the response body as a JSON object.

Language
Credentials
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json