REST API
Horn’s REST API provides complete support for configuring, provisioning, and managing communication through the Horn platform.
API Endpoint
All REST API endpoints described in this documentation are relative to the base URL:
https://app.horn.co/api/v1_0
For example, if the API endpoint is GET /users/123
, the full URL would be:
GET https://app.horn.co/api/v1_0/users/123
Whether you’re looking to do something relatively easy like dynamically create a conference room or something much more involved like a custom UI, it’s important to understand the basic conventions you should follow for all API interactions:
Learn about the conventions we use for all API interactions.
Most Horn customers choose to integrate the browser-based web conferencing app we provide into their own application, such as a UCaSS product, telemedicine solution, or special-purpose conferencing application.
In these situations, the REST API lets you programmatically create meeting rooms, provision users, and configure desired platform behavior so Horn behaves in concert with your application logic.
For detailed documentation on each API endpoint, select a topic from the navigation menu.