curl --request GET \
--url https://api.archera.ai/.well-known/jwks.json \
--header 'x-api-key: <api-key>'{
"keys": [
"<unknown>"
]
}Returns the JSON Web Key Set (JWKS) containing public keys used to verify JWT tokens issued by Archera. This endpoint follows the RFC 7517 standard for JWK and is used by clients to validate JWT signatures. No authentication is required as this endpoint provides public cryptographic keys.
curl --request GET \
--url https://api.archera.ai/.well-known/jwks.json \
--header 'x-api-key: <api-key>'{
"keys": [
"<unknown>"
]
}Was this page helpful?