Tips API
This documentation describes the available API endpoints for retrieving insights and tips on various fixtures, allowing customers to access detailed betting tips and statistics.AuthenticationThe API requires JWT Token authentication. To generate a token, follow these steps:
Log in to the backoffice.
Navigate to Widgets on the left sidebar.
Locate the widget relevant to your account.
Click on the three dots on the widget card and select Copy API Key.
The API key is used to generate a JWT token, which must be included in the Authorization
header of the API request.
Example of Authorization header:
Authorization: Bearer <jwt_token>
Retrieves tips for a batch of fixtures.
Language abbreviation (e.g., "en" for English)
"en"
List of fixture IDs for which insights are requested
Successful retrieval of tips
Unique identifier for the batch of tips
"9287810e-1ee3-4ec7-a4aa-1f8cdf101014"
Retrieves tips based on specific fixture details.
Successful retrieval of tips
Retrieves new tips added to existing ones.
Successful retrieval of new tips
Last updated