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 CRM API

Authenticate a user from an external CRM into DealHub with a short-lived one-time access token, then create or open a quote and view quotes and opportunities through returned redirect URLs.

This API exposes 5 operations across 5 paths, and defines 13 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, https://api.dealhub.io.

5 operations 5 paths 13 schemas 5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://api.dealhub.io
Authentication
HTTP Bearer, HTTP Bearer
Resource Areas
1

Authentication & Security 2

DealHub CRM API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (secretToken). It accepts HTTP bearer tokens (oneTimeAccessToken). By default, every request must be authenticated.

  • secretToken — The long-lived secret token provided by a DealHub admin for server-to-server authentication.
  • oneTimeAccessToken — The short-lived (60s) one-time access token returned by the /user/authenticate endpoint, used for client-side requests.

Paths & Operations 5

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

CRM Integration 5

Endpoints for integrating external CRM systems with DealHub.

POST
/api/v1/user/authenticate
Authenticate User
authenticateUser body → 200403
POST
/api/v1.1/quote/create
Create Quote
createQuote body → 200400403
POST
/api/v2/quote/open
Open Quote
openQuote body → 200400403
POST
/api/v2/quotes
View Quotes for an Opportunity
viewQuotesForOpportunity body → 200400403
POST
/api/v1/opportunities
View My Opportunities
viewMyOpportunities body → 200403

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are UserInformation (14 properties), OpportunityInfo (12 properties), Contact (9 properties), Address (5 properties). Each schema is shown below with its type and property counts.

UserInformation
object
14 properties 3 required
AuthenticationRequest
object
1 property 1 required
AuthenticationResponse
object
3 properties
RedirectResponse
object
2 properties
ErrorResponse
object
A generic error response. The specific message will vary based on the context.
1 property
Address
object
5 properties
Contact
object
9 properties 3 required
CustomField
object
2 properties 2 required
OpportunityInfo
object
A schema representing the data that can be sent to create or update an opportunity and its related quote.
12 properties 5 required
CreateQuoteRequest
OpenQuoteRequest
object
4 properties 3 required
ViewQuotesRequest
object
3 properties 2 required
ViewOpportunitiesRequest
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

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