Get credit usage
documentedQuery the credits usage for the account (time-bounded or total).
GET /v2/me/billing/credit-usageMeno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.callfire.com/v2/me/billing/credit-usage?intervalBegin={{$intervalBegin}}&intervalEnd={{$intervalEnd}}" \
-X GET \
-u "{{CALLFIRE_API_KEY}}:{{CALLFIRE_SECRET}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"