Skip to main content

Submit a verification code

POST 

/v1/public/campaign-offer/:networkId/:campaignId/:token/verify-code

Public, token-authenticated step that checks the numeric code previously emailed via send-code. Verification must succeed before the offer can be accepted or rejected. Attempts are rate limited per token and per client IP, and the code 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