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.

circle-info

Note: At the moment, the only product we actively support is the Tips Feed.

Authentication

The API requires JWT Token authentication. To generate a token, follow these steps:

  1. Log in to the backoffice.

  2. Navigate to Widgets on the left sidebar.

  3. Locate the widget relevant to your account.

  4. 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>

POST undefined/tips/api/v1/insights/batch

POST undefined/tips/api/v1/tips

POST undefined/tips/api/v1/getnewtips

Last updated

Was this helpful?