cURL
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>" } '
Documentation IndexFetch the complete documentation index at: https://docs.typeauth.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.typeauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Name of the JWK
Type of the JWK uploaded or fetched
URL of the JWK
JSON key of the JWK
JWK created successfully
Was this page helpful?