Whippy · Authentication Profile

Whippy Authentication

Authentication

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

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

Security Schemes

WhippyApiKey apiKey
· in: header (X-WHIPPY-KEY)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/whippy-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: WhippyApiKey
  type: apiKey
  in: header
  parameter: X-WHIPPY-KEY
  description: Organization API key. Generated in the Whippy app under Settings > Developers.
    OAuth 2.0 bearer tokens are also accepted via the Authorization header.
  sources:
  - openapi/whippy-openapi.yml