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

DealHub Callout API (inbound callback contract)

The endpoint contract a DealHub customer implements so DealHub can retrieve real-time product prices and attributes from an external system such as an ERP while a quote is being generated. The server URL in the published spec is a documented placeholder — the real endpoint URL is configured per tenant in DealHub Version Settings, so this entry has no DealHub-hosted base URL.

This API exposes 1 operation across 1 path, and defines 8 schemas. It is described by OpenAPI 3.0.3, at version 1.0.1.

Requests are made against a single base URL, https://your-external-system.com/api/pricing.

1 operations 1 paths 8 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.1
Server
https://your-external-system.com/api/pricing
Authentication
HTTP Bearer, HTTP Basic
Resource Areas
1

Authentication & Security 2

DealHub Callout API (inbound callback contract) declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer token authentication. The token is provided by the DealHub admin during Callout configuration.
  • basicAuth — Basic authentication with username and password. Credentials are provided by the DealHub admin during Callout configuration.

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.

Callouts 1
POST
/
Retrieve Real-Time Pricing
getPricing body → 200400

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are Item (7 properties), BaseResponseItem (6 properties), CalloutRequest (4 properties), CalloutResponse (1 property). Each schema is shown below with its type and property counts.

CalloutRequest
object
4 properties 2 required
Item
object
Represents a single product or a bundle within the quote. Can contain additional, customer-defined product attributes configured by the admin.
7 properties 3 required
CalloutResponse
object
1 property 1 required
BaseResponseItem
object
Common properties for any item returned in the response.
6 properties 2 required
ProductResponseItem
Represents a single product with a mandatory price.
BundleResponseItem
Represents a bundle containing other items. The top-level bundle may not have a price itself.
ResponseItem
An item in the response can be either a single product or a bundle.
ErrorResponse
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

dealhub-callout-api-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of DealHub Callout API (inbound callback contract), 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.