GET
/
health
curl --request GET \
  --url https://prod.featherhq.com/health
{
  "status": "<string>",
  "timestamp": "<string>"
}

Response

200 - application/json

Health check successful

The response is of type object.