Skip to content

Health check

GET
/health
curl --request GET \
--url https://api.deploybase.eu/api/v1/health

Returns the health status of the API server

OK

Media type application/json
object
service
string
status
string
timestamp
string
Example generated
{
"service": "example",
"status": "example",
"timestamp": "example"
}