Returns the health status of the server.
GET
/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).
Use * to target all keys from the specific depth level.
For example: ?fields=*,expand.author.name |
Responses
{
"code": 200,
"message": "API is healthy.",
}