v1
latestOpenAPI 3.0.1MIT2026-07-26286592.7 KBHealth Check Ping
Authenticated health check endpoint that returns status, environment, timestamp, and API version
get/tax/ping
Headers
X-API-Version'2025-05-12' | '2024-09-01'
API version to use. Defaults to 2024-09-01 if not specified.
Response
Successful health check response
Example response
{
"status": "ok",
"env": "test",
"timestamp": "2025-09-12T17:30:00.000Z",
"api_version": "2025-05-12"
}