Hanzo
OpenapiIam

Answers whether an access token is still good, and what it is good for — the…

Answers whether an access token is still good, and what it is good for — the check a resource server of yours makes before honouring a token it did not…

POST /v1/iam/oauth/introspect

Addresshttps://api.hanzo.ai/v1/iam/oauth/introspect
MethodPOST
Operationpost_iam_oauth_introspect
AuthAuthorization: Bearer $HANZO_API_KEY

Answers whether an access token is still good, and what it is good for — the check a resource server of yours makes before honouring a token it did not mint.

A token counts as active only if it verifies AND has not been revoked, so a revoked token reads as dead here immediately rather than until it expires. A token that is unknown, expired or revoked answers simply that it is not active, and nothing more — the endpoint is not a way to learn about tokens you were not given.

Request

The document declares no body for POST /v1/iam/oauth/introspect. The handler is typed in cloud but its shape is not yet emitted, so the fields are not listed here — ask the MCP door's describe for post_iam_oauth_introspect, which answers from the running route.

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 oauth introspect

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page