Reject the offer
POST/v1/public/campaign-offer/:networkId/:campaignId/:token/reject
Public, token-authenticated action that records the recipient's decision to decline the offer: it marks both the offer and the invitation rejected and emits an offer.rejected webhook to the network. No creative is generated. Requires that the emailed code has already been verified and that the offer is still open, otherwise returns 409.
Request
Responses
- 200
- 401
- 403
- 404
- 409
Offer rejected
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found
Not verified, or the offer isn't open