How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Demandbase Data Import API

Asynchronous import of customer data and intent activity into the Demandbase platform. Create an import job, submit a data file of up to 5 GB, poll the job, and manage custom activity types and CSV record matching / data mapping. 9 operations.

This API exposes 9 operations across 8 paths, organized into 2 resource areas, and defines 13 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://uapi.demandbase.com/import/v1.

9 operations 8 paths 13 schemas 5 GET2 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://uapi.demandbase.com/import/v1
Authentication
HTTP Bearer
Resource Areas
2

Authentication & Security 1

Demandbase Data Import API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — For instructions on generating API tokens, see the [Auth API](https://developer.demandbase.com/docs/auth-api/t26do264wb0f6-auth-api) article.

Paths & Operations 9

Across 8 paths, the API surfaces 9 operations — 5 GET, 2 POST, 2 PUT. They span 2 resource areas: Import Job, Activities Management. Each is listed below with its method, path, parameters, and response codes.

Import Job 5
POST
/job
Create an import job
body → 200400401403500
GET
/{entityType}/sources
Sources
1 param → 200400401403500
PUT
/job/{id}/data
Submit import data
2 params body → 200400401403404500
GET
/job/{id}
Job status
1 param → 200400401403404500
GET
/jobs
Jobs list
5 params → 200400401403500
Activities Management 4
POST
/activity_type
Create New Activity Type
body → 200400404500
GET
/activity_type
List Activity Types
→ 200400404500
GET
/activity_type/{identifier}
Activity Type Lookup
1 param → 200400404500
PUT
/activity_type/{activityTypeId}
Update Activity Type
1 param body → 200400404500

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are DataImportJob (8 properties), CreateDataImportJob (4 properties), CustomActivityType (4 properties), CustomActivityField (4 properties). Each schema is shown below with its type and property counts.

CreateDataImportJob
object
4 properties 2 required
DataImportJob
object
8 properties
BadRequest
object
1 property 1 required
UnauthorizedError
object
Access token is missing or invalid
1 property 1 required
ForbiddenError
object
The authenticated user is missing the import permission
1 property 1 required
Error
object
1 property 1 required
NotFound
object
1 property 1 required
DataImportJobs
object
2 properties
ActivityType
object
2 properties 2 required
CustomActivityField
object
4 properties 1 required
CustomActivityType
object
4 properties 4 required
CustomActivityData
object
2 properties 1 required
CustomActivity
object
3 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

demandbase-data-import-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of Demandbase Data Import API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.