Health.

GET /api/health

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
GET /api/health
curl \
 -X GET https://checkmango.com/api/health
Response examples (200)
{
  "ping": "pong",
  "time": "2024-04-08T10:42:02.105320Z"
}