Go to main content

The Lucid Meetings service includes a full REST API for provisioning resources and controlling the services presented to users. 

Our API uses resource-oriented URLs that leverage built in features of HTTP, like authentication, verbs and response codes. All request and response bodies are JSON encoded, including error responses. Any off-the-shelf HTTP client can be used to communicate with the API. 

Any application programming interface can quickly become complicated to explain and explore, but we've done our best to treat the API documentation as a user interface for developers. 

Learn more about the REST API here.