Bitrix24 · Authentication Profile

Bitrix24 Authentication

Authentication

Bitrix24 secures its APIs with apiKey and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CRMCollaborationProject ManagementTasksTelephonyContact CenterDocument ManagementHRBusiness Suite
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in: query

Security Schemes

AccessToken apiKey
· in: query (auth)
OAuth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/bitrix24-openapi.json
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - query
  oauth2_flows:
  - authorizationCode
schemes:
- name: AccessToken
  type: apiKey
  in: query
  parameter: auth
  description: OAuth 2.0 access_token or incoming webhook token
  sources:
  - openapi/bitrix24-openapi.json
- name: OAuth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://oauth.bitrix.info/oauth/authorize/
    tokenUrl: https://oauth.bitrix.info/oauth/token/
    scopes: 45
  description: OAuth 2.0 authorization
  sources:
  - openapi/bitrix24-openapi.json