Skip to main content
GET
/
health
/
check
Health check
curl --request GET \
  --url https://api.artu.ai/health/check \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Environment: <api-key>'
{
  "timestamp": "2023-11-07T05:31:56Z",
  "version": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the dashboard.

X-Environment
string
header
required

Target environment for the request. Must be "test" or "live".

Response

200 - application/json

OK

status
enum<string>
required
Available options:
ok,
degraded,
error
timestamp
string<date-time>
required
version
string
required