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>"
}'
JWK created successfully
Was this page helpful?
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>"
}'
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>"
}'
JWK created successfully
Was this page helpful?
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>"
}'