Kudosity · Authentication Profile

Kudosity Authentication

Authentication

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

MessagingSMSMMSRCSWhatsAppCommunicationsCPaaSWebhooksMCPAgent-nativeAustraliaNotificationsTwo-Way MessagingContact Management
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (x-api-key)
basicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-27'
method: derived
source: openapi/kudosity-transmit-message-openapi-original.yml, openapi/kudosity-transmit-sms-openapi-original.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: x-api-key
  description: All API requests require your API credentials, you will find them once logged
    into your account on the SETTINGS page. Scroll down to API Settings to find your API key.
  sources:
  - openapi/kudosity-transmit-message-openapi-original.yml
- name: basicAuth
  type: http
  scheme: basic
  description: |-
    Use the `Authorization` header with the value `Basic {base64(api_key:api_secret)}`.
    - `api_key`: Your API key
    - `api_secret`: Your API secret
  sources:
  - openapi/kudosity-transmit-sms-openapi-original.yml