Skip to main content

Submit a verification code

POST 

/v1/public/opt-in/:token/verify-code

Public, token-authenticated step that checks the numeric code previously emailed via send-code. Verification must succeed before the opt-in can be completed. Attempts are rate limited per token and per client IP, and the code itself locks out after too many incorrect tries — both cases return 429, after which the recipient must request a fresh code. An expired or never-sent code returns 409.

Request

Responses

The code was accepted