GET /claims to inspect the authenticated organization’s available claim balance before kicking off more work or to display usage state in an admin UI. Each live Xactimate export uses 1 claim.
Response shape
The claims response includes:organization_id: the owner of the balanceavailable_claims: the current spendable totalexpiring_claims_in_30_days: claims that will age out soontotal_granted_claims: claims granted across eligible bucketstotal_used_claims: claims already consumed from eligible bucketsbuckets: individual purchased-claim buckets with remaining claims and expiration timestamps
Example
Practical uses
- Block or warn before high-volume export batches
- Surface expiring balances in internal tooling
- Reconcile billing and usage reports against CapOut balances