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
- 200
- 400
- 401
- 403
- 404
A new code was generated; the email send is best-effort
The offer's podcast has no contact email
Missing or invalid API key
The API key is not authorized for this resource
Offer, campaign, podcast, or the offer's invitation not found