--- title: 'Pinnacle' description: 'Sports betting API for iGaming with fixtures, odds, lines, and parlay pricing.' --- # Pinnacle Sports betting API for iGaming with fixtures, odds, lines, and parlay pricing. | Detail | Value | |---|---| | Category | iGaming | | Base URL | `https://api.pinnacle.com` | | Authentication | Bearer Token | | Endpoints | 10 | | Connector key | `pinnacle-api` | ## Using Pinnacle in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Pinnacle** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /v1/sports](./get_v1_sports_igaming_listsports) | List sports | | [GET /v1/fixtures](./get_v1_fixtures_igaming_getfixtures) | Get fixtures | | [GET /v1/fixtures/special](./get_v1_fixtures_special_igaming_getspecialfixtures) | Special fixtures (props) | | [GET /v1/odds](./get_v1_odds_igaming_getodds) | Current odds | | [GET /v1/odds/special](./get_v1_odds_special_igaming_getspecialodds) | Special odds | | [GET /v1/odds/parlay](./get_v1_odds_parlay_igaming_getparlayodds) | Parlay odds | | [GET /v1/line](./get_v1_line_igaming_getline) | Check line price | | [GET /v1/line/special](./get_v1_line_special_igaming_getspecialline) | Special line | | [GET /v1/line/parlay](./get_v1_line_parlay_igaming_getparlayline) | Parlay line | | [GET /v2/odds](./get_v2_odds_igaming_getoddsv2) | Odds v2 | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.