cURL
curl --request GET \ --url https://api.devic.ai/v1/health \ --header 'Authorization: Bearer <token>'
{ "status": "ok", "timestamp": "2023-11-07T05:31:56Z" }
Returns the health status of the API. Useful for monitoring and uptime checks.
Use JWT token for authentication
API is healthy
Health status of the API
ok
Timestamp when the health status was checked