GRid API Documentation
This is the documentation for our GRid API. All of our API endpoints can be accessed via an HTTP GET request using your API key.
The API key can be passed either as a query parameter or using the following HTTP request header.
Ocp-Apim-Subscription-Key: {key}
Available Endpoints
Access
{{ operation.DisplayName }} (deprecated)
Query String Parameters
Name
Type
Required
Value
key
string
true
Subscription Required
Key not yet enabled.
{{ parameter.Name }}
{{ parameter.Type }}
{{ parameter.Required == 1 ? 'true' : 'false' }}
{{ vm.format }} change
{{datepicker=(parameter.Name == 'day' || parameter.Name == 'date');""}}
URL Template Parameters
Parameter Name
Type
Required
Value
{{ parameter.Name }}
{{ parameter.Type }}
{{ parameter.Required == 1 ? 'true' : 'false' }}
{{ vm.format }} change
{{groups = vm.GetSportsbookGroups(operation.ApiKey);""}}
Access Required
{{datepicker=(parameter.Name == 'day' || parameter.Name == 'date');""}}
Request Headers
Name
Value
{{ header.Name }}
{{ header.Value}}
Endpoint Notes
Call Interval:
{{operation.CallIntervalDescription}}
Return Type:
{{operation.ReturnType}}{{ operation.ReturnMultiplicity == 'Multiple' ? '[]' : '' }}
Included Datatables: