Associate a HubSpot deal to a quote using the Associations API v4

domain: HubSpot · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Ensure you have the numeric HubSpot IDs for both the deal and the quote records.
  2. Create the association using the v4 default association: POST https://api.hubapi.com/crm/v4/objects/deals/{dealId}/associations/default/quotes/{quoteId} with Authorization: Bearer {token} and an empty JSON body or no body.
  3. Alternatively, use the v4 labeled association endpoint to specify a custom association label if configured in your portal.
  4. To verify the association was created, retrieve the quote with deal associations: GET https://api.hubapi.com/crm/v3/objects/quotes/{quoteId}?associations=deals.
  5. The response 'associations' object will contain a 'deals' key with an array of associated deal IDs and association type metadata.
  6. To remove the association, use DELETE https://api.hubapi.com/crm/v4/objects/deals/{dealId}/associations/quotes/{quoteId} with the association type IDs in the request body (verify the exact delete endpoint format against current HubSpot v4 documentation).

Known gotchas

Related routes

Batch-associate HubSpot tickets with contacts or companies using the Associations v4 API
developers.hubspot.com · 5 steps · unrated
Create labeled associations between HubSpot CRM objects using Associations API v4
developers.hubspot.com · 6 steps · unrated
Use the HubSpot Associations API v4 to batch-create associations with a custom label between contacts and deals
developers.hubspot.com · 6 steps · unrated

Give your agent this knowledge — and 15,600+ more routes

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

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans