sportsbet_popular_promotions
Retrieve popular promotions from a specified provider and client ID to view current offers, optionally filtered by limit and logged-in state.
Instructions
Trending / popular promotions for a promo provider + client.
Returns: {promotions:[{id, title, url}]}
Auth: none needed.
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. |