Authentication
Vaix method
OAuth method
$ curl --request POST \\
--url 'https://auth.sportradar.com/oauth/token' \\
--header 'content-type: application/json' \\
--data '{
"grant_type": "client_credentials",
"client_id": "{ClientId}",
"client_secret": "{CLIENT_SECRET}",
"audience": "api.vaix.ai"
}'x-vaix-client-id header
x-vaix-client-id headerAuthorized packages
Was this helpful?