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

HubSpot CRM Associations — 11 operation(s) from HubSpot's published OpenAPI.

HubSpot CRM Associations 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 and Associations. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, code examples, and 692 JSON Schemas.

This API exposes 11 operations across 10 paths, organized into 3 resource areas, and defines 38 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.

11 operations 10 paths 38 schemas 1 DELETE1 GET7 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 Associations 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 11

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

Basic 4
POST
/crm/associations/2026-03/usage/high-usage-report/{userId}
Report high usage
post-/crm/associations/2026-03/usage/high-usage-report/{userId}_/crm/associations/2025-09/usage/high-usage-report/{userId} 1 param → 200default
GET
/crm/objects/2026-03/{objectType}/{objectId}/associations/{toObjectType}
Retrieve all associations by object type
get-/crm/objects/2026-03/{objectType}/{objectId}/associations/{toObjectType}_/crm/objects/2025-09/{objectType}/{objectId}/associations/{toObjectType} 5 params → 200default
PUT
/crm/objects/2026-03/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId}
Associate records (labelled)
put-/crm/objects/2026-03/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId}_/crm/objects/2025-09/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId} 4 params body → 201default
DELETE
/crm/objects/2026-03/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId}
Delete associations between two records
delete-/crm/objects/2026-03/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId}_/crm/objects/2025-09/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId} 4 params → 204default
Batch 6
POST
/crm/associations/2026-03/{fromObjectType}/{toObjectType}/batch/archive
Remove associations
post-/crm/associations/2026-03/{fromObjectType}/{toObjectType}/batch/archive_/crm/associations/2025-09/{fromObjectType}/{toObjectType}/batch/archive 2 params body → 200default
POST
/crm/associations/2026-03/{fromObjectType}/{toObjectType}/batch/associate/default
Create Default Associations
post-/crm/associations/2026-03/{fromObjectType}/{toObjectType}/batch/associate/default_/crm/associations/2025-09/{fromObjectType}/{toObjectType}/batch/associate/default 2 params body → 200default
POST
/crm/associations/2026-03/{fromObjectType}/{toObjectType}/batch/create
Associate records (labelled)
post-/crm/associations/2026-03/{fromObjectType}/{toObjectType}/batch/create_/crm/associations/2025-09/{fromObjectType}/{toObjectType}/batch/create 2 params body → 201207default
POST
/crm/associations/2026-03/{fromObjectType}/{toObjectType}/batch/labels/archive
Delete Specific Labels
post-/crm/associations/2026-03/{fromObjectType}/{toObjectType}/batch/labels/archive_/crm/associations/2025-09/{fromObjectType}/{toObjectType}/batch/labels/archive 2 params body → 200default
POST
/crm/associations/2026-03/{fromObjectType}/{toObjectType}/batch/read
Retrieve associations
post-/crm/associations/2026-03/{fromObjectType}/{toObjectType}/batch/read_/crm/associations/2025-09/{fromObjectType}/{toObjectType}/batch/read 2 params body → 200207default
PUT
/crm/objects/2026-03/{fromObjectType}/{fromObjectId}/associations/default/{toObjectType}/{toObjectId}
Associate records (default)
put-/crm/objects/2026-03/{fromObjectType}/{fromObjectId}/associations/default/{toObjectType}/{toObjectId}_/crm/objects/2025-09/{fromObjectType}/{fromObjectId}/associations/default/{toObjectType}/{toObjectId} 4 params → 200default
Search 1
POST
/crm/objects/2026-03/{objectType}/search
post-/crm/objects/2026-03/{objectType}/search_/crm/objects/2025-09/{objectType}/search 1 param body → 200default

Schemas 38

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

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
BatchInputPublicAssociationMultiArchive
object
1 property 1 required
BatchInputPublicAssociationMultiPost
object
1 property 1 required
BatchInputPublicDefaultAssociationMultiPost
object
1 property 1 required
BatchInputPublicFetchAssociationsBatchRequest
object
1 property 1 required
BatchResponse
object
8 properties 4 required
BatchResponseLabelsBetweenObjectPair
object
6 properties 4 required
BatchResponseLabelsBetweenObjectPairWithErrors
object
8 properties 4 required
BatchResponsePublicAssociationMultiWithLabel
object
6 properties 4 required
BatchResponsePublicAssociationMultiWithLabelWithErrors
object
8 properties 4 required
BatchResponsePublicDefaultAssociation
object
The response returned after performing a batch operation on associations.
8 properties 4 required
CollectionResponseMultiAssociatedObjectWithLabelForwardPaging
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
DateTime
object
3 properties 3 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
PublicAssociationMultiArchive
object
2 properties 2 required
PublicAssociationMultiPost
object
3 properties 3 required
PublicAssociationMultiWithLabel
object
3 properties 2 required
PublicDefaultAssociation
object
3 properties 3 required
PublicDefaultAssociationMultiPost
object
2 properties 2 required
PublicFetchAssociationsBatchRequest
object
2 properties 1 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
ReportCreationResponse
object
3 properties 3 required
SimplePublicObject
object
A simple public object.
10 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-associations-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 Associations 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.