Integration pattern

Revio uses a RESTful API to expose its services to your server. You can think of this API as a contract between us, where you provide information and instructions to us, and we give you responses and results.

In other words, if you want to interact with our system to retrieve information or perform a function, our API helps you communicate what you want to do so we can understand and fulfill the request reliably.

There are various controllers and methods available to you, but we support the standard GET, POST, PUT, PATCH, and DELETE operations that are necessary for Create, Read, Update, and Delete (CRUD) activities.

To get started, you need the following: