curl --request GET \ --url https://api.sandbox.monite.com/v1/health \ --header 'x-monite-version: <x-monite-version>'
Copy
Ask AI
{ "status": "<string>"}
System health
Health check
Returns the overall health of the Monite API platform. If the API is healthy, the response has HTTP status 200 and the response body contains {"status": "pass"}.
GET
/
health
Health check
Copy
Ask AI
curl --request GET \ --url https://api.sandbox.monite.com/v1/health \ --header 'x-monite-version: <x-monite-version>'