SendHub · Authentication Profile

Sendhub Authentication

Authentication

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

CompanySMSMessagingText MessagingCommunicationsMarketingWebhooksVoIP
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: query

Security Schemes

username apiKey
· in: query (username)
api_key apiKey
· in: query (api_key)
basic_auth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/sendhub-openapi-original.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - query
schemes:
- name: username
  type: apiKey
  in: query
  parameter: username
  description: Your SendHub line's username (can be found in your My Settings page)
  sources:
  - openapi/sendhub-openapi-original.yml
- name: api_key
  type: apiKey
  in: query
  parameter: api_key
  description: Your SendHub line's API key (can be found in your My Settings page)
  sources:
  - openapi/sendhub-openapi-original.yml
- name: basic_auth
  type: http
  scheme: basic
  description: Use your SendHub line's password or API key as the password with HTTP Basic Authentication
    (Your username and API key can be found in your My Settings page)
  sources:
  - openapi/sendhub-openapi-original.yml