Textmagic · Authentication Profile

Textmagic Authentication

Authentication

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

SMSText MessagingMessagingCommunicationsCPaaS
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

TmUsername apiKey
· in: header (X-TM-Username)
TmKey apiKey
· in: header (X-TM-Key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/textmagic-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: TmUsername
  type: apiKey
  in: header
  parameter: X-TM-Username
  description: Your Textmagic account username.
  sources:
  - openapi/textmagic-openapi.yml
- name: TmKey
  type: apiKey
  in: header
  parameter: X-TM-Key
  description: Your Textmagic API key, generated in the account settings.
  sources:
  - openapi/textmagic-openapi.yml