Getting Started
The Veil API is organized around REST. Our API uses Bearer token authentication and returns JSON-encoded responses.
Base URL
https://veilmgmt.com/apiSystem Health
GET
/api/system/health
Check API and database status (no authentication required)
{
"apiStatus": "healthy" | "degraded" | "down" | "unknown",
"databaseStatus": "healthy" | "degraded" | "down" | "unknown"
}