GoalServe · Authentication Profile

Goalserve Authentication

Authentication

GoalServe secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

Sports DataLive ScoresOddsFixturesSoccer
Methods: apiKey Schemes: 1 OAuth flows: API key in: path

Security Schemes

ApiKeyInPath apiKey
· in: path (key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/goalserve-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - path
schemes:
- name: ApiKeyInPath
  type: apiKey
  in: path
  parameter: key
  description: Unique GoalServe API access key supplied as the first path segment after `/getfeed/`.
    Issued on registration; in-play feeds also require the caller's IP address to be whitelisted.
  sources:
  - openapi/goalserve-openapi.yml