CleverTap · Authentication Profile

Clevertap Authentication

Authentication

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

AudiencesCustomer EngagementCustomer RetentionMarketing AutomationMobile EngagementPush NotificationsUser Behavior
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

AccountId apiKey
· in: header (X-CleverTap-Account-Id)
Passcode apiKey
· in: header (X-CleverTap-Passcode)

Source

Authentication Profile

clevertap-authentication.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/clevertap-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: AccountId
  type: apiKey
  in: header
  parameter: X-CleverTap-Account-Id
  description: CleverTap account identifier
  sources:
  - openapi/clevertap-openapi.yml
- name: Passcode
  type: apiKey
  in: header
  parameter: X-CleverTap-Passcode
  description: CleverTap account or user passcode
  sources:
  - openapi/clevertap-openapi.yml