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
- 200
- 400
- 404
- 422
- 500
OK
Response Headers
Access-Control-Allow-Headers
Access-Control-Allow-Methods
Access-Control-Allow-Origin
Cache-Control
Content-Type
Bad Request
Not Found
Unprocessable Entity
Internal Server Error