Hanzo
OpenapiIam

Publishes the public keys that verify the tokens issued here — the one URL you…

Publishes the public keys that verify the tokens issued here — the one URL you point a service at so it can check a token itself, offline, without calling…

GET /v1/iam/.well-known/jwks

Addresshttps://api.hanzo.ai/v1/iam/.well-known/jwks
MethodGET
Operationget_iam_.well-known_jwks
AuthAuthorization: Bearer $HANZO_API_KEY

Publishes the public keys that verify the tokens issued here — the one URL you point a service at so it can check a token itself, offline, without calling back and without holding any secret of ours.

Keys appear here before they start signing and stay after they stop, so a rotation never leaves a live token unverifiable. Nothing private is ever published.

Request

GET /v1/iam/.well-known/jwks takes no parameters and no body — the credential is the whole request.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo iam .well-known jwks

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page