Skip to main content
GET
/
api
/
health
Health check endpoint
curl --request GET \
  --url http://localhost:5173/api/health \
  --cookie apiKeys=
{
  "status": "ok",
  "timestamp": "2023-11-07T05:31:56Z"
}

Authorizations

apiKeys
string
cookie
required

Cookie-based authentication storing API keys and provider settings

Response

200 - application/json

Service is healthy

status
string
Example:

"ok"

timestamp
string<date-time>