Brandcast · Authentication Profile

Brandcast Authentication

Authentication

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

CompanyEnterprise SoftwareNo-CodeWebsite BuilderContent ManagementDigital ExperienceWeb DesignBrand Management
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

apiKey apiKey
· in: header ()

Source

Authentication Profile

brandcast-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://developer.brandcast.io/
docs: https://developer.brandcast.io/
summary:
  types:
  - apiKey
  api_key_in:
  - header
  oauth2_flows: []
schemes:
- name: apiKey
  type: apiKey
  in: header
  parameter_name: x-api-key
  transport: https-only
  description: >-
    Brandcast API requests are authenticated with an API key sent in the
    x-api-key HTTP header over HTTPS. Keys are issued by Brandcast and are
    tied to the developer's Brandcast account. No OAuth or OpenID Connect
    flow is documented for the public API.
  sources:
  - https://developer.brandcast.io/
notes: >-
  Derived by searching the Brandcast developer documentation
  (developer.brandcast.io, mirrored at api.brandcast.io). The provider does
  not publish an OpenAPI/Swagger specification, so this profile is captured
  from the documented authentication guidance rather than derived from a spec.