Skip to main content
GET
/
memory
/
v1
/
health
Health check
curl --request GET \
  --url https://api.case.dev/memory/v1/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok",
  "service": "<string>",
  "timestamp": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Response

Service is healthy

status
enum<string>
Available options:
ok
service
string
timestamp
string<date-time>