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
name
string
required

Name of the JWT

exp
boolean
required

Expiration of the JWT

nbf
boolean
required

Not before of the JWT

kid
boolean
required

Key id of the JWT

jwk
string
required

JWK ID of the JWT

path
any[]

Path where the JWT is used

keys
any[]

JWT claims to be checked