Introduction
ApiRTC REST APIs enable developers to manage Conversations' lifecycle and integrate valuable data into other systems
- Get some data about Conversations and Sessions
- Get reports on video calls
- Retrieve video conference recording files
- ...
You need to be an ApiRTC authenticated user to use the APIs.
Use the /Authentication endpoint to connect through Bearer Authentication and get a token in return.
👉
Include the token in the
👉
Authorization
header of requests:Authorization: Bearer <token>
ApiRTC APIs are compliant with the OpenAPI Standards.

Design a two-way integration by enabling ApiRTC to push events to your systems.