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
- 200
- 400
- 401
- 403
- 404
- 409
- 429
The code was accepted
Missing or incorrect code
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found
No code outstanding, or it has expired
Too many attempts; request a new code