POST
/
{account_id}
/
jwk
/
create
curl --request POST \
  --url https://api.typeauth.com/{account_id}/jwk/create \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "type": "<string>",
  "jwtEndpoint": "<string>",
  "jsonKey": "<string>"
}'

Path Parameters

account_id
string
required

Body

application/json

Response

201

JWK created successfully