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

Authorizations

Authorization
string
header
required

Use JWT token for authentication

Response

API is healthy

status
enum<string>
required

Health status of the API

Available options:
ok
timestamp
string<date-time>

Timestamp when the health status was checked