Skip to main content

Generate and email a fresh verification code to the podcast owner

POST 

/v1/public/opt-in/: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 later submit it to verify-code before completing the opt-in. Code sending is an explicit POST (never a side-effecting GET). 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 podcast's network bypasses the rate limit.

Request

Responses

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