cURL
curl --request GET \ --url https://api.buildwithchirp.com/v1/organization/billing/reconciliation \ --header 'Authorization: Bearer <token>'
{ "period": { "start": "<string>", "end": "<string>" }, "comparisons": [ { "product": "<string>", "our_total": 123, "telnyx_total": 123, "difference": 123, "difference_pct": 123, "our_record_count": 123, "status": "match" } ], "overall": { "our_total": 123, "telnyx_total": 123, "difference": 123, "difference_pct": 123, "status": "match" } }
Compare stored billing records against Telnyx Usage Reports to detect drift
Admin API key (format: sk_admin_*) for organization-level operations
Start date (YYYY-MM-DD)
"2026-02-01"
End date (YYYY-MM-DD)
"2026-02-28"
Reconciliation report
Show child attributes