Appearance
API Health Monitoring Legacy only
The API Health Monitoring endpoint allows you to check on the API health (only if you're using the legacy API rather than Connect).
bash
curl -X GET {baseUrl}/heartbeats \
--header 'Authorization: Bearer {accessToken}'
1
2
2
The output depends on the API's health:
- Working API – Responds with a
200 Success
HTTP Status Code. - Non-working API – Can responds with something other than a
200
HTTP Status Code, or can fail to respond altogether.