...
Expand | ||
---|---|---|
| ||
|
Mandatory query parameters
Parameter | Description | Value type |
---|---|---|
uploaded_by | Email address of the uploading client’s contact | string <email> Example: |
account_id | Account ID of the client | number Example: |
start_date | Start date of the uploaded data | string^\d\d\d\d-\d\d-\d\d$ (YYYY-MM-DD) Example: |
end_date | End date of the uploaded data | string^\d\d\d\d-\d\d-\d\d$ (YYYY-MM-DD) Example: |
provided_for | RevShare or NFL upload | string Enum: |
template | Account or Brand level NFL or Inplay (RevShare) upload | string Enum: |
reference | Automated upload reference number or identifier. | string Example: This reference appears on emails sent to the admin contact of the client |
token | Client's Authentication Token | string Example: |
...
Expand | ||
---|---|---|
| ||
|
Mandatory query parameters
Parameter | Description | Value type |
---|---|---|
token | Client's Authentication Token | string Example: |
...
Expand | ||
---|---|---|
| ||
|
Downloading Usage
Method: GET
Returns a full set of usage data from the Genius Sports systems for the specific customer account. All data is returned in B2B upload format (Brands included).
API Endpoints
Expand | ||
---|---|---|
| ||
|
Expand | ||
---|---|---|
| ||
|
Mandatory query parameters
Parameter | Description | Value type |
---|---|---|
year | The year for the requested usage data | string Example: |
month | The month for the requested usage data | string Example: |
limit | A limit for the result size. Defaults to 1000. Requesting more than a few thousand rows is not advised as the responses will get slower. | integer Example: |
token | Client's Authentication Token | string Example: |
Path parameters
Parameter | Description | Value type |
---|---|---|
{account_id} | The Account ID of the customer | string Example: |
Response
The API returns a 200 response when the usage data was successfully generated. The usage data is passed as a JSON in the body of the response. A “next” link is returned as part of the response that can be followed for the next page of results if multiple pages or results need to be served.
NB: usage_gameweek
is only returned for NFL fixtures.
Expand | |||||
---|---|---|---|---|---|
| |||||
|