Skip to main content
Version: v0.9.0a2

Verify Capability Token Endpoint

POST 

/v1/federation/capability-tokens/verify

Verify a capability token (Spec-06-Capability-Tokens).

Returns {"valid": true} on success, or {"valid": false, "reason": "..."} when the token fails any verification step (expired, bad sig, revoked, etc.). HTTP 200 in both cases; 422 only for a missing/malformed request body.

Request

Responses

Successful Response