Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleProduction

https://production.revshare.api.geniussports.com/api/uploads/json

Mandatory query parameters

Parameter

Description

Value type

uploaded_by

Email address of the uploading client’s contact

string <email>

Example:uploaded_by=test.revshare.customer1@geniussports.com

account_id

Account ID of the client

number

Example: account_id=1000004

start_date

Start date of the uploaded data

string^\d\d\d\d-\d\d-\d\d$ (YYYY-MM-DD)

Example: start_date=2022-09-01

end_date

End date of the uploaded data

string^\d\d\d\d-\d\d-\d\d$ (YYYY-MM-DD)

Example: end_date=2022-09-30

provided_for

RevShare or NFL upload

string

Enum: revshare nfl

template

Account or Brand level NFL or Inplay (RevShare) upload

string

Enum: nfl_account nfl_brand inplay_account inplay_brand

reference

Automated upload reference number or identifier.

string

Example: reference=API-Upload-Oct-22

This reference appears on emails sent to the admin contact of the client

token

Client's Authentication Token

string

Example: token=6cfc21c0-7e5b-11ed-a1eb-0242ac121112

...

Expand
titleProduction

https://production.revshare.api.geniussports.com/api/uploads/{upload_uuid}

Mandatory query parameters

Parameter

Description

Value type

token

Client's Authentication Token

string

Example: token=6cfc21c0-7e5b-11ed-a1eb-0242ac121112

...

Expand
titleProduction

https://production.revshare.api.geniussports.com/api/account/{account_id}/usage

Mandatory query parameters

Parameter

Description

Value type

year

The year for the requested usage data

string

Example: 2023

month

The month for the requested usage data

string

Example: 2

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: 1000

token

Client's Authentication Token

string

Example: token=6cfc21c0-7e5b-11ed-a1eb-0242ac121112

...