HubSpot Deals

HubSpot Deals

CRM objects such as companies, contacts, deals, line items, products, tickets, and quotes are standard objects in HubSpot’s CRM. These core building blocks support custom properties, store critical information, and play a central role in the HubSpot application.

Supported Object Types

This API provides access to collections of CRM objects, which return a map of property names to values. Each object type has its own set of default properties, which can be found by exploring the CRM Object Properties API.

Object TypeProperties returned by default
companiesname, domain
contactsfirstname, lastname, email
dealsdealname, amount, closedate, pipeline, dealstage
productsname, description, price
ticketscontent, hs_pipeline, hs_pipeline_stage, hs_ticket_category, hs_ticket_priority, subject

Find a list of all properties for an object type using the CRM Object Properties API. e.g. GET https://api.hubapi.com/properties/v2/companies/properties. Change the properties returned in the response using the properties array in the request body.

Operations

Archive a batch of deals by ID
Create a batch of deals
Read a batch of deals by internal ID, or unique property values
Update a batch of deals by internal ID, or unique property values
Create or update a batch of deals by unique property values
Merge two deals with same type
Search for deals using various filters and criteria to retrieve specific records.