For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
SupportLog InSign Up
GuidesAPI Reference
GuidesAPI Reference
  • Tax Rates
    • GETGet Tax Rates (v6.0)
  • Account
    • GETGet Account Metrics (v6.0)
  • Data
    • GETGet TIC Codes
    • POSTSearch TIC Codes
    • POSTRecommend TIC Codes
    • GETGet TIC Search JSON Schema
  • System
    • GETHealth Check
    • GETGet System Metadata
Logo
SupportLog InSign Up
System

Health Check

GET
/system/health
GET
/system/health
$curl https://api.ziptax.com/system/health
200Retrieved
1{
2 "components": {},
3 "status": "healthy",
4 "timestamp": "2024-01-15T09:30:00Z",
5 "version": "string"
6}
Returns the health status of the API and its components
Was this page helpful?
Previous

Get System Metadata

Next
Built with

Response

OK
componentsmap from strings to objects
Component health statuses
statusenum
Overall system status
Allowed values:
timestampstringformat: "date-time"
Health check timestamp
versionstring
API version