POST
/
{account_id}
/
jwt
/
create
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>"
  ]
}'

Path Parameters

account_id
string
required

Body

application/json

Response

201

JWT created successfully