sportsbet_popular_promotions
Fetch trending promotions for a specified promo provider and client. Returns a list of promotion IDs, titles, and URLs. Optionally include logged-in offers.
Instructions
Trending / popular promotions for a promo provider + client.
Returns: {promotions:[{id, title, url}]}
Auth: works without a key; SPORTSBET_REFRESH_TOKEN unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max promotions to return. | |
| clientId | Yes | Client id for the promo model. Required — part of the URL path. | |
| loggedIn | No | Return logged-in promotions instead of anonymous. | |
| provider | Yes | Promotions provider key. Required — part of the URL path. |