sportsbet_cms_page
Retrieve CMS page content by competition ID or page path, returning structured blocks with type and content for direct use.
Instructions
CMS page block by competition id or page path (one of the two is required).
Returns: {page:{path, blocks:[{type, content}]}}
Auth: works without a key; SPORTSBET_REFRESH_TOKEN unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loggedIn | No | Return the logged-in variant. | |
| pagePath | No | CMS page path (use this OR competitionId). | |
| competitionId | No | Competition id (use this OR pagePath). |