Generate and email a fresh verification code to the podcast owner
POST/v1/public/campaign-offer/:networkId/:campaignId/:token/send-code
Public, token-authenticated action that generates a numeric verification code and emails it to the podcast's primary contact; the recipient must submit it to verify-code before accepting or rejecting the offer. The email send is best-effort — the code is stored even if delivery fails. Keyless callers are rate limited per token and per client IP; exceeding the limit returns 429 with a Retry-After hint. A valid API key for the campaign's network bypasses the rate limit.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 429
A code was generated; the email send is best-effort
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found
The offer is no longer open
Too many code requests for this invitation