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

Retrieve DealHub users by login or by DealHub user id, list users, and create or update users in bulk through the v1 and v2 user provisioning endpoints.

This API exposes 5 operations across 4 paths, and defines 5 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 4 paths 5 schemas 3 GET2 PUT

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
Resource Areas
1

Authentication & Security 1

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

  • bearerAuth — A secret token generated by a CPQ administrator.

Paths & Operations 5

Across 4 paths, the API surfaces 5 operations — 3 GET, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

User Management 5

Endpoints for retrieving and managing user data.

GET
/api/v1/user/login/{login}
Get User by Login
getUserByLogin 1 param → 200400403
GET
/api/v1/user/id/{id}
Get User by ID
getUserById 1 param → 200400403
GET
/api/v1/users
Get a List of Users
getUsers 1 param → 200403
PUT
/api/v1/users
Update Users (v1)
updateUsersV1 body → 200400403
PUT
/api/v2/users
Create or Update Users (v2)
createOrUpdateUsersV2 body → 200400403

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are UserUpdateV2 (17 properties), User (17 properties), UserUpdateV1 (15 properties), UserUpdateError (2 properties). Each schema is shown below with its type and property counts.

User
object
17 properties
UserUpdateV1
object
15 properties 4 required
UserUpdateV2
object
17 properties 5 required
UserUpdateError
object
2 properties
UserUpdateErrorResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

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