Cint · Authentication Profile

Cint Authentication

Authentication

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

CompanyMarket ResearchSurvey SampleConsumer InsightsData CollectionAd MeasurementMarketplacePanel
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

BearerAuth http
scheme: bearer
ApiKeyAuth apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/cint-demand-openapi.yml
docs: https://developer.cint.com/en/guides#authentication-process
note: >-
  Bearer JWT is the primary scheme; tokens (client credentials) are issued via the
  onboarding Starter Kit. API Key auth (Authorization header) is also supported.
  Every request must also send the Cint-API-Version date header.
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: BearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: Bearer token used for authentication and authorization. See [Authentication Process](https://developer.cint.com/en/guides#authentication-process)
    documentation for more information.
  sources:
  - openapi/cint-demand-openapi.yml
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: Authorization
  description: API Key Authentication
  sources:
  - openapi/cint-demand-openapi.yml