GET /api/operator/health
Counts: clients, professionals, organisations, orders by status, webhook deliveries waiting.
Surface: operator. Who may call: operator. Key: operator.health.
Example request
curl -X GET https://caremcp.com/api/operator/health \
-H "Authorization: Bearer <operator token>"
Input schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {}
}
Output schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {
"type": "integer",
"minimum": -9007199254740991,
"maximum": 9007199254740991
}
}