...
Response contains the token in the access_token
field.
The Odds Feed Ingestion API includes an endpoint for heartbeats (https://explorer.api.geniussports.com/OddsFeed-Ingestion/v1/Production/public/index.html#tag/SourceHeartbeat ). While it is not obligatory to use, it is a useful feature to have. The absence of heartbeats will not automatically invalidate markets, even if heartbeats are integrated. If you also have our Betvision product integrated this feature will ensure that BetVision displays accurate prices and markets that are not suspended.
Please consult Swagger for more information on this.
Source Fixtures
Sending new fixtures
...
The endpoint expects three mandatory parameters:
sourceId - unique customer id provided by Genius Sports
sourceMarketId - this is the source market Id (provided the integrating team)
Body of the request, with the following mandatory fields:
sourceFixtureId - the event id provided by the integrating team.
name - name of the market (e.g. 'Money Line')
isHandicap - indicates whether this is a handicap market or not
selections, with the following mandatory fields:
id - this is the source id of the selection.
name - the source name of the selection (e.g. ‘Over', ‘Under’, ‘Home competitor name’, ‘Away competitor name', 'Draw’, etc.)
price
...