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": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

API funcionando

status
string
Example:

"ok"

timestamp
string<date-time>