Authenticated health check endpoint that returns status, environment, timestamp, and API version
X-API-Version header is optional for this endpoint. If provided, it will be reflected in the response’s api_version field.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
API version to use. Defaults to 2024-09-01 if not specified.
2025-05-12, 2024-09-01 Successful health check response
Health check response containing status, environment, timestamp, and API version information
Always returns 'ok' for successful health checks
ok "ok"
Environment indicator based on API key type: 'test' for testmode keys, 'prod' for production keys
test, prod "test"
Current ISO 8601 timestamp when the request was processed
"2025-09-12T17:30:00.000Z"
API version from X-API-Version header, or falls back to 2024-09-01
2024-09-01, 2025-05-12 "2025-05-12"