API Documentation
Applications
Authentication
Security
Abuse Prevention
Routing
JWK
Create a new JWK
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>"
}'
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>"
}'