For the complete documentation index, see llms.txt. This page is also available as Markdown.

Health Check

Returns basic service health. This endpoint does not require authentication.

Endpoint: GET /api/v1/health Auth: None

Example

curl -X GET 'https://api.gateway.zert.com/api/v1/health'
{
  "data": {
    "status": "ok"
  },
  "meta": {
    "requestId": "req_xyz",
    "timestamp": "2026-04-23T12:00:00.000Z"
  }
}

Response fields

Field
Type
Description
Example

status

string

Service health status

ok

Responses

Code
Description

200

OK

Zert API — Health

Last updated