Skip to main content

Validate an identity token

GET 

/tokens/:id

Validate an IDENTITY token and return the associated participant ID. This is a public endpoint that does not require authentication. Returns 404 if the token is not found or is not an IDENTITY type. Returns 400 if the token is expired, revoked, or missing participantId in payload.

Request

Responses

OK

Response Headers
    Access-Control-Allow-Headers
    Access-Control-Allow-Methods
    Access-Control-Allow-Origin
    Cache-Control
    Content-Type