Skip to main content
Verify an ImaRobot token. Returns the agent’s identity, scopes, and validity status. No authentication required — use your publishable key (pk_live_) for receiver-side verification.

Request

No request body. The token is passed as a URL path parameter.

Response

Valid token:
Invalid token:
Error values: TOKEN_REVOKED | TOKEN_EXPIRED | TOKEN_INVALID

CORS

GET /v1/verify/:token allows all origins (*). Call it from any backend.

Example

Using the SDK

See imarobot-verify SDK for full SDK docs including Express middleware.