Outbrain · Authentication Profile

Outbrain Authentication

Authentication

Outbrain secures its APIs with apiKey and http across 4 declared security schemes, as derived from its OpenAPI definitions.

AdvertisingNative AdvertisingOpen WebCTVConnected TVVideo AdvertisingContent DiscoveryProgrammaticPerformance MarketingAdTechTeads
Methods: apiKey, http Schemes: 4 OAuth flows: API key in: header, query

Security Schemes

OBTokenAuth apiKey
· in: header (OB-TOKEN-V1)
BasicAuth http
scheme: basic
PublisherKeyAuth apiKey
· in: query (publisherKey)
BearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/outbrain-amplify-api-openapi.yml, openapi/outbrain-engage-api-openapi.yml, openapi/outbrain-teads-conversion-api-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
  - query
schemes:
- name: OBTokenAuth
  type: apiKey
  in: header
  parameter: OB-TOKEN-V1
  description: Token returned from /login. Send on all authenticated requests.
  sources:
  - openapi/outbrain-amplify-api-openapi.yml
- name: BasicAuth
  type: http
  scheme: basic
  sources:
  - openapi/outbrain-amplify-api-openapi.yml
- name: PublisherKeyAuth
  type: apiKey
  in: query
  parameter: publisherKey
  sources:
  - openapi/outbrain-engage-api-openapi.yml
- name: BearerAuth
  type: http
  scheme: bearer
  sources:
  - openapi/outbrain-teads-conversion-api-openapi.yml