{ "opencollection": "1.0.0", "info": { "name": "Numeral Customers Health API", "version": "2026-03-01" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Health", "type": "folder" }, "items": [ { "info": { "name": "Authenticated health check endpoint.", "type": "http" }, "http": { "method": "GET", "url": "https://api.numeralhq.com/tax/ping", "headers": [ { "name": "X-API-Version", "value": "" } ] }, "docs": "Authenticated health check endpoint." } ] } ], "bundled": true }