The UTMStack API provides programmatic access to security operations, alert management, data sources, user management, and integrations. All endpoints are RESTful and return JSON responses.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/utmstack/UTMStack/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
All API requests should be made to:your-utmstack-instance.com with your actual UTMStack server domain.
API Versioning
The current API version is integrated into the base path. All endpoints are prefixed with/api.
Response Format
All API responses are returned in JSON format with appropriate HTTP status codes:200 OK- Request succeeded201 Created- Resource successfully created400 Bad Request- Invalid request parameters401 Unauthorized- Authentication required or failed403 Forbidden- Insufficient permissions404 Not Found- Resource not found500 Internal Server Error- Server error occurred
Pagination
List endpoints support pagination using query parameters:Page number (zero-based)
Number of items per page
Sort field and direction (e.g.,
id,desc)X-Total-Count- Total number of itemsLink- Pagination links (first, last, next, prev)