Get started
The Sport User Settings API enables clients to store, retrieve, update, and delete user-specific settings for sports applications, for example odds format preference. These settings are managed as key-value pairs and are uniquely identified by the combination of operator, brand, and player identifiers.
This service is designed to help personalize the user experience across sports products.
Core Operations¶
Manage User Settings¶
- Get User Settings – Retrieve all settings for a specific user
- Update User Settings – Create or update settings for a specific user
Authentication¶
All Sport User Settings API endpoints require authentication. Refer to the main GR8 API authentication guide for details on:
- API Key Authentication
- Session management
- Access token handling
When to use user settings?¶
- Store user preferences such as odds format preference to personalize the sports application experience.
Getting Started Resources¶
General Information¶
- Accessing GR8 API
- API Key Authentication
- Postman Workspace - Ready-to-use API collection for testing
Additional Resources¶
- SportbookAPI Changelog - Latest updates and changes
- Additional Resources - Integration examples and best practices