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

Bombora Webhooks API

Outbound webhook destinations that push Bombora events — including Surge report completions and audience activation updates — to partner endpoints. Destinations are registered and updated via PUT routes on the developer portal.

Bombora Webhooks API is one of 7 APIs that Bombora publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Webhook, Event, and Eventing. The published artifact set on APIs.io includes API documentation and an OpenAPI specification.

This API exposes 10 operations across 6 paths, organized into 2 resource areas, and defines 6 schemas. It is described by OpenAPI 3.0.1, at version 1.0.1.

Requests are made against a single base URL, https://api.bombora.com/webhooks/v1.

10 operations 6 paths 6 schemas 2 DELETE4 GET1 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0.1
Base URL
https://api.bombora.com/webhooks/v1
Authentication
HTTP Bearer
Resource Areas
2

Authentication & Security 1

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

Paths & Operations 10

Across 6 paths, the API surfaces 10 operations — 2 DELETE, 4 GET, 1 POST, 3 PUT. They span 2 resource areas: Destinations, Events. Each is listed below with its method, path, parameters, and response codes.

Destinations 6
GET
/destinations
Returns list of webhook destinations.
→ 200401403
POST
/destination
Create a webhook destination that can be used with event type subscriptions.
body → 200401403422
GET
/destination/{destinationId}
Retrieve the destination object (excluding “auth”).
1 param → 200401403
PUT
/destination/{destinationId}
Replaces the destination document (excluding “auth” object). To update the "auth" use the PUT /destination/{destinationId}/auth endpoint.
1 param body → 200401403404422
DELETE
/destination/{destinationId}
Deletes the destination and all related subscriptions, if all events are disabled; otherwise, fails with a message indicating that events must be first disabled.
1 param → 200401403404409
PUT
/destination/{destinationId}/auth
Replaces the specified destination’s auth object.
1 param body → 200401403404422
Events 4
GET
/destination/{destinationId}/events
Returns list of subscribable events, along with a status.
1 param → 200401403404
GET
/destination/{destinationId}/event/{eventType}
Retrieve the configuration and related stats for the specified event type.
2 params → 200401403404
PUT
/destination/{destinationId}/event/{eventType}
Replaces the event document for the specified webhook destination.
2 params body → 200401403404422
DELETE
/destination/{destinationId}/event/{eventType}
Deletes the event from the subscription list.
2 params → 200401403404

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are stats (5 properties), Destination (4 properties), DestinationSummary (3 properties), Event (2 properties). Each schema is shown below with its type and property counts.

DestinationSummary
object
3 properties
Destination
object
4 properties 2 required
auth
object
Auth object containing data and/or credentials used in authenticating the connection back to the webhook address.
1 property
Event
object
2 properties
stats
object
Stats related to the event type subscription.
5 properties
ErrorMessageResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

bombora-webhooks-api-openapi.yml Raw ↑

Other APIs Bombora publishes across the network.

Bombora Authentication API
Bombora Intent API
Bombora Account List API
Bombora Reference API
Bombora Digital Audience Builder (DAB) API
Bombora Company Surge API (v4)
Where this information came from

This is an independent, third-party profile of Bombora Webhooks 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.