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 

Available Endpoints

Import Job Endpoints

EndpointDescription
POST /jobCreate a new Import Job
PUT /job/{jobID}/dataSubmit data to an existing import job
GET /job/{jobID}Get the status of a job
GET /jobsGet a list of all submitted jobs

Activity Management

EndpointDescription
POST /activity_typeCreate a new activity Type
PUT /activity_typeUpdate an existing activity type
GET /activity_typeGet a list of activity types
GET /activity_type/{identifier}Get details on an activity type
GET /{entityType}/sourcesGet the available sources for an entity type

Updated 1 day ago


Importing Intent Activities
User Admin API