API reference
Get Signing Keys
GET /.well-known/jwks.json
GET
/.well-known/jwks.jsonAuthentication
This endpoint does not require an API key.
Responses
200
Success
application/json
| Field | Type | Required | Description |
|---|---|---|---|
keys | array | Yes |
Full schema:
{
"type": "object",
"properties": {
"keys": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": true
}
}
},
"required": [
"keys"
],
"additionalProperties": false
}