Jump to Content
Demandbase
GuidesAPI ReferenceChangelogDiscussions
DiscussionsChangelogLog InDemandbase
Guides
DiscussionsChangelogLog In
GuidesAPI ReferenceChangelogDiscussions
All
Pages
Start typing to search…

documentation

  • Welcome
  • Demandbase APIs
    • Getting Started with Demandbase
    • Authenticating with the APIs
    • B2B API
      • Overview
      • Authentication
      • Make Your First Request
      • Rate Limits
      • Best Practices
      • Configuring Webhooks For Subscription API
      • FAQ
      • Credit Consumption Model
      • Available Endpoints
    • Data Export API
      • Overview
      • Authentication
      • Make Your First Request
      • How To Use Filters
      • Rate Limits
      • Handling Errors
      • Available Endpoints
      • FAQ
    • Data Import API
      • Overview
      • Authentication
      • Make Your First Request
      • Rate Limits
      • CSV Record Matching And Data Mapping
      • Importing Intent Activities
      • Available Endpoints
    • User Admin API
      • Overview
      • Authentication
      • Available Endpoints
    • Credit Usage API
      • Overview
      • Authentication
      • Available Endpoints
  • MCP (Beta)
    • ChatGPT
    • Claude
    • VS Code
    • Copilot
      • Instructions
  • Partner Tag
Powered by 

Overview

Returns a summary of credit usage and entitlements for the specified API category.


{
  "summary": {
    "scope": "lifetime",
    "totalCreditsAllocated": 100000000,
    "totalCreditsConsumed": 7692966,
    "totalCreditsAvailable": 92307034,
    "chargingModel": "Per Record"
  }
}

Updated 1 day ago


Available Endpoints
Authentication