Skip to main content

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

A code was generated; the email send is best-effort