Skip to main content

Generate a fresh offer verification code and email it to the podcast owner

POST 

/v1/networks/:networkId/campaigns/:campaignId/offers/:id/resend-verification-code

Issues a new verification code on the offer's latest invitation (valid for 30 minutes) and emails it to the podcast's primary contact, used when the owner reviews the offer via the magic link. Returns 400 if the podcast has no contact email and 404 if the offer has no invitation. The code is set even if the email send fails; the response reports email_sent and the code's expiry. Requires the administrator network role.

Request

Responses

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