cURL
curl --request POST \ --url https://api.typeauth.com/{account_id}/jwt/create \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "path": [ "<any>" ], "exp": true, "nbf": true, "kid": true, "jwk": "<string>", "keys": [ "<any>" ] }'
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?