🔐 SportDevs Authentication
If you choose to authenticate via the SportDevs Dashboard, you will first need to create an API key.
Once created, you must associate your API key with a specific subscription plan to begin using the API.
🔁 A single API key can be linked to multiple subscriptions, and each subscription can also have multiple API keys.
📥 Request Headers
All API requests are made using the GET method and return data in JSON format.
Required Headers
{
"Authorization": "Bearer xXxXxXxXxXxXxXxXxXxX"
}
Replace xXxXxXxXxXxXxXxXxXxX
with your actual API key.
For more information regarding billing, payments, and authentication, please refer to our
📄 Terms of Service.