Skip to main content
GET
/
v1
/
health
Health check
curl --request GET \
  --url https://api.timelyai.com.br/v1/health \
  --header 'x-api-key: <api-key>'
{
  "status": "ok",
  "timestamp": "2025-01-15T10:30:00.000Z"
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

API funcionando normalmente

status
string
Example:

"ok"

timestamp
string<date-time>
Example:

"2025-01-15T10:30:00.000Z"