Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.usebits.com/api/public/v1/health
{
  "status": "ok",
  "timestamp": "2024-01-01T00:00:00.000Z"
}

Response

200 - application/json

API is healthy

status
enum<string>
required
Available options:
ok,
error
Example:

"ok"

timestamp
string<date-time>
required
Example:

"2024-01-01T00:00:00.000Z"