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}

Language
Authorization
:
Click Try It! to start a request and see the response here!