API StatusAPI Status Check

API Status Check

Check the operational status of the Datafiniti API.

curl -X GET "https://api.datafiniti.co/v4/health" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "status": "ok"
}
GET
/health
GET
Bearer Token
Bearer Tokenstring
Required

Bearer token obtained from the /auth endpoint. Include in requests as: Authorization: Bearer <token>

Bearer token obtained from the /auth endpoint. Include in requests as: Authorization: Bearer <token>
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Bearer token obtained from the /auth endpoint. Include in requests as: Authorization: Bearer <token>

Responses

statusstring

Current API status

You can view our API status check page here: status.datafiniti.co