Skip to main content

Authentication

To access the FairPlay Technologies API, all requests must include a valid API key. This key is used to authenticate your requests and ensure that you have the necessary permissions to access our data.

info

You will need to sign up for an API Key in order to access this service. Reach out to us at [email protected] for more information.

Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.

Authentication to the API is performed via a simple HTTP Request Header. Provide your API key as the API-KEY header on every request.

All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.


curl -X GET 'https://api.fairplaybettech.com/catalogue/v1/bookmakers' -H 'API-KEY: <YOUR_API_KEY>'