cURL
curl --request GET \ --url https://api.dataraven.io/v1/health \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "version": "<string>", "timestamp": "2023-11-07T05:31:56Z" }
Health check endpoint.
Returns basic API status information. This endpoint is public and does not require authentication.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Health check response schema.