GET api/v2/HealthChecks
Request
URI Parameters
Response
HealthStatusDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string | ||
| Timestamp | date |
Response Format
application/json, text/json
Sample:
{
"Status": "sample string 1",
"Timestamp": "2026-01-26T20:20:40.1119952Z"
}
text/html
Sample:
{"Status":"sample string 1","Timestamp":"2026-01-26T20:20:40.1119952Z"}