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 ​
- Go to Connections and click New Connection.
- Pick Pinnacle from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /v1/sports | List sports |
| GET /v1/fixtures | Get fixtures |
| GET /v1/fixtures/special | Special fixtures (props) |
| GET /v1/odds | Current odds |
| GET /v1/odds/special | Special odds |
| GET /v1/odds/parlay | Parlay odds |
| GET /v1/line | Check line price |
| GET /v1/line/special | Special line |
| GET /v1/line/parlay | Parlay line |
| GET /v2/odds | Odds v2 |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.