Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.sandbox.monite.com/v1/health \
  --header 'x-monite-version: <x-monite-version>'
{
  "status": "<string>"
}

Headers

x-monite-version
string<date>
required

Response

Successful Response

status
string
required

The value pass means the API status is OK.

Example:

"pass"