🔐Authentication
All of our APIs require authentication. Request your token with support [email protected]
To make your first request, you must have the token generated by the API administrator [email protected].
Authentication is performed through a query parameter in the request url.
You can pass the api_token
parameter, for example:
https://enterprise.sportsanalytics.com.br/v1/markets/docs-json?api_token=SEU_TOKEN
When making a request, a response code will be generated, all possible ones are listed below
200: OK
Request succeeded
400: Bad Request
It seems that some part of the request is malformed. The exact reason is returned in the response.
401: Unauthorized
The request is not authenticated.
403: Forbidden
Not authorized. Indicates you're attempting to access a feed that is not accessible from your plan.
429: Too Many Requests
Too many requests. In order to make the API as responsive as possible, you have an hourly request limit. The limit for your current subscription can be found in any successful response. Check the "meta" section to find out your limit.
500: Internal Server Error
An internal error has occurred and has been logged for further inspection. Please email support.
Last updated