Configuring and Using the REST API

If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.

This section provides answers to practical questions that arise during integration development:

  • how to securely access the REST API,
  • how to configure different types of applications,
  • how to optimize load.

To make your first request, study the First Steps section.

To find a specific Bitrix24 REST API method, use the Method Reference.

Configuring REST Calls

Review materials explaining how to form requests, encode data, and retrieve sequential selections.

Performing Authorization

Choose an authorization method — from simple webhooks to the full OAuth 2.0 cycle, and configure automatic token renewal and error handling.

Installing and Configuring an Application

Choose the appropriate scenario and follow the instructions for local, mass-market, or configuration solutions.

Configure Application Operation in Cloud and Self-Hosted

Compare the requirements for the cloud and self-hosted versions, configure the network, and extend the API if necessary.

Implement an Interactive Interface and Instant Events

Use Push & Pull to react instantly to user actions in the interface.

Optimize Performance Under Load

Apply recommendations for query optimization, queue management, and limit control.