Skip to main content
GET
/
api
/
servers
/
health
Check the health of the servers API
curl --request GET \
  --url https://api.example.com/api/servers/health \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "message": "/api/servers/health ok"
  }
}

Authorizations

Authorization
string
header
required

Enter your API key here

Response

200 - application/json

Servers API is healthy

data
object