Sportradar · Authentication Profile

Sportradar Authentication

Authentication

Sportradar secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

DataEsportsFantasy SportsHTTP ChunkedMediaPushReal-TimeSportsSports DataStatisticsStreaming
Methods: apiKey Schemes: 2 OAuth flows: API key in: header, query

Security Schemes

apiKey apiKey
· in: header (x-api-key)
apiKey apiKey
· in: query (api_key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/sportradar-push-feeds-openapi.yml, openapi/sportradar-sports-data-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
  - query
schemes:
- name: apiKey
  type: apiKey
  in: header
  parameter: x-api-key
  description: Sportradar Push Feeds require an API key passed in the x-api-key request header.
    Push entitlements are tied to Realtime customer accounts.
  sources:
  - openapi/sportradar-push-feeds-openapi.yml
- name: apiKey
  type: apiKey
  in: query
  parameter: api_key
  description: Sportradar API key passed as a query parameter. Obtain from the Sportradar developer
    portal.
  sources:
  - openapi/sportradar-sports-data-openapi.yml