Setting Up and Using the REST API

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

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

To make your first request, check out the Getting Started section.

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

Configure REST Calls

Review materials that explain how to form requests, encode data, and handle sequential queries.

Perform Authorization

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

Install and Configure the Application

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

Configure Application Operation in the Cloud and On-Premise

Compare the requirements of the cloud and on-premise versions, configure the network, and expand the API if necessary.

Implement an Interactive Interface and Instant Events

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

Optimize Performance Under Load

Apply recommendations for optimizing requests, working with queues, and controlling limits.