curl --request GET \
--url https://api.ara.so/health/z{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Session health proxy used by web clients.
Returns HTTP 200 with an embedded status code for compatibility with the
generated client types used in app.ara.so.
curl --request GET \
--url https://api.ara.so/health/z{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Successful Response
Was this page helpful?