About
Read-only visibility into your organization’s plan and credit balances, plus current credit prices — enough for an integration or agent to check whether a credit-spending call (like a skip trace) can proceed, and to tell a human where to top up. All operations go through the developer API gateway — one endpoint, called byoperationId. If you haven’t set up a key yet, start with the
Developer API Overview.
Operations
The API never purchasesThere is no operation that buys credits or changes your plan. When a balance
is low, send the user the URL from
getCreditsPurchaseUrl — purchasing
always happens in the app, by a person.Scope-gated, org-scoped by your keyBilling operations take no cross-org ids, so there is no
403 forbidden here —
every read is automatically scoped to your organization by the key.
getBillingSummary requires the ADMIN scope; the rest are READ. See
Authorization for the model.