affiliate_awin-advertiser_propose_publisher_decision
Prepare a guided browser handoff to approve or decline a pending Awin publisher application, as no public endpoint exists. Requires brand, programmeId, publisherId, publisherName, decision.
Instructions
Experimentally prepare a guided browser handoff to approve or decline a pending publisher application on an Awin programme. Awin exposes no public approve/decline endpoint, so this emits a typed handoff for a human to carry out against their own Awin session; it performs no network write itself. Requires brand, programmeId, publisherId, publisherName, and decision (approve|decline); decline accepts an optional declineReason. Returns an ApiGapResponse carrying the browser handoff (constraints, verify target, and inputs with no credentials).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | Yes | ||
| decision | Yes | ||
| programmeId | Yes | ||
| publisherId | Yes | ||
| declineReason | No | ||
| publisherName | Yes |