CCMAdmin Interfaces
CCM Admin exposes REST Interfaces for the maintenance of all entities in the CCM Admin database. These include extensions that support user authentication and workgroup assignment.
The call control bar uses the /authenticate endpoint to validate userids and passwords and, on successful authentication, to retrieve the workgroup assignment (tenant and campaign).
CCM Admin uses semantic versioning for API endpoints:
host:port/api/VERSION/, e.g. admin.ccm.smrttouch.com/api/1.0/
Swagger interface
For developers, the REST API is available via Swagger at:
host:port/api/VERSION/explorer, e.g. https://admin.ccm.smrttouch.com/api/1.0/explorer