Authentication
Generate your API token
Attach your token to a request
https://api.sportmonks.com/v3/motorsport/fixtures?api_token=YOUR_TOKENAuthorization: YOUR_TOKENconst response = await fetch('https://api.sportmonks.com/v3/motorsport/fixtures', {
headers: {
'Authorization': 'YOUR_TOKEN',
'Accept': 'application/json'
}
});Keep your token secure
Common errors
FAQ
Related
Last updated
Was this helpful?