AppsMax · OAuth Scopes

AppsMax OAuth Scopes

OAuth 2.0 searched

AppsMax publishes 12 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the AppsMax API on a user’s behalf.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanySaaSMessagingBusiness AutomationChatbotsMini AppsCustomer RequestsWorkflow AutomationMAXTelegramRussian Language
Scopes: 12 Flows: Method: searched

Scopes (12)

ScopeDescriptionFlows
organizations:read Read the current organization.
bots:read Read the bot list and individual bot records.
connections:read Read the state of a bot's channel connection.
miniapps:read Read mini apps.
funnels:read Read funnels and scenarios.
interactive_menu:read Read interactive menu items.
applications:read Read customer requests (applications).
applications:write Create customer requests and sync their tags.
campaigns:read Read campaigns.
campaigns:write Create campaigns and separately launch them.
subscribers:read Read subscribers.
subscribers:write Create or update subscribers.

Source

OAuth Scopes

Raw ↑
generated: '2026-08-09'
method: searched
source: https://appsmax.ru/developers/#scopes
docs: https://appsmax.ru/developers/#scopes
vocabulary_url: https://appsmax.ru/developers/#scopes
corroborated_by: openapi/appsmax-rest-api-v1-openapi-original.json  # per-operation x-required-scope

model:
  type: api-token scope strings
  oauth2: false
  note: >-
    AppsMax does NOT run OAuth 2.0. Scopes are selected by a signed-in human when creating an
    organization-owned API token in the AppsMax cabinet (Data -> Integrations -> API). There is
    no authorization endpoint, no token endpoint and no dynamic client registration.
  default_when_empty: >-
    A token created with no scope list technically receives full access within its organization.
    AppsMax explicitly discourages this for new integrations — select the minimum required scopes.
  tenancy: Every token is confined to its own AppsMax organization.
  visibility: 'The scopes granted to the current token are readable at GET /me.'

scopes:
  - scope: organizations:read
    description: Read the current organization.
    description_ru: Читать текущую организацию.
    operations: [listOrganizations]
  - scope: bots:read
    description: Read the bot list and individual bot records.
    description_ru: Читать список и карточки ботов.
    operations: [listBots, getBot]
  - scope: connections:read
    description: Read the state of a bot's channel connection.
    description_ru: Читать состояние подключения бота к каналу.
    operations: [listBotConnections]
  - scope: miniapps:read
    description: Read mini apps.
    description_ru: Читать мини-приложения.
    operations: [listMiniapps]
  - scope: funnels:read
    description: Read funnels and scenarios.
    description_ru: Читать сценарии и воронки.
    operations: [listFunnels]
  - scope: interactive_menu:read
    description: Read interactive menu items.
    description_ru: Читать элементы интерактивного меню.
    operations: [listInteractiveMenuItems]
  - scope: applications:read
    description: Read customer requests (applications).
    description_ru: Читать заявки.
    operations: [listApplications, getApplication]
  - scope: applications:write
    description: Create customer requests and sync their tags.
    description_ru: Создавать заявки и синхронизировать их теги.
    operations: [createApplication, syncApplicationTags]
  - scope: campaigns:read
    description: Read campaigns.
    description_ru: Читать кампании.
    operations: [listCampaigns, getCampaign]
  - scope: campaigns:write
    description: Create campaigns and separately launch them.
    description_ru: Создавать и отдельно запускать кампании.
    operations: [createCampaign, runCampaign]
  - scope: subscribers:read
    description: Read subscribers.
    description_ru: Читать подписчиков.
    operations: [listSubscribers, getSubscriber]
  - scope: subscribers:write
    description: Create or update subscribers.
    description_ru: Создавать или обновлять подписчиков.
    operations: [upsertSubscriber, updateSubscriber]

unscoped_operations:
  - operationId: ping
    note: Requires a valid token but no scope.
  - operationId: getCurrentApiContext
    note: Requires a valid token but no scope; returns the token's own scopes and rate limit.

summary:
  scope_count: 12
  read_scopes: 8
  write_scopes: 4
  operations_covered: 19
  operations_unscoped: 2

x-evidence:
  fetched: '2026-08-09'
  urls:
    - url: https://appsmax.ru/developers/
      http_status: 200
    - url: https://appsmax.ru/.well-known/api-onboarding
      http_status: 200