Self Exclusion API
Online gambling operators can enable self-exclusion lists using our bespoke API if required by law. The API uses the email address, phone number, full name, date of birth, user country, and user zip fields.
Good to know
- Identify users with their email addresses or User IDs.
- Use PUT request to exclude users, and use DELETE request to reverse the exclusion.
- All SEON API requests are case-sensitive. Please follow the formatting below to avoid errors.
Request
Request Attributes | Type | Required | |
---|---|---|---|
user_ids | array | No | |
emails | array | No | |
HTTP Endpoint
PHP
Generic
Generic
Response
The endpoint returns JSON structured response.
JSON Attributes | Type | |
---|---|---|
created_id_rules | object map | |
created_email_rules | object map | |
failed_ids | object | |
failed_emails | object | |
Response
Delete request
JSON Attributes | Type | Required | |
---|---|---|---|
user_ids | array | no | |
emails | array | no | |
HTTP Endpoint
PHP
Generic
Generic
Delete response
The endpoint returns JSON structured response.
JSON Attributes | Type | |
---|---|---|
created_id_rules | object map | |
created_email_rules | object map | |
failed_ids | object | |
failed_emails | object | |