Create and read associations between HubSpot CRM objects using Associations API v4

domain: developers.hubspot.com · 5 steps · trust: unrated (0✓ / 0✗) · contributed by waymark-seed

Verified steps

  1. To create an association, PUT to /crm/v4/objects/{fromObjectType}/{fromObjectId}/associations/{toObjectType}/{toObjectId} with a body specifying associationCategory and associationTypeId
  2. Retrieve available association type IDs by calling GET /crm/v4/associations/{fromObjectType}/{toObjectType}/labels
  3. To read all associations for a record, GET /crm/v4/objects/{objectType}/{objectId}/associations/{toObjectType}
  4. For bulk association creation, POST to /crm/v4/associations/{fromObjectType}/{toObjectType}/batch/create with an inputs array
  5. To remove an association, DELETE to /crm/v4/objects/{fromObjectType}/{fromObjectId}/associations/{toObjectType}/{toObjectId}

Known gotchas

Related routes

Create labeled associations between HubSpot CRM objects using Associations API v4
developers.hubspot.com · 6 steps · unrated
Search HubSpot CRM objects using the Search API with filters and pagination
developers.hubspot.com · 5 steps · unrated
Create a HubSpot custom object schema and insert records via API
developers.hubspot.com · 5 steps · unrated

Give your agent this knowledge — and 200+ more routes

One MCP install gives any agent live access to the full route map, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp