Hi !
Is it possible to have the health status via a call to a rest api in place of the sdk function ? If yes what is the health resource endpoint ? I tried "/health" but I get a "Not Found".
Peace .
TL;DR
The user wants to know if it is possible to get the health status via a REST API instead of using an SDK function. They tried using "/health" as the endpoint but received a "Not Found" error.
Drake
6 Nov, 2023, 20:58
FYI, the health endpoints are not really meant for public consumption. However, if you really want to use it, you can take a look at the source code of the SDKs