pointsbet_competition_events
Retrieve paged featured events for a PointsBet competition, including their insight and featured markets.
Instructions
Featured events for one competition (paged) with their insight/featured markets.
Returns: {key, name, nextPage, events:[{key, name, insightMarkets:[], featuredMarkets:[]}]}
Example: AFL competition events, first page {"competitionKey": 7523, "page": 1}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page; follow nextPage in the response. | |
| competitionKey | Yes | Competition key (e.g. 7523 = AFL), from pointsbet_sport_competitions. Required — part of the URL path. |