Thoughtly · Authentication Profile

Thoughtly Authentication

Authentication

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

Voice AIChat AIConversational AIAI AgentsOutbound CallingInbound CallingLead ConversionSMSWhatsAppCRMTelephony
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (x-api-token)
TeamIdAuth apiKey
· in: header (team_id)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/thoughtly-api-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: x-api-token
  description: API token from Thoughtly Developer Settings.
  sources:
  - openapi/thoughtly-api-openapi.yml
- name: TeamIdAuth
  type: apiKey
  in: header
  parameter: team_id
  description: Team identifier from Thoughtly Developer Settings.
  sources:
  - openapi/thoughtly-api-openapi.yml