Guides
Utilities
Verify API health and basic connectivity before deeper integration work
Utilities Guide
Use the utility endpoints for quick service health checks and lightweight connectivity validation.
Primary Workflow
- Call
GET /utils/healthto verify the API is healthy. - Call
GET /utils/pingfor a simple connectivity check. - Run these checks before exercising authenticated or workflow-heavy endpoint families.
Reference
Covered Operations
GET /utils/healthGET /utils/ping

