Skip to main content
GET
/
health
Status do serviço
curl --request GET \
  --url http://localhost/api/v1/health
{
  "data": {
    "status": "<string>",
    "service": "<string>",
    "version": "<string>"
  }
}

Response

200 - application/json
data
object
required