This section is dedicated to Vidaoo's users who whish to experience external system Integrations into Vidaoo software.
To perform Integrations, APIs are crucial to the connection process.
What's an API?
API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other.
When you use an application on your devices, the application connects to the Internet and sends data to a server. The server then retrieves that data, interprets it, performs the necessary actions and sends it back to your devices. The application then interprets that data and presents you with the information you wanted in a readable way. This is what an API is - all of this happens via API.
A complete set of APIs for the integration of user applications is at Vidaoo's users disposal. In fact, by accessing an API, you have the power to perform several actions, for example:
Create, retrieve, delete meetings
Update automations
Verify an account's token
Start, download recordings
How does it work?
Vidaoo's APIs:
Are organized around REST, which stands for stands for Representational State Transfer
Have predictable resource-oriented URLs
Accept form-encoded request bodies
Return JSON-encoded responses. JSON, that is JavaScript Object Notation, is a syntax for storing and exchanging data. In other words, it's a language and format used to send and receive information.
Use standard HTTP response codes, authentication, and verbs. HTTP methods or protocol operate with these terms:
What you want to do
Method to use
Create
POST
Retrieve
GET
Update
PUT
Delete
DELETE
Vidaoo APIs
All Vidaoo's APIs are listed on this page. Be sure to test them all!