GET
/
api
/
v1
/
healthcheck
# To use the Python SDK, install the package:
# pip install memobase

from memobase import Memobase

memobase = Memobase(project_url='PROJECT_URL', api_key='PROJECT_TOKEN')

assert memobase.ping()
{
  "data": {},
  "errno": 0,
  "errmsg": ""
}

Check if your memobase server is set up correctly and all required services (database, Redis) are available and functioning properly.

Response

200 - application/json

Successful Response

The response is of type object.