Get System Health
This endpoint returns the status of Rev as shown on the Rev System Health page. The response should be a 200 OK unless there is a problem which is then displayed as a 5xx error.
GET
/api/v2/system-health
Request Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| none |
Response Codes
| Code | Description |
|---|---|
| 200 | Successful response. System OK. |
| 5xx | Service unavailable. No server is available to handle this request. |