AppsMax · Authentication Profile

Appsmax Rest Api V1 Authentication

Authentication

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

CompanySaaSMessagingBusiness AutomationChatbotsMini AppsCustomer RequestsWorkflow AutomationMAXTelegramRussian Language
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

bearerAuth http
scheme: bearer
apiTokenHeader apiKey
· in: header (X-Api-Token)

Source

Authentication Profile

Raw ↑
generated: '2026-08-09'
method: derived
source: openapi/appsmax-rest-api-v1-openapi-original.json
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: AppsMax API token
  description: 'Рекомендуемый вариант: Authorization: Bearer YOUR_API_TOKEN'
  sources:
  - openapi/appsmax-rest-api-v1-openapi-original.json
- name: apiTokenHeader
  type: apiKey
  in: header
  parameter: X-Api-Token
  description: Fallback для клиентов без Bearer auth. Не передавайте токен в URL.
  sources:
  - openapi/appsmax-rest-api-v1-openapi-original.json