Back to Changelog

Organization Balance Endpoint

A new endpoint GET /organization/balance is now available to retrieve your organization's current spendable balance programmatically.

What's new

  • Balance endpoint — returns the total available balance in USD, combining prepaid credits and subscription credits
  • No date parameters needed — balance reflects the current state of your organization's account
  • Authenticated via your API key, same as all other endpoints
curl --request GET \
  --url 'https://api.webcrawlerapi.com/organization/balance' \
  --header 'Authorization: Bearer YOUR_API_KEY'

See the documentation for full details.