What Is the API For?
The Dotcom-Monitor API provides a structured, programmatic way to access Dotcom-Monitor’s monitoring and load-testing capabilities. It allows you to create and manage load tests, monitoring devices, tasks, locations, alerts, and retrieve status or performance data, etc. — all through HTTP requests instead of the web interface.
Base URL
All API endpoints use the following base URL:
https://api.dotcom-monitor.com/config_api_v1/
The service is available over both HTTP and HTTPS.
Authentication
Every request requires initial authentication. The session expires after 60 seconds of inactivity.
See the API Authentication section for full instructions.
MIME Types
The API uses JSON for both requests and responses.
Set the Content-Type: application/json header only when sending a JSON request body.
Methods
- GET — all read operations
- POST/PUT — all write or update operations
Errors
See the Error Handling article for details on how errors are returned and interpreted.
Using the API
- API Overview — general usage concepts.
- LoadView Methods and Monitoring Methods — endpoint lists, descriptions, and JSON examples.
- Code Examples practical, well-commented templates developers can reuse.
