API Reference
The ControlCom Connect REST API lets you manage organizations, devices, assets, variables, and alarms programmatically, and integrate the platform with third-party systems.
Workflow Stage: Integrate
This reference is being expanded. For sending device data today, see the HTTP and MQTT ingestion guides in the Build track.
Base URL
All API requests are made to:
https://api.controlcomtech.com
All requests must be made over HTTPS. Requests over plain HTTP are rejected.
Authentication
The API authenticates with API key credentials (HTTP Basic) or a user JSON Web Token (Bearer). See Authentication for details on generating and using credentials, and the Security reference for transport and best-practice guidance.
Conventions
The API follows predictable REST conventions:
- Resources are scoped to an organization:
/v1/organizations/<organizationId>/... - Request and response bodies are JSON.
- Standard HTTP status codes indicate success or failure.
- List endpoints are paginated.
Browse the Endpoints section in the sidebar for individual resource documentation.