SportDevs Authentication
If you choose to go through the dashboard, after you create a specific API key then you need to insert your api key on a specific subscription so that you can start using that subscription through the API key.
A single API key can be associated with multiple subscriptions, and a single subscription can have multiple API keys.
Requests Headers
Our API only uses get requests, where it returns only json format.
Required headers:
{
"Authorization": "Bearer xXxXxXxXxXxXxXxXxXxX"
}
For more info about the payment and the authentication in our dashboard you can check in our terms of service.