v2

latestOpenAPI 3.1.0Proprietary2026-07-26127193620.1 KB
Agent

Verify an agent account email claim

Confirms the verification code emailed by /agent/claim/start and upgrades the account to the developer plan. The org id, API key, and managed inbox all carry over; the send cap lifts. Authenticated by the agent's own API key.

post/agent/claim/verify

Headers

Idempotency-Keystring

Optional client-supplied idempotency key. Retrying a request with the same key returns the original result instead of performing the action a second time; if omitted the server derives one from the canonical payload hash. Safe to retry network failures without duplicating side effects.

Request body

verification_codestring required

The verification code emailed by the claim start step.

Response

Claim verified; account upgraded to developer

successtrue required