Using APIs on the LiveVox Portal
Table of Contents
LiveVox provides a set of Application Programming Interfaces (APIs) to integrate LiveVox functionality with third-party applications, such as customer relationship management (CRM) systems and other systems to manage your accounts and calling lists. You can use APIs to build custom applications that use LiveVox functionality, such as custom agent desktops and reporting dashboards. LiveVox APIs are independent of programming languages, so you can develop applications in the language of your choice (Java, .NET, C, C++, PHP, and so on).
Accessing the LiveVox APIs
- You must have a valid account (username and password) to access the LiveVox platform. You can use the same username and password to log in to the LiveVox Portal (LVP). You can also create separate credentials for building applications with the API.
- You must have a valid Access Token that is included in the Session requests you make to the LiveVox API. For more information, see the Security section in the LiveVox API Overview documentation.
REST APIs
The LiveVox REST APIs provide basic create, read, update, and delete (CRUD) capabilities using standard HTTP methods. Using these REST APIs, you can apply CRUD operations to your LiveVox data. If the operation is successful, the REST API returns a successful response code. If the request was unsuccessful, then an error is returned.
U15 / U17
Accessing the Developer Portal
To access the LiveVox API documentation from the LiveVox Portal (LVP):
- Go to LVP.
- Click the LiveVox icon in the upper-right corner, as shown below:
- Click the Help Center option from the list. The following screen is displayed:
- Click the Developer Portal (API) link to go to the API documentation.
LV19 / Fall 23
Accessing the Developer Portal
To access the LiveVox API documentation from the LiveVox Portal (LVP):
- Go to LVP.
- Click the Help icon () in the upper right corner, as shown below:
- Click the Help Center option from the list. The following screen is displayed:
- Click the Developer Portal (API) link to go to the API documentation.