RecVue APIs are completely RESTful and all its responses are returned in JSON. The REST API is a powerful, convenient, and simple API Web Services that interacting with RecVue. It can easily integrate, develop, and it is the best choice of technology to use with mobile applications and Web 2.0 projects. In case of bulk records to process, you can use Bulk API which is based on REST principles and optimized for large sets of data.
RecVue API provides a great deal of flexibility, predictable, resource-oriented URLs. It handles HTTP resource codes to indicate API errors. It has built-in features like HTTP authentication and HTTP verbs that are understandable by off-the-shelf HTTP users to help in expediting the development.
You need the basic familiarity with software development, REST API, and the RecVue UI to work with APIs. By default, the RecVue API Documentation demonstrates using cURL to interact with the API over HTTP. Select one of our official client libraries from Node, Ruby, JavaScript, and Python to see examples in code.