Reverb · Authentication Profile

Reverb Authentication

Authentication

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

MarketplaceMusicInstrumentsEcommerce
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

XAuthToken apiKey
· in: header (X-Auth-Token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/reverb-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: XAuthToken
  type: apiKey
  in: header
  parameter: X-Auth-Token
  description: |-
    Token returned by POST /api/auth/tokens, supplied on subsequent calls in
    the `X-Auth-Token` request header.
  sources:
  - openapi/reverb-openapi.yml