Returns the health status of the server.
GET/HEAD
/api/health
Query parameters
Param | Type | Description |
---|---|---|
fields | String | Comma separated string of the fields to return in the JSON response (by default returns all fields). Ex.: ?fields=*,expand.relField.name
In addition, the following field modifiers are also supported:
|
Responses
{
"code": 200,
"message": "API is healthy.",
"data": {
"canBackup": false
}
}