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 Custom Sources API

Manage custom data sources and their per-object field mappings so third-party systems can feed the Demandbase platform. 7 operations.

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

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

7 operations 3 paths 8 schemas 1 DELETE3 GET1 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/integration/v1
Authentication
HTTP Bearer
Resource Areas
2

Authentication & Security 1

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

  • bearerAuth — Pass a header like: Authorization: Bearer Visit [My Profile - API Token](https://web.demandbase.com/o/ad/at) to generate an API token.

Paths & Operations 7

Across 3 paths, the API surfaces 7 operations — 1 DELETE, 3 GET, 1 POST, 2 PUT. They span 2 resource areas: Custom Sources, Field Mappings. Each is listed below with its method, path, parameters, and response codes.

Custom Sources 5

Create and manage custom sources.

GET
/integration/v1/custom-sources
List custom sources
3 params → 200400401500
POST
/integration/v1/custom-sources
Create a custom source
body → 201400401500
GET
/integration/v1/custom-sources/{id}
Get a custom source
1 param → 200400401404500
PUT
/integration/v1/custom-sources/{id}
Update a custom source
1 param body → 200400401404500
DELETE
/integration/v1/custom-sources/{id}
Delete a custom source
1 param → 204400401404500
Field Mappings 2

Configure field mappings for a source and object type.

GET
/integration/v1/custom-sources/{source_id}/field-mappings/{object_type}
Get field mappings
2 params → 200400401404500
PUT
/integration/v1/custom-sources/{source_id}/field-mappings/{object_type}
Upsert field mappings
2 params body → 201400401404500

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are SourceItem (5 properties), UpdateSourceRequest (3 properties), CreateSourceRequest (3 properties), FieldMappingDTO (3 properties). Each schema is shown below with its type and property counts.

SourceItem
object
5 properties 4 required
GetSourcesResponse
object
2 properties 2 required
CreateSourceRequest
object
3 properties 3 required
UpdateSourceRequest
object
3 properties 3 required
FieldMappingDTO
object
3 properties 3 required
FieldMappingsResponse
object
1 property 1 required
FieldMappingRequest
object
1 property 1 required
StructuredError
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

demandbase-custom-sources-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of Demandbase Custom Sources 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.