post
https://api.sharpsports.io/v1/bookRegions//affiliateLink
update or remove the affiliateLink for a bookRegion.
Authorization
🔐 Private API Key
Update or clear the affiliateLink for a given 📖 BookRegion. A region-level affiliateLink overrides the book-level 🔗 Book AffiliateLink for this specific region.
Affiliate Links can also be managed in the SharpSports dashboard under BetSync > Settings > Book Settings.
Update affiliateLink
Issue a POST to /bookRegions/{id}/affiliateLink with the new link in the request body:
{
"affiliateLink": "https://example.com/affiliate?ref=abc123®ion=nj"
}The response echoes the saved value.
Delete affiliateLink
Issue a DELETE to /bookRegions/{id}/affiliateLink to clear the override. The response will return {"affiliateLink": null}. After deletion, the region will fall back to the book-level affiliateLink (if one is set).