Method Details
HTTP Methods:
GET
Response Format:
json
Requires Authentication?
Yes
Rate Limited?
Headers
Products:
CRM
Required Scope:
Returns all of the deal property groups for a given portal.
There's a new version of the HubSpot API
HTTP Methods:
GET
Response Format:
json
Requires Authentication?
Yes
Rate Limited?
Headers
Products:
CRM
Required Scope:
Returns all of the deal property groups for a given portal.
Required Parameters | How to use | Description |
---|---|---|
OAuth Access Token or API Key | Authorization: Bearer {token} header or hapikey={key} query parameter. |
Used to authenticate the request. Please see this page for more details about authentication. |
Property Group | Used in the request URL | The access token or API key for the portal that you're making the call for. |
Optional Parameters | How to use | Description |
---|---|---|
Include Properties | &includeProperties=true (used in Request URL) | Returns all of the properties for each deal property group. |
Example URL to POST to: https://api.hubapi.com/properties/v1/deals/groups?hapikey=demo&includeProperties=true
Note This replaces the deprecated URL GET /deals/v1/groups