US State Geo-Restriction Examples
Example 1: Event is allowed in the US, Licence for property is for the US
Example events API response with restrictions=whitelist:
{
"id": 141728,
"title": "Ali Carter v Adam Stefanow",
"tournament": {
"id": 2665,
"name": "Welsh Open 2020",
"property": {
"id": 63,
"name": "World Snooker",
"sport": {
"id": 14,
"name": "Snooker"
}
}
},
"restrictionRequest": "whitelist",
"countryList": [
"US"
],
"updatedAt": "2020-02-10T20:37:08+0000",
"startDate": "2020-02-10T20:00:00+0000",
"endDate": "2020-02-11T03:00:00+0000"
}Example 2: Event is allowed in certain US States, Licence for property is for the US
Example events API response with restrictions=whitelist
Example Events API response with subRestrictions=whitelist
Example 3: Content allowed in certain US States and Countries, Licence for property is also allowed in certain US States and Countries
Example events API response with restrictions=whitelist
Example Events API response with subRestrictions=whitelist
Last updated
Was this helpful?