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-08-13'
method: derived
source: openapi/sendhub-authentication-api-openapi.yml, openapi/sendhub-contact-api-openapi.yml,
  openapi/sendhub-group-api-openapi.yml, openapi/sendhub-message-api-openapi.yml, openapi/sendhub-profile-api-openapi.yml,
  openapi/sendhub-thread-api-openapi.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-authentication-api-openapi.yml
  - openapi/sendhub-contact-api-openapi.yml
  - openapi/sendhub-group-api-openapi.yml
  - openapi/sendhub-message-api-openapi.yml
  - openapi/sendhub-profile-api-openapi.yml
  - openapi/sendhub-thread-api-openapi.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-authentication-api-openapi.yml
  - openapi/sendhub-contact-api-openapi.yml
  - openapi/sendhub-group-api-openapi.yml
  - openapi/sendhub-message-api-openapi.yml
  - openapi/sendhub-profile-api-openapi.yml
  - openapi/sendhub-thread-api-openapi.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-authentication-api-openapi.yml
  - openapi/sendhub-contact-api-openapi.yml
  - openapi/sendhub-group-api-openapi.yml
  - openapi/sendhub-message-api-openapi.yml
  - openapi/sendhub-profile-api-openapi.yml
  - openapi/sendhub-thread-api-openapi.yml