Method Details
HTTP Methods:
POST
Content Type:
application/json
Response Format:
json
Requires Authentication?
Yes
Rate Limited?
Headers
Products:
Developer Tools
Create a new CRM Extensions object type.
There's a new version of the HubSpot API
We're also working on a new documentation website, you're invited to check it out and give us your feedback.
HTTP Methods:
POST
Content Type:
application/json
Response Format:
json
Requires Authentication?
Yes
Rate Limited?
Headers
Products:
Developer Tools
Required Parameters | How to use | Description |
---|---|---|
Developer HAPIkey | hapikey= used in the request URL |
Your Developer HAPIkey. This must be a Developer HAPIkey associated with the Developer portal that the OAuth app was created in. |
Object details | Used in the request body | The JSON representing the details for the object type. See below for more details. |
Each object type should have the following data. See the overview page for more details on how the object gets represented in HubSpot. See the example to the right for details on the format of these fields.
Field name | Description |
---|---|
applicationId | The ID of the HubSpot application that will own this object type. |
baseUris | A list of URIs. When you define actions, the URIs for these actions must be under one of these URIs. |
dataFetchUri | The URI the CRM will call to fetch Sales Objects for the specified associatedHubSpotObjectTypes. |
title | The title of this object. This will be displayed as the title of the CRM sidebar card. |
propertyDefinitions | The common properties that these objects will have, in the order they should appear on the sidebar card. See Property Types for more info. |
associatedHubSpotObjectTypes | A set of CONTACT, COMPANY, DEAL, or TICKET. This determines where on the CRM this Object Type will appear -- contact, company, deal, or ticket details pages. |
associatedHubSpotObjectTypeProperties | HubSpot properties to send in the data fetch request, by CRM object type. |