Brandtrack · Authentication Profile

Brandtrack Authentication

Authentication

Brandtrack secures its APIs with apiKey and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyMusicBackground MusicAudioStreamingRetailHospitalityIn-Store ExperienceMediaSound
Methods: apiKey, oauth2 Schemes: 3 OAuth flows: authorizationCode API key in: header

Security Schemes

default apiKey
· in: header (x-customer-api-key)
partner-key apiKey
· in: header (X-Partner-Key)
OAuth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/brandtrack-openapi-original.yml + https://api.brandtrack.fm/.well-known/oauth-authorization-server
docs: https://developers.brandtrack.ai/
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - authorizationCode
schemes:
- name: default
  type: apiKey
  in: header
  parameter: x-customer-api-key
  description: >-
    Primary REST auth. Include an x-customer-api-key header on every authenticated
    request. Contact the Brandtrack team to obtain a key.
  sources:
  - openapi/brandtrack-openapi-original.yml
- name: partner-key
  type: apiKey
  in: header
  parameter: X-Partner-Key
  description: Key used for the /partner/* endpoints (account registration, user token minting).
  sources:
  - https://developers.brandtrack.ai/
- name: OAuth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.brandtrack.fm/oauth/authorize
    tokenUrl: https://api.brandtrack.fm/oauth/token
    revocationUrl: https://api.brandtrack.fm/oauth/revoke
    pkce: S256
    grant_types: [authorization_code, refresh_token]
    scopes: [mcp]
  description: >-
    OAuth 2.0 authorization server discovered via RFC 8414 metadata at
    api.brandtrack.fm (.well-known/oauth-authorization-server). PKCE S256 required,
    single "mcp" scope — guards an MCP/agent access path. Not yet in the human docs.
  sources:
  - https://api.brandtrack.fm/.well-known/oauth-authorization-server