Using the IVA 360 API
Introduction
This article will tell you about the capabilities of the IVA 360 platform API! Here you will find instructions on how to connect and use the API for integration with the IVA 360 platform.
Main API usage scenarios
- Creating and managing user accounts
- Updating user data
- Deleting users
IVA 360 API Settings
Step 1. Getting an API key
To start working with the API, you need to get an API key:
- Log in to your account at lk.iva360.ru.
- Add your company (https://lk.iva360.ru/profile)
- After that, you will see the section "Integrations in the personal account (https://lk.iva360.ru/integrations)
To generate an API key in your personal account, go to the integration section on the "API Management" tab

Create a new API key. Copy the received key - it will be needed for authorization requests.
Step 2. Authorization basics
All API requests require passing your API key in the HTTP request header:
Authorization: Bearer YOUR_API_KEYwhere YOUR_API_KEY is your unique key.
Step 3. Basic API methods
The main API methods are specified in the specification: https://api.iva360.ru/api/client/redoc
Limitations
Maximum number of requests - 1000 per minute. To increase the limit, contact our support.