Exchange a verified-email code for a credential

Auth.md verified_email flow, step 2. Returns a scoped bearer token the account owner can revoke at /settings/developer. Codes are single-use, expire in 15 minutes, and allow 5 attempts.

post/agent-auth/verified-email/claim

Request body

emailstring required
codestring required

The 8-digit code from the email.

Response

access_token, token_type, scope, expires_at

Changes

No recorded changes to this endpoint across all 1 revision of this API.