cURL
curl --request POST \ --url https://api.typeauth.com/{account_id}/jwt/create \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "exp": true, "nbf": true, "kid": true, "jwk": "<string>", "path": "<array>", "keys": "<array>" } '
Documentation IndexFetch the complete documentation index at: https://docs.typeauth.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.typeauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Name of the JWT
Expiration of the JWT
Not before of the JWT
Key id of the JWT
JWK ID of the JWT
Path where the JWT is used
JWT claims to be checked
JWT created successfully
Was this page helpful?