Skip to main content

Create JWT

POST 

/auth/v1/jwt

warning

This endpoint is available in private cloud only. Use your global host URL if self-hosted.

To create a JWT use your project's Service Account JWT to authenticate and authorize the request.

The 'kid' you supply must exist and will be used to sign the JWT. You can create a new KID by creating a new JWK in your dashboard.

Do not use the 'kid' of your project's Service Account JWT unless you want to give the JWT created access to your project.

Generate JWT

Request

Responses

JWT

Bad Request

Unauthorized

Forbidden

Internal Server Error