Skip to main content
GET
/
v1
/
health
Health Check
curl --request GET \
  --url https://api.dataraven.io/v1/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "version": "<string>",
  "timestamp": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

Health check response schema.

status
string
required
version
string
required
timestamp
string<date-time>
required