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

HubSpot CRM Partner Clients API

HubSpot CRM Partner Clients — 10 operation(s) from HubSpot's published OpenAPI.

HubSpot CRM Partner Clients API is one of 144 APIs that HubSpot publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 692 JSON Schema definitions.

Tagged areas include CRM, Partner, and Clients. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, code examples, and 692 JSON Schemas.

This API exposes 10 operations across 8 paths, organized into 3 resource areas, and defines 33 schemas. It is described by OpenAPI 3.0.1, at version 2026-03.

Requests are made against a single base URL, https://api.hubapi.com.

10 operations 8 paths 33 schemas 1 DELETE3 GET1 PATCH3 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
2026-03
Base URL
https://api.hubapi.com
Authentication
API Key, OAuth 2.0, API Key, API Key
Resource Areas
3

Authentication & Security 4

HubSpot CRM Partner Clients API declares 4 security schemes for authenticating requests. An API key is passed in the query as hapikey (developer_hapikey). It supports OAuth 2.0 (oauth2) using the authorizationCode flow, exposing 82 scopes. An API key is passed in the header as private-app (private_apps). An API key is passed in the header as private-app-legacy (private_apps_legacy).

Paths & Operations 10

Across 8 paths, the API surfaces 10 operations — 1 DELETE, 3 GET, 1 PATCH, 3 POST, 2 PUT. They span 3 resource areas: Basic, Batch, Search. Each is listed below with its method, path, parameters, and response codes.

Basic 6
GET
/crm/objects/2026-03/partner_clients
Retrieve a list of partner clients.
get-/crm/objects/2026-03/partner_clients 6 params → 200default
GET
/crm/objects/2026-03/partner_clients/{partnerClientId}
Retrieve details of a specific partner client.
get-/crm/objects/2026-03/partner_clients/{partnerClientId} 6 params → 200default
PATCH
/crm/objects/2026-03/partner_clients/{partnerClientId}
Update properties of a specific partner client.
patch-/crm/objects/2026-03/partner_clients/{partnerClientId} 2 params body → 200default
GET
/crm/objects/2026-03/partner_clients/{partnerClientId}/associations/{toObjectType}
List associations of a partner client by type
get-/crm/objects/2026-03/partner_clients/{partnerClientId}/associations/{toObjectType} 4 params → 200default
PUT
/crm/objects/2026-03/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId}
put-/crm/objects/2026-03/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId}_/crm/objects/2026-03/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId} 4 params body → 201default
DELETE
/crm/objects/2026-03/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId}
delete-/crm/objects/2026-03/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId}_/crm/objects/2026-03/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId} 4 params → 204default
Batch 3
POST
/crm/objects/2026-03/partner_clients/batch/read
Retrieve a batch of partner client objects.
post-/crm/objects/2026-03/partner_clients/batch/read 1 param body → 200207default
POST
/crm/objects/2026-03/partner_clients/batch/update
Update multiple partner client records in a single request.
post-/crm/objects/2026-03/partner_clients/batch/update body → 200207default
PUT
/crm/objects/2026-03/{fromObjectType}/{fromObjectId}/associations/default/{toObjectType}/{toObjectId}
put-/crm/objects/2026-03/{fromObjectType}/{fromObjectId}/associations/default/{toObjectType}/{toObjectId}_/crm/objects/2026-03/{fromObjectType}/{fromObjectId}/associations/default/{toObjectType}/{toObjectId} 4 params → 200default
Search 1
POST
/crm/objects/2026-03/partner_clients/search
Search for partner clients using specified criteria.
post-/crm/objects/2026-03/partner_clients/search body → 200default

Schemas 33

The contract defines 33 schemas that model the data the API accepts and returns. The most detailed are SimplePublicObjectWithAssociations (11 properties), SimplePublicObject (10 properties), StandardError (8 properties), BatchResponsePublicDefaultAssociation (8 properties). Each schema is shown below with its type and property counts.

AssociatedId
object
Contains the id and type of an association
2 properties 2 required
AssociationSpec
object
Defines the type, direction, and details of the relationship between two CRM objects.
2 properties 2 required
AssociationSpecWithLabel
object
Defines the type, direction, and details of the relationship between two CRM objects.
5 properties 2 required
BatchInputSimplePublicObjectBatchInput
object
1 property 1 required
BatchReadInputSimplePublicObjectId
object
Specifies the input for reading a batch of CRM objects, including arrays of object IDs, requested property names (with optional history), and an optional uniqu…
4 properties 3 required
BatchResponsePublicDefaultAssociation
object
The response returned after performing a batch operation on associations.
8 properties 4 required
BatchResponseSimplePublicObject
object
A public object batch response object
6 properties 4 required
BatchResponseSimplePublicObjectWithErrors
object
Represents the result of a batch operation on CRM objects, including the processing status, batch results, timestamps, and a list of any errors encountered dur…
8 properties 4 required
CollectionResponseAssociatedId
object
2 properties 1 required
CollectionResponseMultiAssociatedObjectWithLabelForwardPaging
object
2 properties 1 required
CollectionResponseSimplePublicObjectWithAssociationsForwardPaging
object
2 properties 1 required
CollectionResponseWithTotalSimplePublicObject
object
Represents a list of simple objects returned from an API request, along with the total count of objects available.
3 properties 2 required
Error
object
Represents an error response returned by the API when an operation fails. This component is used in various endpoints to provide detailed information about the…
7 properties 3 required
ErrorDetail
object
Represents detailed information about an error that occurred in the API. This component is used to provide additional context and specifics about errors, typic…
5 properties 1 required
Filter
object
Defines a single condition for searching CRM objects, specifying the property to filter on, the operator to use (such as equals, greater than, or contains), an…
5 properties 2 required
FilterGroup
object
1 property 1 required
ForwardPaging
object
Paging information for forward-only pagination. Contains the next page reference when more results are available; omitted or empty on the last page.
1 property
LabelsBetweenObjectPair
object
The relationship descriptors applicable between two object types.
5 properties 5 required
MultiAssociatedObjectWithLabel
object
Represents an object that is associated with multiple other objects, with optional context.
2 properties 2 required
NextPage
object
Specifies the paging information needed to retrieve the next set of results in a paginated API response
2 properties 1 required
Paging
object
2 properties
PreviousPage
object
specifies the paging information needed to retrieve the previous set of results in a paginated API response
2 properties 1 required
PublicDefaultAssociation
object
3 properties 3 required
PublicObjectId
object
Contains the Id of a Public Object
1 property 1 required
PublicObjectSearchRequest
object
Describes a search request
6 properties 5 required
PublicObjectWarning
object
3 properties 3 required
SimplePublicObject
object
A simple public object.
10 properties 5 required
SimplePublicObjectBatchInput
object
Contains an array of CRM object records to be processed in a batch operation, each defined by their ID and properties.
4 properties 2 required
SimplePublicObjectId
object
Contains the Id of a Public Object
1 property 1 required
SimplePublicObjectInput
object
Represents the input required to create or update a CRM object, containing an object with property names and their corresponding values.
1 property 1 required
SimplePublicObjectWithAssociations
object
Represents a CRM object along with its properties, timestamps, and a set of associated object IDs grouped by association type.
11 properties 5 required
StandardError
object
Represents a standard error response in the HubSpot API, providing detailed information about an error that occurred during an API request.
8 properties 6 required
ValueWithTimestamp
object
Property model that includes timestamp.
6 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hubspot-crm-partner-clients-api-openapi.yml Raw ↑

Other APIs HubSpot publishes across the network.

HubSpot URL Redirects API
HubSpot Pipelines API
HubSpot Products API
HubSpot Line Items API
HubSpot Quotes API
HubSpot CRM Properties API
HubSpot Owners API
HubSpot CRM Imports API
HubSpot Custom Objects API
HubSpot Marketing Events API
HubSpot Forms API
HubSpot Workflows API
Where this information came from

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