REST API Documentation

Overview

activeconference provides a RESTful based API. REST uses the URL structure to convey the entities present in the system. The activeconference REST API requires authentication and is available directly from http://activeconference/api/v1.

Endpoint Actions

The actions you can perform on each endpoint are mapped to standard HTTP method verbs.

GET

The GET method is a read-only method, and returns a representation of the entity

POST

The POST method submits changes to the entity.

PUT

The PUT method lets the client dictate what is to be returned from that endpoint, verbatim.

DELETE

The DELETE method removes the entity.

Support

You've got questions and we've got answers. Check our online help or contact activeconference 24 hours a day, 7 days a week by support [at] activeconference.com or instant messaging to get the information you need.