Open Connector
All tools

HubSpot logoHubSpot

Manage HubSpot CRM, marketing, CMS, conversations, automation, and developer platform APIs.

hubspotvcatalog-v11123 tools

Authentication

MethodKindStatusDetails
OAuth 2.0oauth2available

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "HUBSPOT_ACCOUNT_GET_ACCOUNT_DETAILS_FOR_AHUBSPOT_ACCOUNT",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("HUBSPOT_ACCOUNT_GET_ACCOUNT_DETAILS_FOR_AHUBSPOT_ACCOUNT", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute HUBSPOT_ACCOUNT_GET_ACCOUNT_DETAILS_FOR_AHUBSPOT_ACCOUNT --data '{ }'

Tool catalog

Available tools

1123 callable operations

Get account details for a HubSpot account.HUBSPOT_ACCOUNT_GET_ACCOUNT_DETAILS_FOR_AHUBSPOT_ACCOUNTGet account details

Get account details

Authentication

Connected account required

Tags

Account Info APIv3 [legacy]Details
get-/account-info/v3/activity/audit-logsHUBSPOT_ACCOUNT_GET_ACCOUNT_INFO_V3_ACTIVITY_AUDIT_LOGSget-/account-info/v3/activity/audit-logs

get-/account-info/v3/activity/audit-logs

Authentication

Connected account required

Scopes

account-info.security.readoauth

Tags

Audit Logs APIv3 [legacy]1Activity1
get-/account-info/2025-09/activity/audit-logsHUBSPOT_ACCOUNT_GET_ACCOUNT_INFO202509_ACTIVITY_AUDIT_LOGSget-/account-info/2025-09/activity/audit-logs

get-/account-info/2025-09/activity/audit-logs

Authentication

Connected account required

Scopes

account-info.security.readoauth

Tags

Account Info API2025-09account-info2025-091activityaudit-logs
Get IP Ranges (JSON)HUBSPOT_ACCOUNT_GET_IP_RANGES_JSONRetrieves active HubSpot IP addresses in JSON format with detailed information. **Response Properties:** - `cidr` (String): The range of IP addresses used for a specific purpose in HubSpot - `direction` (String): Direction of IP traffic. Values: "INGRESS", "EGRESS" - `service` (String): Nature of the service. Values: "EMAIL", "API", "DNS", "WEB_SCRAPING" - `description` (String): Details about the purpose of the set of IP addresses

Retrieves active HubSpot IP addresses in JSON format with detailed information. **Response Properties:** - `cidr` (String): The range of IP addresses used for a specific purpose in HubSpot - `direction` (String): Direction of IP traffic. Values: "INGRESS", "EGRESS" - `service` (String): Nature of the service. Values: "EMAIL", "API", "DNS", "WEB_SCRAPING" - `description` (String): Details about the purpose of the set of IP addresses

Authentication

Connected account required

Tags

HubSpot IP Ranges API
Get IP Ranges (Plaintext)HUBSPOT_ACCOUNT_GET_IP_RANGES_PLAINTEXTRetrieves HubSpot's IP address data in plaintext format. This returns just the IP address ranges themselves without additional properties like service, direction, or description. **Required Header:** - `Accept: text/plain` - Must be included to receive plaintext response

Retrieves HubSpot's IP address data in plaintext format. This returns just the IP address ranges themselves without additional properties like service, direction, or description. **Required Header:** - `Accept: text/plain` - Must be included to receive plaintext response

Authentication

Connected account required

Tags

HubSpot IP Ranges API
Get login activity for a HubSpot account.HUBSPOT_ACCOUNT_GET_LOGIN_ACTIVITY_FOR_AHUBSPOT_ACCOUNTGet login activity.

Get login activity.

Authentication

Connected account required

Scopes

account-info.security.readoauth

Tags

Audit Logs APIv3 [legacy]1Activity1
Get login activity for a HubSpot account.HUBSPOT_ACCOUNT_GET_LOGIN_ACTIVITY_FOR_AHUBSPOT_ACCOUNT1Get login activity.

Get login activity.

Authentication

Connected account required

Scopes

account-info.security.readoauth

Tags

Account Info API2025-09account-info2025-091activitylogin
Get security activity for a HubSpot accountHUBSPOT_ACCOUNT_GET_SECURITY_ACTIVITY_FOR_AHUBSPOT_ACCOUNTGet security activity

Get security activity

Authentication

Connected account required

Scopes

account-info.security.readoauth

Tags

Audit Logs APIv3 [legacy]1Activity1
Get security activity for a HubSpot accountHUBSPOT_ACCOUNT_GET_SECURITY_ACTIVITY_FOR_AHUBSPOT_ACCOUNT1Get security activity

Get security activity

Authentication

Connected account required

Scopes

account-info.security.readoauth

Tags

Account Info API2025-09account-info2025-091activitysecurity
Get the daily API usage and limits for a HubSpot account.HUBSPOT_ACCOUNT_GET_THE_DAILY_API_USAGE_AND_LIMITS_FOR_AHUBSPOT_ACCOUNTGet daily API usage

Get daily API usage

Authentication

Connected account required

Tags

Account Info APIv3 [legacy]Usage
Retrieve account detailsHUBSPOT_ACCOUNT_RETRIEVE_ACCOUNT_DETAILSRetrieve account details such as the account type, time zone, currencies, and data hosting location.

Retrieve account details such as the account type, time zone, currencies, and data hosting location.

Authentication

Connected account required

Scopes

critical-actions-accessexternal-settings-accesslogin-audit-accessuser-action-audits-read

Tags

Account Info API2026-03 [latest]Basic
Retrieve account detailsHUBSPOT_ACCOUNT_RETRIEVE_ACCOUNT_DETAILS1Retrieve account details such as the account type, time zone, currencies, and data hosting location.

Retrieve account details such as the account type, time zone, currencies, and data hosting location.

Authentication

Connected account required

Scopes

account-info.security.readoauth

Tags

Account Info API2025-09account-info2025-091details
Retrieve audit logsHUBSPOT_ACCOUNT_RETRIEVE_AUDIT_LOGSRetrieve activity history for user actions related to approvals, content updates, CRM object updates, security activity, and more (Enterprise only). Learn more about [activities included in audit log exports](https://knowledge.hubspot.com/account-management/view-and-export-account-activity-history-in-a-centralized-audit-log?hubs_content=knowledge.hubspot.com/account-management/view-and-export-account-activity-history&hubs_content-cta=centralized%20audit%20log#data-included-in-the-centralized-audit-log).

Retrieve activity history for user actions related to approvals, content updates, CRM object updates, security activity, and more (Enterprise only). Learn more about [activities included in audit log exports](https://knowledge.hubspot.com/account-management/view-and-export-account-activity-history-in-a-centralized-audit-log?hubs_content=knowledge.hubspot.com/account-management/view-and-export-account-activity-history&hubs_content-cta=centralized%20audit%20log#data-included-in-the-centralized-audit-log).

Authentication

Connected account required

Scopes

critical-actions-accessexternal-settings-accesslogin-audit-accessuser-action-audits-read

Tags

Audit Logs API2026-03 [latest]1Basic1
Retrieve login activityHUBSPOT_ACCOUNT_RETRIEVE_LOGIN_ACTIVITYRetrieve logs of user actions related to [login activity](https://knowledge.hubspot.com/account-management/view-and-export-account-activity-history#account-login-history).

Retrieve logs of user actions related to [login activity](https://knowledge.hubspot.com/account-management/view-and-export-account-activity-history#account-login-history).

Authentication

Connected account required

Scopes

critical-actions-accessexternal-settings-accesslogin-audit-accessuser-action-audits-read

Tags

Audit Logs API2026-03 [latest]1Basic1
Retrieve private app daily API usageHUBSPOT_ACCOUNT_RETRIEVE_PRIVATE_APP_DAILY_API_USAGERetrieve the daily API usage for private apps in the account, along with information about usage limits.

Retrieve the daily API usage for private apps in the account, along with information about usage limits.

Authentication

Connected account required

Scopes

critical-actions-accessexternal-settings-accesslogin-audit-accessuser-action-audits-read

Tags

Account Info API2026-03 [latest]Basic
Retrieve private app daily API usageHUBSPOT_ACCOUNT_RETRIEVE_PRIVATE_APP_DAILY_API_USAGE1Retrieve the daily API usage for private apps in the account, along with information about usage limits.

Retrieve the daily API usage for private apps in the account, along with information about usage limits.

Authentication

Connected account required

Scopes

account-info.security.readoauth

Tags

Account Info API2025-09account-info2025-091api-usagedailyprivate-apps
Retrieve security historyHUBSPOT_ACCOUNT_RETRIEVE_SECURITY_HISTORYRetrieve logs of user actions related to [security activity](https://knowledge.hubspot.com/account-management/view-and-export-account-activity-history#security-activity-history).

Retrieve logs of user actions related to [security activity](https://knowledge.hubspot.com/account-management/view-and-export-account-activity-history#security-activity-history).

Authentication

Connected account required

Scopes

critical-actions-accessexternal-settings-accesslogin-audit-accessuser-action-audits-read

Tags

Audit Logs API2026-03 [latest]1Basic1
Archive a function for a definitionHUBSPOT_AUTOMATION_ARCHIVE_AFUNCTION_FOR_ADEFINITIONArchive a function for a definition

Archive a function for a definition

Authentication

Connected account required

Tags

Custom Workflow Actions APIFunctions
Complete a batch of callbacksHUBSPOT_AUTOMATION_COMPLETE_ABATCH_OF_CALLBACKSComplete a batch of callbacks

Complete a batch of callbacks

Authentication

Connected account required

Scopes

automation

Tags

Custom Workflow Actions APICallbacks
Completes a callbackHUBSPOT_AUTOMATION_COMPLETES_ACALLBACKCompletes a callback

Completes a callback

Authentication

Connected account required

Scopes

automation

Tags

Custom Workflow Actions APICallbacks
Create a new custom action definitionHUBSPOT_AUTOMATION_CREATE_ANEW_CUSTOM_ACTION_DEFINITIONCreate a new custom action definition

Create a new custom action definition

Authentication

Connected account required

Tags

Custom Workflow Actions APIDefinitions
Delete a function for a definitionHUBSPOT_AUTOMATION_DELETE_AFUNCTION_FOR_ADEFINITIONDelete a function for a definition

Delete a function for a definition

Authentication

Connected account required

Tags

Custom Workflow Actions APIFunctions
Delete an action definitionHUBSPOT_AUTOMATION_DELETE_AN_ACTION_DEFINITIONDelete an action definition

Delete an action definition

Authentication

Connected account required

Tags

Custom Workflow Actions APIDefinitions
delete-/automation/v4/flows/{flow Id}HUBSPOT_AUTOMATION_DELETE_AUTOMATION_V4_FLOWS_FLOW_IDFully delete a workflow by ID. Deleted workflows cannot be restored via the API. If you need to restore an accidentally deleted flow, you'll need to contact support.

Fully delete a workflow by ID. Deleted workflows cannot be restored via the API. If you need to restore an accidentally deleted flow, you'll need to contact support.

Authentication

Connected account required

Scopes

automation

Tags

Workflows V4 APIWorkflows
Enroll a contact in a sequenceHUBSPOT_AUTOMATION_ENROLL_ACONTACT_IN_ASEQUENCEEnroll a contact in a sequence

Enroll a contact in a sequence

Authentication

Connected account required

Tags

Sequences APIPublic_Enrollments
get-/automation/v4/flowsHUBSPOT_AUTOMATION_GET_AUTOMATION_V4_FLOWSRetrieve all workflows from an account.

Retrieve all workflows from an account.

Authentication

Connected account required

Scopes

automation

Tags

Workflows V4 APIWorkflows
get-/automation/v4/flows/email-campaignsHUBSPOT_AUTOMATION_GET_AUTOMATION_V4_FLOWS_EMAIL_CAMPAIGNSRetrieve emails sent by a workflow by ID.

Retrieve emails sent by a workflow by ID.

Authentication

Connected account required

Scopes

automation

Tags

Workflows V4 APIEmail campaigns
get-/automation/v4/flows/{flow Id}HUBSPOT_AUTOMATION_GET_AUTOMATION_V4_FLOWS_FLOW_IDRetrieve all details for a specific workflow by ID.

Retrieve all details for a specific workflow by ID.

Authentication

Connected account required

Scopes

automation

Tags

Workflows V4 APIWorkflows
get-/automation/v4/sequencesHUBSPOT_AUTOMATION_GET_AUTOMATION_V4_SEQUENCESget-/automation/v4/sequences

get-/automation/v4/sequences

Authentication

Connected account required

Tags

Sequences APIPublic_Sequences
Insert a function for a definitionHUBSPOT_AUTOMATION_INSERT_AFUNCTION_FOR_ADEFINITIONInsert a function for a definition

Insert a function for a definition

Authentication

Connected account required

Tags

Custom Workflow Actions APIFunctions
post-/automation/v4/flowsHUBSPOT_AUTOMATION_POST_AUTOMATION_V4_FLOWSCreate a new workflow.

Create a new workflow.

Authentication

Connected account required

Scopes

automation

Tags

Workflows V4 APIWorkflows
post-/automation/v4/flows/batch/readHUBSPOT_AUTOMATION_POST_AUTOMATION_V4_FLOWS_BATCH_READRetrieve a batch of workflows by ID.

Retrieve a batch of workflows by ID.

Authentication

Connected account required

Scopes

automation

Tags

Workflows V4 APIWorkflows
post-/automation/v4/workflow-id-mappings/batch/readHUBSPOT_AUTOMATION_POST_AUTOMATION_V4_WORKFLOW_ID_MAPPINGS_BATCH_READRetrieve the IDs of v3 workflows that have been migrated to the v4 API.

Retrieve the IDs of v3 workflows that have been migrated to the v4 API.

Authentication

Connected account required

Scopes

automation

Tags

Workflows V4 APIWorkflow ID mappings
put-/automation/v4/flows/{flow Id}HUBSPOT_AUTOMATION_PUT_AUTOMATION_V4_FLOWS_FLOW_IDUpdate a workflow by ID.

Update a workflow by ID.

Authentication

Connected account required

Scopes

automation

Tags

Workflows V4 APIWorkflows
Retrieve a custom action definitionHUBSPOT_AUTOMATION_RETRIEVE_ACUSTOM_ACTION_DEFINITIONRetrieve a custom action definition

Retrieve a custom action definition

Authentication

Connected account required

Tags

Custom Workflow Actions APIDefinitions
Retrieve a function from a given definitionHUBSPOT_AUTOMATION_RETRIEVE_AFUNCTION_FROM_AGIVEN_DEFINITIONRetrieve a function from a given definition

Retrieve a function from a given definition

Authentication

Connected account required

Tags

Custom Workflow Actions APIFunctions
Retrieve a specific revision of a definitionHUBSPOT_AUTOMATION_RETRIEVE_ASPECIFIC_REVISION_OF_ADEFINITIONRetrieve a specific revision of a definition

Retrieve a specific revision of a definition

Authentication

Connected account required

Tags

Custom Workflow Actions APIRevisions
Retrieve custom action definitionsHUBSPOT_AUTOMATION_RETRIEVE_CUSTOM_ACTION_DEFINITIONSRetrieve custom action definitions

Retrieve custom action definitions

Authentication

Connected account required

Tags

Custom Workflow Actions APIDefinitions
Retrieve details for a sequenceHUBSPOT_AUTOMATION_RETRIEVE_DETAILS_FOR_ASEQUENCERetrieve details for a sequence

Retrieve details for a sequence

Authentication

Connected account required

Tags

Sequences APIPublic_Sequences
Retrieve functions by a type for a given definitionHUBSPOT_AUTOMATION_RETRIEVE_FUNCTIONS_BY_ATYPE_FOR_AGIVEN_DEFINITIONRetrieve functions by a type for a given definition

Retrieve functions by a type for a given definition

Authentication

Connected account required

Tags

Custom Workflow Actions APIFunctions
Retrieve functions for a given definitionHUBSPOT_AUTOMATION_RETRIEVE_FUNCTIONS_FOR_AGIVEN_DEFINITIONRetrieve functions for a given definition

Retrieve functions for a given definition

Authentication

Connected account required

Tags

Custom Workflow Actions APIFunctions
Retrieve revisions for a given definitionHUBSPOT_AUTOMATION_RETRIEVE_REVISIONS_FOR_AGIVEN_DEFINITIONRetrieve revisions for a given definition

Retrieve revisions for a given definition

Authentication

Connected account required

Tags

Custom Workflow Actions APIRevisions
Retrieve the enrollment status of a contactHUBSPOT_AUTOMATION_RETRIEVE_THE_ENROLLMENT_STATUS_OF_ACONTACTRetrieve the enrollment status of a contact

Retrieve the enrollment status of a contact

Authentication

Connected account required

Tags

Sequences APIPublic_Enrollments
Update a function for a definitionHUBSPOT_AUTOMATION_UPDATE_AFUNCTION_FOR_ADEFINITIONUpdate a function for a definition

Update a function for a definition

Authentication

Connected account required

Tags

Custom Workflow Actions APIFunctions
Update an existing action definitionHUBSPOT_AUTOMATION_UPDATE_AN_EXISTING_ACTION_DEFINITIONUpdate an existing action definition

Update an existing action definition

Authentication

Connected account required

Tags

Custom Workflow Actions APIDefinitions
Add a new row to a tableHUBSPOT_CMS_ADD_ANEW_ROW_TO_ATABLEAdd a new row to a HubDB table. New rows will be added to the `draft` version of the table. Use `publish` endpoint to push these changes to published version.

Add a new row to a HubDB table. New rows will be added to the `draft` version of the table. Use `publish` endpoint to push these changes to published version.

Authentication

Connected account required

Tags

HubDb APIRows
Archive a tableHUBSPOT_CMS_ARCHIVE_ATABLEArchive (soft delete) an existing HubDB table. This archives both the published and draft versions.

Archive (soft delete) an existing HubDB table. This archives both the published and draft versions.

Authentication

Connected account required

Tags

HubDb APITables
Archive multiple propertiesHUBSPOT_CMS_ARCHIVE_MULTIPLE_PROPERTIESArchive multiple properties

Archive multiple properties

Authentication

Connected account required

Tags

Media Bridge APIProperties
Attach a Blog Author to a multi-language groupHUBSPOT_CMS_ATTACH_ABLOG_AUTHOR_TO_AMULTI_LANGUAGE_GROUPAttach a Blog Author to a multi-language group.

Attach a Blog Author to a multi-language group.

Authentication

Connected account required

Tags

Blog Authors APIBlog Authors
Attach a Blog Post to a multi-language groupHUBSPOT_CMS_ATTACH_ABLOG_POST_TO_AMULTI_LANGUAGE_GROUPAttach a Blog Post to a multi-language group.

Attach a Blog Post to a multi-language group.

Authentication

Connected account required

Tags

Blog Posts
Attach a Blog Tag to a multi-language groupHUBSPOT_CMS_ATTACH_ABLOG_TAG_TO_AMULTI_LANGUAGE_GROUPAttach a Blog Tag to a multi-language group.

Attach a Blog Tag to a multi-language group.

Authentication

Connected account required

Tags

Blog Authors API
Attach a blog to a multi-language groupHUBSPOT_CMS_ATTACH_ABLOG_TO_AMULTI_LANGUAGE_GROUPAttach a blog to a multi-language group.

Attach a blog to a multi-language group.

Authentication

Connected account required

Tags

Blog Settings API
Attach a landing page to a multi-language groupHUBSPOT_CMS_ATTACH_ALANDING_PAGE_TO_AMULTI_LANGUAGE_GROUPAttach a landing page to a multi-language group.

Attach a landing page to a multi-language group.

Authentication

Connected account required

Tags

Pages APILanding Pages
Attach a site page to a multi-language groupHUBSPOT_CMS_ATTACH_ASITE_PAGE_TO_AMULTI_LANGUAGE_GROUPAttach a site page to a multi-language group.

Attach a site page to a multi-language group.

Authentication

Connected account required

Tags

Pages APISite Pages
Clone a Blog PostHUBSPOT_CMS_CLONE_ABLOG_POSTClone a Blog Post.

Clone a Blog Post.

Authentication

Connected account required

Tags

Blog Posts
Clone a Landing PageHUBSPOT_CMS_CLONE_ALANDING_PAGEClone a Landing Page

Clone a Landing Page

Authentication

Connected account required

Tags

Pages APILanding Pages
Clone a rowHUBSPOT_CMS_CLONE_AROWClones a single row in the `draft` version of the table.

Clones a single row in the `draft` version of the table.

Authentication

Connected account required

Tags

HubDb APIRows
Clone a Site PageHUBSPOT_CMS_CLONE_ASITE_PAGEClone a Site Page

Clone a Site Page

Authentication

Connected account required

Tags

Pages APISite Pages
Clone a tableHUBSPOT_CMS_CLONE_ATABLEClone an existing HubDB table. The `newName` and `newLabel` of the new table can be sent as JSON in the `body` parameter. This will create the cloned table as a `draft`.

Clone an existing HubDB table. The `newName` and `newLabel` of the new table can be sent as JSON in the `body` parameter. This will create the cloned table as a `draft`.

Authentication

Connected account required

Tags

HubDb APITables
Clone rows in batchHUBSPOT_CMS_CLONE_ROWS_IN_BATCHClones rows in the `draft` version of the specified table, given a set of row ids. Maximum of 100 row ids per call.

Clones rows in the `draft` version of the specified table, given a set of row ids. Maximum of 100 row ids per call.

Authentication

Connected account required

Tags

HubDb APIRows Batch
Create a batch of Blog AuthorsHUBSPOT_CMS_CREATE_ABATCH_OF_BLOG_AUTHORSCreate the Blog Author objects detailed in the request body.

Create the Blog Author objects detailed in the request body.

Authentication

Connected account required

Tags

Blog Authors APIBlog Authors
Create a batch of Blog PostsHUBSPOT_CMS_CREATE_ABATCH_OF_BLOG_POSTSCreate the Blog Post objects detailed in the request body.

Create the Blog Post objects detailed in the request body.

Authentication

Connected account required

Tags

Blog Posts
Create a batch of Blog TagsHUBSPOT_CMS_CREATE_ABATCH_OF_BLOG_TAGSCreate the Blog Tag objects detailed in the request body.

Create the Blog Tag objects detailed in the request body.

Authentication

Connected account required

Tags

Blog Authors API
Create a batch of FoldersHUBSPOT_CMS_CREATE_ABATCH_OF_FOLDERSCreate the Folder objects detailed in the request body.

Create the Folder objects detailed in the request body.

Authentication

Connected account required

Tags

Pages APILanding Pages
Create a batch of Landing PagesHUBSPOT_CMS_CREATE_ABATCH_OF_LANDING_PAGESCreate the Landing Page objects detailed in the request body.

Create the Landing Page objects detailed in the request body.

Authentication

Connected account required

Tags

Pages APILanding Pages
Create a batch of Site PagesHUBSPOT_CMS_CREATE_ABATCH_OF_SITE_PAGESCreate the Site Page objects detailed in the request body.

Create the Site Page objects detailed in the request body.

Authentication

Connected account required

Tags

Pages APISite Pages
Create an attention span eventHUBSPOT_CMS_CREATE_AN_ATTENTION_SPAN_EVENTCreate an attention span event

Create an attention span event

Authentication

Connected account required

Scopes

media_bridge.write

Tags

Media Bridge APIEvents
Create a new A/B test variationHUBSPOT_CMS_CREATE_ANEW_ABTEST_VARIATIONCreate a new A/B test variation based on the information provided in the request body.

Create a new A/B test variation based on the information provided in the request body.

Authentication

Connected account required

Tags

Pages APISite Pages
Create a new A/B test variationHUBSPOT_CMS_CREATE_ANEW_ABTEST_VARIATION1Create a new A/B test variation based on the information provided in the request body.

Create a new A/B test variation based on the information provided in the request body.

Authentication

Connected account required

Tags

Pages APILanding Pages
Create a new Blog AuthorHUBSPOT_CMS_CREATE_ANEW_BLOG_AUTHORCreate a new Blog Author.

Create a new Blog Author.

Authentication

Connected account required

Tags

Blog Authors APIBlog Authors
Create a new Blog PostHUBSPOT_CMS_CREATE_ANEW_BLOG_POSTCreate a new Blog Post.

Create a new Blog Post.

Authentication

Connected account required

Tags

Blog Posts
Create a new Blog TagHUBSPOT_CMS_CREATE_ANEW_BLOG_TAGCreate a new Blog Tag.

Create a new Blog Tag.

Authentication

Connected account required

Tags

Blog Authors API
Create a new FolderHUBSPOT_CMS_CREATE_ANEW_FOLDERCreate a new Folder

Create a new Folder

Authentication

Connected account required

Tags

Pages APILanding Pages
Create a new Landing PageHUBSPOT_CMS_CREATE_ANEW_LANDING_PAGECreate a new Landing Page

Create a new Landing Page

Authentication

Connected account required

Tags

Pages APILanding Pages
Create a new language variationHUBSPOT_CMS_CREATE_ANEW_LANGUAGE_VARIATIONCreate a new language variation from an existing blog

Create a new language variation from an existing blog

Authentication

Connected account required

Tags

Blog Settings API
Create a new language variationHUBSPOT_CMS_CREATE_ANEW_LANGUAGE_VARIATION1Create a new language variation from an existing Blog Tag

Create a new language variation from an existing Blog Tag

Authentication

Connected account required

Tags

Blog Authors API
Create a new language variationHUBSPOT_CMS_CREATE_ANEW_LANGUAGE_VARIATION2Create a new language variation from an existing site page

Create a new language variation from an existing site page

Authentication

Connected account required

Tags

Pages APISite Pages
Create a new language variationHUBSPOT_CMS_CREATE_ANEW_LANGUAGE_VARIATION3Create a new language variation from an existing landing page

Create a new language variation from an existing landing page

Authentication

Connected account required

Tags

Pages APILanding Pages
Create a new language variationHUBSPOT_CMS_CREATE_ANEW_LANGUAGE_VARIATION4Create a new language variation from an existing Blog Author.

Create a new language variation from an existing Blog Author.

Authentication

Connected account required

Tags

Blog Authors APIBlog Authors
Create a new language variationHUBSPOT_CMS_CREATE_ANEW_LANGUAGE_VARIATION5Create a new language variation from an existing Blog Post

Create a new language variation from an existing Blog Post

Authentication

Connected account required

Tags

Blog Posts
Create a new object typeHUBSPOT_CMS_CREATE_ANEW_OBJECT_TYPECreate a new object type

Create a new object type

Authentication

Connected account required

Tags

Media Bridge APIIntegrator_Settings
Create a new propertyHUBSPOT_CMS_CREATE_ANEW_PROPERTYCreate a new property

Create a new property

Authentication

Connected account required

Tags

Media Bridge APIProperties
Create a new property groupHUBSPOT_CMS_CREATE_ANEW_PROPERTY_GROUPCreate a new property group

Create a new property group

Authentication

Connected account required

Tags

Media Bridge APIGroups
Create a new Site PageHUBSPOT_CMS_CREATE_ANEW_SITE_PAGECreate a new Site Page

Create a new Site Page

Authentication

Connected account required

Tags

Pages APISite Pages
Create a new tableHUBSPOT_CMS_CREATE_ANEW_TABLECreates a new draft HubDB table given a JSON schema. The table name and label should be unique for each account.

Creates a new draft HubDB table given a JSON schema. The table name and label should be unique for each account.

Authentication

Connected account required

Tags

HubDb APITables
Create a played eventHUBSPOT_CMS_CREATE_APLAYED_EVENTCreate a played event

Create a played event

Authentication

Connected account required

Scopes

media_bridge.write

Tags

Media Bridge APIEvents
Create a quartile eventHUBSPOT_CMS_CREATE_AQUARTILE_EVENTCreate a quartile event

Create a quartile event

Authentication

Connected account required

Scopes

media_bridge.write

Tags

Media Bridge APIEvents
Create a redirectHUBSPOT_CMS_CREATE_AREDIRECTCreates and configures a new URL redirect.

Creates and configures a new URL redirect.

Authentication

Connected account required

Tags

URL Redirects APIRedirects
Create association definitionHUBSPOT_CMS_CREATE_ASSOCIATION_DEFINITIONCreate association definition

Create association definition

Authentication

Connected account required

Tags

Media Bridge APISchemas
Create multiple propertiesHUBSPOT_CMS_CREATE_MULTIPLE_PROPERTIESCreate multiple properties

Create multiple properties

Authentication

Connected account required

Tags

Media Bridge APIProperties
Create or update event visibility settingsHUBSPOT_CMS_CREATE_OR_UPDATE_EVENT_VISIBILITY_SETTINGSCreate or update event visibility settings

Create or update event visibility settings

Authentication

Connected account required

Tags

Media Bridge APIIntegrator_Settings
Create rows in batchHUBSPOT_CMS_CREATE_ROWS_IN_BATCHCreates rows in the `draft` version of the specified table, given an array of row objects. Maximum of 100 row object per call. See the overview section for more details with an example.

Creates rows in the `draft` version of the specified table, given an array of row objects. Maximum of 100 row object per call. See the overview section for more details with an example.

Authentication

Connected account required

Tags

HubDb APIRows Batch
Delete a batch of Blog AuthorsHUBSPOT_CMS_DELETE_ABATCH_OF_BLOG_AUTHORSDelete the Blog Author objects identified in the request body.

Delete the Blog Author objects identified in the request body.

Authentication

Connected account required

Tags

Blog Authors APIBlog Authors
Delete a batch of Blog PostsHUBSPOT_CMS_DELETE_ABATCH_OF_BLOG_POSTSDelete the Blog Post objects identified in the request body. Note: This is not the same as the in-app `archive` function. To perform a dashboard `archive` send an normal update with the `archivedInDashboard` field set to true.

Delete the Blog Post objects identified in the request body. Note: This is not the same as the in-app `archive` function. To perform a dashboard `archive` send an normal update with the `archivedInDashboard` field set to true.

Authentication

Connected account required

Tags

Blog Posts
Delete a batch of Blog TagsHUBSPOT_CMS_DELETE_ABATCH_OF_BLOG_TAGSDelete the Blog Tag objects identified in the request body.

Delete the Blog Tag objects identified in the request body.

Authentication

Connected account required

Tags

Blog Authors API
Delete a batch of FoldersHUBSPOT_CMS_DELETE_ABATCH_OF_FOLDERSDelete the Folder objects identified in the request body.

Delete the Folder objects identified in the request body.

Authentication

Connected account required

Tags

Pages APILanding Pages
Delete a batch of Landing PagesHUBSPOT_CMS_DELETE_ABATCH_OF_LANDING_PAGESDelete the Landing Page objects identified in the request body. Note: This is not the same as the dashboard `archive` function. To perform a dashboard `archive` send an normal update with the `archivedInDashboard` field set to true.

Delete the Landing Page objects identified in the request body. Note: This is not the same as the dashboard `archive` function. To perform a dashboard `archive` send an normal update with the `archivedInDashboard` field set to true.

Authentication

Connected account required

Tags

Pages APILanding Pages
Delete a batch of Site PagesHUBSPOT_CMS_DELETE_ABATCH_OF_SITE_PAGESDelete the Site Page objects identified in the request body. Note: This is not the same as the dashboard `archive` function. To perform a dashboard `archive` send an normal update with the `archivedInDashboard` field set to true.

Delete the Site Page objects identified in the request body. Note: This is not the same as the dashboard `archive` function. To perform a dashboard `archive` send an normal update with the `archivedInDashboard` field set to true.

Authentication

Connected account required

Tags

Pages APISite Pages
Delete a Blog AuthorHUBSPOT_CMS_DELETE_ABLOG_AUTHORDelete the Blog Author object identified by the id in the path.

Delete the Blog Author object identified by the id in the path.

Authentication

Connected account required

Tags

Blog Authors APIBlog Authors
Delete a Blog PostHUBSPOT_CMS_DELETE_ABLOG_POSTDelete the Blog Post object identified by the id in the path.

Delete the Blog Post object identified by the id in the path.

Authentication

Connected account required

Tags

Blog Posts
Delete a Blog TagHUBSPOT_CMS_DELETE_ABLOG_TAGDelete the Blog Tag object identified by the id in the path.

Delete the Blog Tag object identified by the id in the path.

Authentication

Connected account required

Tags

Blog Authors API
Delete a fileHUBSPOT_CMS_DELETE_AFILEDeletes the file at the specified path in the specified environment.

Deletes the file at the specified path in the specified environment.

Authentication

Connected account required

Tags

CMS Source Code APIContent
Delete a FolderHUBSPOT_CMS_DELETE_AFOLDERDelete the Folder object identified by the id in the path.

Delete the Folder object identified by the id in the path.

Authentication

Connected account required

Tags

Pages APILanding Pages
Delete a Landing PageHUBSPOT_CMS_DELETE_ALANDING_PAGEDelete the Landing Page object identified by the id in the path.

Delete the Landing Page object identified by the id in the path.

Authentication

Connected account required

Tags

Pages APILanding Pages
Delete an association definitionHUBSPOT_CMS_DELETE_AN_ASSOCIATION_DEFINITIONDelete an association definition

Delete an association definition

Authentication

Connected account required

Tags

Media Bridge APISchemas
Delete an oEmbed domainHUBSPOT_CMS_DELETE_AN_OEMBED_DOMAINDelete an oEmbed domain

Delete an oEmbed domain

Authentication

Connected account required

Tags

Media Bridge APIIntegrator_Settings
Delete a propertyHUBSPOT_CMS_DELETE_APROPERTYDelete a property

Delete a property

Authentication

Connected account required

Tags

Media Bridge APIProperties
Delete a property groupHUBSPOT_CMS_DELETE_APROPERTY_GROUPDelete a property group

Delete a property group

Authentication

Connected account required

Tags

Media Bridge APIGroups
Delete a redirectHUBSPOT_CMS_DELETE_AREDIRECTDelete one existing redirect, so it is no longer mapped.

Delete one existing redirect, so it is no longer mapped.

Authentication

Connected account required

Tags

URL Redirects APIRedirects
Delete a Site PageHUBSPOT_CMS_DELETE_ASITE_PAGEDelete the Site Page object identified by the id in the path.

Delete the Site Page object identified by the id in the path.

Authentication

Connected account required

Tags

Pages APISite Pages
Detach a Blog Author from a multi-language groupHUBSPOT_CMS_DETACH_ABLOG_AUTHOR_FROM_AMULTI_LANGUAGE_GROUPDetach a Blog Author from a multi-language group.

Detach a Blog Author from a multi-language group.

Authentication

Connected account required

Tags

Blog Authors APIBlog Authors
Detach a blog from a multi-language groupHUBSPOT_CMS_DETACH_ABLOG_FROM_AMULTI_LANGUAGE_GROUPDetach a blog from a multi-language group.

Detach a blog from a multi-language group.

Authentication

Connected account required

Tags

Blog Settings API
Detach a Blog Post from a multi-language groupHUBSPOT_CMS_DETACH_ABLOG_POST_FROM_AMULTI_LANGUAGE_GROUPDetach a Blog Post from a multi-language group.

Detach a Blog Post from a multi-language group.

Authentication

Connected account required

Tags

Blog Posts
Detach a Blog Tag from a multi-language groupHUBSPOT_CMS_DETACH_ABLOG_TAG_FROM_AMULTI_LANGUAGE_GROUPDetach a Blog Tag from a multi-language group.

Detach a Blog Tag from a multi-language group.

Authentication

Connected account required

Tags

Blog Authors API
Detach a landing page from a multi-language groupHUBSPOT_CMS_DETACH_ALANDING_PAGE_FROM_AMULTI_LANGUAGE_GROUPDetach a landing page from a multi-language group.

Detach a landing page from a multi-language group.

Authentication

Connected account required

Tags

Pages APILanding Pages
Detach a site page from a multi-language groupHUBSPOT_CMS_DETACH_ASITE_PAGE_FROM_AMULTI_LANGUAGE_GROUPDetach a site page from a multi-language group.

Detach a site page from a multi-language group.

Authentication

Connected account required

Tags

Pages APISite Pages
Download a fileHUBSPOT_CMS_DOWNLOAD_AFILEDownloads the byte contents of the file at the specified path in the specified environment.

Downloads the byte contents of the file at the specified path in the specified environment.

Authentication

Connected account required

Tags

CMS Source Code APIContent
End an active A/B testHUBSPOT_CMS_END_AN_ACTIVE_ABTESTEnd an active A/B test and designate a winner.

End an active A/B test and designate a winner.

Authentication

Connected account required

Tags

Pages APISite Pages
End an active A/B testHUBSPOT_CMS_END_AN_ACTIVE_ABTEST1End an active A/B test and designate a winner.

End an active A/B test and designate a winner.

Authentication

Connected account required

Tags

Pages APILanding Pages
Export a draft tableHUBSPOT_CMS_EXPORT_ADRAFT_TABLEExports the `draft` version of a table to CSV / EXCEL format.

Exports the `draft` version of a table to CSV / EXCEL format.

Authentication

Connected account required

Tags

HubDb APITables
Export a published version of a tableHUBSPOT_CMS_EXPORT_APUBLISHED_VERSION_OF_ATABLEExports the `published` version of a table to CSV / EXCEL format.

Exports the `published` version of a table to CSV / EXCEL format.

Authentication

Connected account required

Tags

HubDb APITables
Extract a zip fileHUBSPOT_CMS_EXTRACT_AZIP_FILEExtract a zip file

Extract a zip file

Authentication

Connected account required

Tags

CMS Source Code APISource_Code_Extract
Get all Blog AuthorsHUBSPOT_CMS_GET_ALL_BLOG_AUTHORSGet the list of blog authors. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.

Get the list of blog authors. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.

Authentication

Connected account required

Tags

Blog Authors APIBlog Authors
Get all Blog PostsHUBSPOT_CMS_GET_ALL_BLOG_POSTSGet the list of blog posts. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.

Get the list of blog posts. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.

Authentication

Connected account required

Tags

Blog Posts
Get all Blog TagsHUBSPOT_CMS_GET_ALL_BLOG_TAGSGet the list of blog tags. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.

Get the list of blog tags. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.

Authentication

Connected account required

Tags

Blog Authors API
Get all BlogsHUBSPOT_CMS_GET_ALL_BLOGSGet the list of Blogs. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.

Get the list of Blogs. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.

Authentication

Connected account required

Tags

Blog Settings API
Get all Landing Page FoldersHUBSPOT_CMS_GET_ALL_LANDING_PAGE_FOLDERSGet the list of Landing Page Folders. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.

Get the list of Landing Page Folders. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.

Authentication

Connected account required

Tags

Pages APILanding Pages
Get all Landing PagesHUBSPOT_CMS_GET_ALL_LANDING_PAGESGet the list of landing pages. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.

Get the list of landing pages. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.

Authentication

Connected account required

Tags

Pages APILanding Pages
Get all published tablesHUBSPOT_CMS_GET_ALL_PUBLISHED_TABLESReturns the details for the `published` version of each table defined in an account, including column definitions.

Returns the details for the `published` version of each table defined in an account, including column definitions.

Authentication

Connected account required

Tags

HubDb APITables
Get all schemasHUBSPOT_CMS_GET_ALL_SCHEMASGet all schemas

Get all schemas

Authentication

Connected account required

Tags

Media Bridge APISchemas
Get all Site PagesHUBSPOT_CMS_GET_ALL_SITE_PAGESGet the list of site pages. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.

Get the list of site pages. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.

Authentication

Connected account required

Tags

Pages APISite Pages
Get an oEmbed domainHUBSPOT_CMS_GET_AN_OEMBED_DOMAINGet an oEmbed domain

Get an oEmbed domain

Authentication

Connected account required

Tags

Media Bridge APIIntegrator_Settings
Get a row from the draft tableHUBSPOT_CMS_GET_AROW_FROM_THE_DRAFT_TABLEGet a single row by ID from a table's `draft` version.

Get a single row by ID from a table's `draft` version.

Authentication

Connected account required

Tags

HubDb APIRows
Get a set of rowsHUBSPOT_CMS_GET_ASET_OF_ROWSReturns rows in the `published` version of the specified table, given a set of row ids. **Note:** This endpoint can be accessed without any authentication if the table is set to be allowed for public access.

Returns rows in the `published` version of the specified table, given a set of row ids. **Note:** This endpoint can be accessed without any authentication if the table is set to be allowed for public access.

Authentication

Connected account required

Tags

HubDb APIRows Batch
Get a set of rows from draft tableHUBSPOT_CMS_GET_ASET_OF_ROWS_FROM_DRAFT_TABLEReturns rows in the `draft` version of the specified table, given a set of row ids.

Returns rows in the `draft` version of the specified table, given a set of row ids.

Authentication

Connected account required

Tags

HubDb APIRows Batch
Get a single domainHUBSPOT_CMS_GET_ASINGLE_DOMAINReturns a single domains with the id specified.

Returns a single domains with the id specified.

Authentication

Connected account required

Tags

Domains APIDomains
Get a specific property groupHUBSPOT_CMS_GET_ASPECIFIC_PROPERTY_GROUPGet a specific property group

Get a specific property group

Authentication

Connected account required

Tags

Media Bridge APIGroups
Get a table rowHUBSPOT_CMS_GET_ATABLE_ROWGet a single row by ID from a table's `published` version. **Note:** This endpoint can be accessed without any authentication, if the table is set to be allowed for public access.

Get a single row by ID from a table's `published` version. **Note:** This endpoint can be accessed without any authentication, if the table is set to be allowed for public access.

Authentication

Connected account required

Tags

HubDb APIRows
Get current domainsHUBSPOT_CMS_GET_CURRENT_DOMAINSReturns all existing domains that have been created. Results can be limited and filtered by creation or updated date.

Returns all existing domains that have been created. Results can be limited and filtered by creation or updated date.

Authentication

Connected account required

Tags

Domains APIDomains
Get current redirectsHUBSPOT_CMS_GET_CURRENT_REDIRECTSReturns all existing URL redirects. Results can be limited and filtered by creation or updated date.

Returns all existing URL redirects. Results can be limited and filtered by creation or updated date.

Authentication

Connected account required

Tags

URL Redirects APIRedirects
Get details for a draft tableHUBSPOT_CMS_GET_DETAILS_FOR_ADRAFT_TABLEGet the details for the `draft` version of a specific HubDB table. This will include the definitions for the columns in the table and the number of rows in the table.

Get the details for the `draft` version of a specific HubDB table. This will include the definitions for the columns in the table and the number of rows in the table.

Authentication

Connected account required

Tags

HubDb APITables
Get details for a redirectHUBSPOT_CMS_GET_DETAILS_FOR_AREDIRECTReturns the details for a single existing URL redirect by ID.

Returns the details for a single existing URL redirect by ID.

Authentication

Connected account required

Tags

URL Redirects APIRedirects
Get details of a published tableHUBSPOT_CMS_GET_DETAILS_OF_APUBLISHED_TABLEReturns the details for the `published` version of the specified table. This will include the definitions for the columns in the table and the number of rows in the table. **Note:** This endpoint can be accessed without any authentication if the table is set to be allowed for public access.

Returns the details for the `published` version of the specified table. This will include the definitions for the columns in the table and the number of rows in the table. **Note:** This endpoint can be accessed without any authentication if the table is set to be allowed for public access.

Authentication

Connected account required

Tags

HubDb APITables
Get extraction statusHUBSPOT_CMS_GET_EXTRACTION_STATUSGet extraction status

Get extraction status

Authentication

Connected account required

Tags

CMS Source Code APISource_Code_Extract
Get indexed properties.HUBSPOT_CMS_GET_INDEXED_PROPERTIESFor a given account and document ID (page ID, blog post ID, HubDB row ID, etc.), return all indexed data for that document. This is useful when debugging why a particular document is not returned from a custom search.

For a given account and document ID (page ID, blog post ID, HubDB row ID, etc.), return all indexed data for that document. This is useful when debugging why a particular document is not returned from a custom search.

Authentication

Connected account required

Tags

Site Search APIPublic
Get object types for a supported mediaHUBSPOT_CMS_GET_OBJECT_TYPES_FOR_ASUPPORTED_MEDIAGet object types for a supported media

Get object types for a supported media

Authentication

Connected account required

Tags

Media Bridge APIIntegrator_Settings
Get oEmbed domainsHUBSPOT_CMS_GET_OEMBED_DOMAINSGet oEmbed domains

Get oEmbed domains

Authentication

Connected account required

Tags

Media Bridge APIIntegrator_Settings
Get property groupsHUBSPOT_CMS_GET_PROPERTY_GROUPSGet property groups

Get property groups

Authentication

Connected account required

Tags

Media Bridge APIGroups
Get rows for a tableHUBSPOT_CMS_GET_ROWS_FOR_ATABLEReturns a set of rows in the `published` version of the specified table. Row results can be filtered and sorted. Filtering and sorting options will be sent as query parameters to the API request. For example, by adding the query parameters `column1__gt=5&sort=-column1`, API returns the rows with values for column `column1` greater than 5 and in the descending order of `column1` values. Refer to the [overview section](https://developers.hubspot.com/docs/api/cms/hubdb#filtering-and-sorting-table-rows) for detailed filtering and sorting options. **Note:** This endpoint can be accessed without any authentication, if the table is set to be allowed for public access.

Returns a set of rows in the `published` version of the specified table. Row results can be filtered and sorted. Filtering and sorting options will be sent as query parameters to the API request. For example, by adding the query parameters `column1__gt=5&sort=-column1`, API returns the rows with values for column `column1` greater than 5 and in the descending order of `column1` values. Refer to the [overview section](https://developers.hubspot.com/docs/api/cms/hubdb#filtering-and-sorting-table-rows) for detailed filtering and sorting options. **Note:** This endpoint can be accessed without any authentication, if the table is set to be allowed for public access.

Authentication

Connected account required

Tags

HubDb APIRows
Get rows from draft tableHUBSPOT_CMS_GET_ROWS_FROM_DRAFT_TABLEReturns rows in the `draft` version of the specified table. Row results can be filtered and sorted. Filtering and sorting options will be sent as query parameters to the API request. For example, by adding the query parameters `column1__gt=5&sort=-column1`, API returns the rows with values for column `column1` greater than 5 and in the descending order of `column1` values. Refer to the [overview section](https://developers.hubspot.com/docs/api/cms/hubdb#filtering-and-sorting-table-rows) for detailed filtering and sorting options.

Returns rows in the `draft` version of the specified table. Row results can be filtered and sorted. Filtering and sorting options will be sent as query parameters to the API request. For example, by adding the query parameters `column1__gt=5&sort=-column1`, API returns the rows with values for column `column1` greater than 5 and in the descending order of `column1` values. Refer to the [overview section](https://developers.hubspot.com/docs/api/cms/hubdb#filtering-and-sorting-table-rows) for detailed filtering and sorting options.

Authentication

Connected account required

Tags

HubDb APIRows
Get the details for a propertyHUBSPOT_CMS_GET_THE_DETAILS_FOR_APROPERTYGet the details for a property

Get the details for a property

Authentication

Connected account required

Tags

Media Bridge APIProperties
Get the details for multiple propertiesHUBSPOT_CMS_GET_THE_DETAILS_FOR_MULTIPLE_PROPERTIESGet the details for multiple properties

Get the details for multiple properties

Authentication

Connected account required

Tags

Media Bridge APIProperties
Get the metadata for a fileHUBSPOT_CMS_GET_THE_METADATA_FOR_AFILEGets the metadata object for the file at the specified path in the specified environment.

Gets the metadata object for the file at the specified path in the specified environment.

Authentication

Connected account required

Tags

CMS Source Code APIMetadata
Get the properties for an object type.HUBSPOT_CMS_GET_THE_PROPERTIES_FOR_AN_OBJECT_TYPEGet the properties for an object type.

Get the properties for an object type.

Authentication

Connected account required

Tags

Media Bridge APIProperties
Get the schema for an object typeHUBSPOT_CMS_GET_THE_SCHEMA_FOR_AN_OBJECT_TYPEGet the schema for an object type

Get the schema for an object type

Authentication

Connected account required

Tags

Media Bridge APISchemas
Permanently deletes a rowHUBSPOT_CMS_PERMANENTLY_DELETES_AROWPermanently deletes a row from a table's `draft` version.

Permanently deletes a row from a table's `draft` version.

Authentication

Connected account required

Tags

HubDb APIRows
Permanently deletes rowsHUBSPOT_CMS_PERMANENTLY_DELETES_ROWSPermanently deletes rows from the `draft` version of the table, given a set of row ids. Maximum of 100 row ids per call.

Permanently deletes rows from the `draft` version of the table, given a set of row ids. Maximum of 100 row ids per call.

Authentication

Connected account required

Tags

HubDb APIRows Batch
Publish a table from draftHUBSPOT_CMS_PUBLISH_ATABLE_FROM_DRAFTPublishes the table by copying the data and table schema changes from draft version to the published version, meaning any website pages using data from the table will be updated.

Publishes the table by copying the data and table schema changes from draft version to the published version, meaning any website pages using data from the table will be updated.

Authentication

Connected account required

Tags

HubDb APITables
Push Blog Post draft edits liveHUBSPOT_CMS_PUSH_BLOG_POST_DRAFT_EDITS_LIVETake any changes from the draft version of the Blog Post and apply them to the live version.

Take any changes from the draft version of the Blog Post and apply them to the live version.

Authentication

Connected account required

Tags

Blog Posts
Push Landing Page draft edits liveHUBSPOT_CMS_PUSH_LANDING_PAGE_DRAFT_EDITS_LIVETake any changes from the draft version of the Landing Page and apply them to the live version.

Take any changes from the draft version of the Landing Page and apply them to the live version.

Authentication

Connected account required

Tags

Pages APILanding Pages
Push Site Page draft edits liveHUBSPOT_CMS_PUSH_SITE_PAGE_DRAFT_EDITS_LIVETake any changes from the draft version of the Site Page and apply them to the live version.

Take any changes from the draft version of the Site Page and apply them to the live version.

Authentication

Connected account required

Tags

Pages APISite Pages
Query audit logsHUBSPOT_CMS_QUERY_AUDIT_LOGSReturns audit logs based on filters.

Returns audit logs based on filters.

Authentication

Connected account required

Tags

Content Audit APIAudit_Logs
Register the media bridge app nameHUBSPOT_CMS_REGISTER_THE_MEDIA_BRIDGE_APP_NAMERegister the media bridge app name

Register the media bridge app name

Authentication

Connected account required

Tags

Media Bridge APIIntegrator_Settings
Replace rows in batch in draft tableHUBSPOT_CMS_REPLACE_ROWS_IN_BATCH_IN_DRAFT_TABLEReplaces multiple rows as a batch in the `draft` version of the table, with a maximum of 100 rows per call. See the endpoint `PUT /tables/{tableIdOrName}/rows/{rowId}/draft` for details on updating a single row.

Replaces multiple rows as a batch in the `draft` version of the table, with a maximum of 100 rows per call. See the endpoint `PUT /tables/{tableIdOrName}/rows/{rowId}/draft` for details on updating a single row.

Authentication

Connected account required

Tags

HubDb APIRows Batch
Replaces an existing rowHUBSPOT_CMS_REPLACES_AN_EXISTING_ROWReplace a single row in the table's `draft` version. All the column values must be specified. If a column has a value in the target table and this request doesn't define that value, it will be deleted. See the `Create a row` endpoint for instructions on how to format the JSON row definitions.

Replace a single row in the table's `draft` version. All the column values must be specified. If a column has a value in the target table and this request doesn't define that value, it will be deleted. See the `Create a row` endpoint for instructions on how to format the JSON row definitions.

Authentication

Connected account required

Tags

HubDb APIRows
Rerun a previous A/B testHUBSPOT_CMS_RERUN_APREVIOUS_ABTESTRerun a previous A/B test.

Rerun a previous A/B test.

Authentication

Connected account required

Tags

Pages APISite Pages
Rerun a previous A/B testHUBSPOT_CMS_RERUN_APREVIOUS_ABTEST1Rerun a previous A/B test.

Rerun a previous A/B test.

Authentication

Connected account required

Tags

Pages APILanding Pages
Reset a draft tableHUBSPOT_CMS_RESET_ADRAFT_TABLEReplaces the data in the `draft` version of the table with values from the `published` version. Any unpublished changes in the `draft` will be lost after this call is made.

Replaces the data in the `draft` version of the table with values from the `published` version. Any unpublished changes in the `draft` will be lost after this call is made.

Authentication

Connected account required

Tags

HubDb APITables
Reset the Blog Post draft to the live versionHUBSPOT_CMS_RESET_THE_BLOG_POST_DRAFT_TO_THE_LIVE_VERSIONDiscards any edits and resets the draft to the live version.

Discards any edits and resets the draft to the live version.

Authentication

Connected account required

Tags

Blog Posts
Reset the Landing Page draft to the live versionHUBSPOT_CMS_RESET_THE_LANDING_PAGE_DRAFT_TO_THE_LIVE_VERSIONDiscards any edits and resets the draft to the live version.

Discards any edits and resets the draft to the live version.

Authentication

Connected account required

Tags

Pages APILanding Pages
Reset the Site Page draft to the live versionHUBSPOT_CMS_RESET_THE_SITE_PAGE_DRAFT_TO_THE_LIVE_VERSIONDiscards any edits and resets the draft to the live version.

Discards any edits and resets the draft to the live version.

Authentication

Connected account required

Tags

Pages APISite Pages
Restore a previous version of a blog postHUBSPOT_CMS_RESTORE_APREVIOUS_VERSION_OF_ABLOG_POSTTakes a specified version of a blog post and restores it.

Takes a specified version of a blog post and restores it.

Authentication

Connected account required

Tags

Blog Posts
Restore a previous version of a blog post, to the draft version of the blog postHUBSPOT_CMS_RESTORE_APREVIOUS_VERSION_OF_ABLOG_POST_TO_THE_DRAFT_VERSION_OF_THE_BLOG_POSTTakes a specified version of a blog post, sets it as the new draft version of the blog post.

Takes a specified version of a blog post, sets it as the new draft version of the blog post.

Authentication

Connected account required

Tags

Blog Posts
Restore a previous version of a FolderHUBSPOT_CMS_RESTORE_APREVIOUS_VERSION_OF_AFOLDERTakes a specified version of a Folder and restores it.

Takes a specified version of a Folder and restores it.

Authentication

Connected account required

Tags

Pages APILanding Pages
Restore a previous version of a Landing PageHUBSPOT_CMS_RESTORE_APREVIOUS_VERSION_OF_ALANDING_PAGETakes a specified version of a Landing Page and restores it.

Takes a specified version of a Landing Page and restores it.

Authentication

Connected account required

Tags

Pages APILanding Pages
Restore a previous version of a Landing Page, to the draft version of the Landing PageHUBSPOT_CMS_RESTORE_APREVIOUS_VERSION_OF_ALANDING_PAGE_TO_THE_DRAFT_VERSION_OF_THE_LANDING_PAGETakes a specified version of a Landing Page, sets it as the new draft version of the Landing Page.

Takes a specified version of a Landing Page, sets it as the new draft version of the Landing Page.

Authentication

Connected account required

Tags

Pages APILanding Pages
Restore a previous version of a Site PageHUBSPOT_CMS_RESTORE_APREVIOUS_VERSION_OF_ASITE_PAGETakes a specified version of a Site Page and restores it.

Takes a specified version of a Site Page and restores it.

Authentication

Connected account required

Tags

Pages APISite Pages
Restore a previous version of a Site Page, to the draft version of the Site PageHUBSPOT_CMS_RESTORE_APREVIOUS_VERSION_OF_ASITE_PAGE_TO_THE_DRAFT_VERSION_OF_THE_SITE_PAGETakes a specified version of a Site Page, sets it as the new draft version of the Site Page.

Takes a specified version of a Site Page, sets it as the new draft version of the Site Page.

Authentication

Connected account required

Tags

Pages APISite Pages
Retrieve a batch of Blog AuthorsHUBSPOT_CMS_RETRIEVE_ABATCH_OF_BLOG_AUTHORSRetrieve the Blog Author objects identified in the request body.

Retrieve the Blog Author objects identified in the request body.

Authentication

Connected account required

Tags

Blog Authors APIBlog Authors
Retrieve a batch of Blog PostsHUBSPOT_CMS_RETRIEVE_ABATCH_OF_BLOG_POSTSRetrieve the Blog Post objects identified in the request body.

Retrieve the Blog Post objects identified in the request body.

Authentication

Connected account required

Tags

Blog Posts
Retrieve a batch of Blog TagsHUBSPOT_CMS_RETRIEVE_ABATCH_OF_BLOG_TAGSRetrieve the Blog Tag objects identified in the request body.

Retrieve the Blog Tag objects identified in the request body.

Authentication

Connected account required

Tags

Blog Authors API
Retrieve a batch of FoldersHUBSPOT_CMS_RETRIEVE_ABATCH_OF_FOLDERSUpdate the Folder objects identified in the request body.

Update the Folder objects identified in the request body.

Authentication

Connected account required

Tags

Pages APILanding Pages
Retrieve a batch of Landing PagesHUBSPOT_CMS_RETRIEVE_ABATCH_OF_LANDING_PAGESRetrieve the Landing Page objects identified in the request body.

Retrieve the Landing Page objects identified in the request body.

Authentication

Connected account required

Tags

Pages APILanding Pages
Retrieve a batch of Site PagesHUBSPOT_CMS_RETRIEVE_ABATCH_OF_SITE_PAGESRetrieve the Site Page objects identified in the request body.

Retrieve the Site Page objects identified in the request body.

Authentication

Connected account required

Tags

Pages APISite Pages
Retrieve a BlogHUBSPOT_CMS_RETRIEVE_ABLOGRetrieve the Blog object identified by the id in the path.

Retrieve the Blog object identified by the id in the path.

Authentication

Connected account required

Tags

Blog Settings API
Retrieve a Blog AuthorHUBSPOT_CMS_RETRIEVE_ABLOG_AUTHORRetrieve the Blog Author object identified by the id in the path.

Retrieve the Blog Author object identified by the id in the path.

Authentication

Connected account required

Tags

Blog Authors APIBlog Authors
Retrieve a Blog PostHUBSPOT_CMS_RETRIEVE_ABLOG_POSTRetrieve the Blog Post object identified by the id in the path.

Retrieve the Blog Post object identified by the id in the path.

Authentication

Connected account required

Tags

Blog Posts
Retrieve a Blog TagHUBSPOT_CMS_RETRIEVE_ABLOG_TAGRetrieve the Blog Tag object identified by the id in the path.

Retrieve the Blog Tag object identified by the id in the path.

Authentication

Connected account required

Tags

Blog Authors API
Retrieve a FolderHUBSPOT_CMS_RETRIEVE_AFOLDERRetrieve the Folder object identified by the id in the path.

Retrieve the Folder object identified by the id in the path.

Authentication

Connected account required

Tags

Pages APILanding Pages
Retrieve a Landing PageHUBSPOT_CMS_RETRIEVE_ALANDING_PAGERetrieve the Landing Page object identified by the id in the path.

Retrieve the Landing Page object identified by the id in the path.

Authentication

Connected account required

Tags

Pages APILanding Pages
Retrieve a Site PageHUBSPOT_CMS_RETRIEVE_ASITE_PAGERetrieve the Site Page object identified by the id in the path.

Retrieve the Site Page object identified by the id in the path.

Authentication

Connected account required

Tags

Pages APISite Pages
Retrieve the full draft version of the Blog PostHUBSPOT_CMS_RETRIEVE_THE_FULL_DRAFT_VERSION_OF_THE_BLOG_POSTRetrieve the full draft version of the Blog Post.

Retrieve the full draft version of the Blog Post.

Authentication

Connected account required

Tags

Blog Posts
Retrieve the full draft version of the Landing PageHUBSPOT_CMS_RETRIEVE_THE_FULL_DRAFT_VERSION_OF_THE_LANDING_PAGERetrieve the full draft version of the Landing Page.

Retrieve the full draft version of the Landing Page.

Authentication

Connected account required

Tags

Pages APILanding Pages
Retrieve the full draft version of the Site PageHUBSPOT_CMS_RETRIEVE_THE_FULL_DRAFT_VERSION_OF_THE_SITE_PAGERetrieve the full draft version of the Site Page.

Retrieve the full draft version of the Site Page.

Authentication

Connected account required

Tags

Pages APISite Pages
Retrieves all the previous versions of a BlogHUBSPOT_CMS_RETRIEVES_ALL_THE_PREVIOUS_VERSIONS_OF_ABLOGRetrieves all the previous versions of a Blog

Retrieves all the previous versions of a Blog

Authentication

Connected account required

Tags

Blog Settings API
Retrieves all the previous versions of a blog postHUBSPOT_CMS_RETRIEVES_ALL_THE_PREVIOUS_VERSIONS_OF_ABLOG_POSTRetrieves all the previous versions of a blog post.

Retrieves all the previous versions of a blog post.

Authentication

Connected account required

Tags

Blog Posts
Retrieves all the previous versions of a FolderHUBSPOT_CMS_RETRIEVES_ALL_THE_PREVIOUS_VERSIONS_OF_AFOLDERRetrieves all the previous versions of a Folder.

Retrieves all the previous versions of a Folder.

Authentication

Connected account required

Tags

Pages APILanding Pages
Retrieves all the previous versions of a Landing PageHUBSPOT_CMS_RETRIEVES_ALL_THE_PREVIOUS_VERSIONS_OF_ALANDING_PAGERetrieves all the previous versions of a Landing Page.

Retrieves all the previous versions of a Landing Page.

Authentication

Connected account required

Tags

Pages APILanding Pages
Retrieves all the previous versions of a Site PageHUBSPOT_CMS_RETRIEVES_ALL_THE_PREVIOUS_VERSIONS_OF_ASITE_PAGERetrieves all the previous versions of a Site Page.

Retrieves all the previous versions of a Site Page.

Authentication

Connected account required

Tags

Pages APISite Pages
Retrieves a previous version of a BlogHUBSPOT_CMS_RETRIEVES_APREVIOUS_VERSION_OF_ABLOGRetrieves a previous version of a Blog

Retrieves a previous version of a Blog

Authentication

Connected account required

Tags

Blog Settings API
Retrieves a previous version of a blog postHUBSPOT_CMS_RETRIEVES_APREVIOUS_VERSION_OF_ABLOG_POSTRetrieves a previous version of a blog post.

Retrieves a previous version of a blog post.

Authentication

Connected account required

Tags

Blog Posts
Retrieves a previous version of a FolderHUBSPOT_CMS_RETRIEVES_APREVIOUS_VERSION_OF_AFOLDERRetrieves a previous version of a Folder

Retrieves a previous version of a Folder

Authentication

Connected account required

Tags

Pages APILanding Pages
Retrieves a previous version of a Landing PageHUBSPOT_CMS_RETRIEVES_APREVIOUS_VERSION_OF_ALANDING_PAGERetrieves a previous version of a Landing Page

Retrieves a previous version of a Landing Page

Authentication

Connected account required

Tags

Pages APILanding Pages
Retrieves a previous version of a Site PageHUBSPOT_CMS_RETRIEVES_APREVIOUS_VERSION_OF_ASITE_PAGERetrieves a previous version of a Site Page

Retrieves a previous version of a Site Page

Authentication

Connected account required

Tags

Pages APISite Pages
Return all draft tablesHUBSPOT_CMS_RETURN_ALL_DRAFT_TABLESReturns the details for each draft table defined in the specified account, including column definitions.

Returns the details for each draft table defined in the specified account, including column definitions.

Authentication

Connected account required

Tags

HubDb APITables
Schedule a Blog Post to be PublishedHUBSPOT_CMS_SCHEDULE_ABLOG_POST_TO_BE_PUBLISHEDSchedule a Blog Post to be Published.

Schedule a Blog Post to be Published.

Authentication

Connected account required

Tags

Blog Posts
Schedule a Landing Page to be PublishedHUBSPOT_CMS_SCHEDULE_ALANDING_PAGE_TO_BE_PUBLISHEDSchedule a Landing Page to be Published

Schedule a Landing Page to be Published

Authentication

Connected account required

Tags

Pages APILanding Pages
Schedule a Site Page to be PublishedHUBSPOT_CMS_SCHEDULE_ASITE_PAGE_TO_BE_PUBLISHEDSchedule a Site Page to be Published

Schedule a Site Page to be Published

Authentication

Connected account required

Tags

Pages APISite Pages
Search your site.HUBSPOT_CMS_SEARCH_YOUR_SITEReturns any website content matching the given search criteria for a given HubSpot account. Searches can be filtered by content type, domain, or URL path.

Returns any website content matching the given search criteria for a given HubSpot account. Searches can be filtered by content type, domain, or URL path.

Authentication

Connected account required

Tags

Site Search APIPublic
Set a new primary languageHUBSPOT_CMS_SET_ANEW_PRIMARY_LANGUAGESet a blog as the primary language of a multi-language group.

Set a blog as the primary language of a multi-language group.

Authentication

Connected account required

Tags

Blog Settings API
Set a new primary languageHUBSPOT_CMS_SET_ANEW_PRIMARY_LANGUAGE1Set a Blog Tag as the primary language of a multi-language group.

Set a Blog Tag as the primary language of a multi-language group.

Authentication

Connected account required

Tags

Blog Authors API
Set a new primary languageHUBSPOT_CMS_SET_ANEW_PRIMARY_LANGUAGE2Set a site page as the primary language of a multi-language group.

Set a site page as the primary language of a multi-language group.

Authentication

Connected account required

Tags

Pages APISite Pages
Set a new primary languageHUBSPOT_CMS_SET_ANEW_PRIMARY_LANGUAGE3Set a landing page as the primary language of a multi-language group.

Set a landing page as the primary language of a multi-language group.

Authentication

Connected account required

Tags

Pages APILanding Pages
Set a new primary languageHUBSPOT_CMS_SET_ANEW_PRIMARY_LANGUAGE4Set a Blog Author as the primary language of a multi-language group.

Set a Blog Author as the primary language of a multi-language group.

Authentication

Connected account required

Tags

Blog Authors APIBlog Authors
Set a new primary languageHUBSPOT_CMS_SET_ANEW_PRIMARY_LANGUAGE5Set a Blog Post as the primary language of a multi-language group.

Set a Blog Post as the primary language of a multi-language group.

Authentication

Connected account required

Tags

Blog Posts
Set up a new oEmbed domainHUBSPOT_CMS_SET_UP_ANEW_OEMBED_DOMAINSet up a new oEmbed domain

Set up a new oEmbed domain

Authentication

Connected account required

Tags

Media Bridge APIIntegrator_Settings
Unpublish a tableHUBSPOT_CMS_UNPUBLISH_ATABLEUnpublishes the table, meaning any website pages using data from the table will not render any data.

Unpublishes the table, meaning any website pages using data from the table will not render any data.

Authentication

Connected account required

Tags

HubDb APITables
Update a batch of Blog AuthorsHUBSPOT_CMS_UPDATE_ABATCH_OF_BLOG_AUTHORSUpdate the Blog Author objects identified in the request body.

Update the Blog Author objects identified in the request body.

Authentication

Connected account required

Tags

Blog Authors APIBlog Authors
Update a batch of Blog PostsHUBSPOT_CMS_UPDATE_ABATCH_OF_BLOG_POSTSUpdate the Blog Post objects identified in the request body.

Update the Blog Post objects identified in the request body.

Authentication

Connected account required

Tags

Blog Posts
Update a batch of Blog TagsHUBSPOT_CMS_UPDATE_ABATCH_OF_BLOG_TAGSUpdate the Blog Tag objects identified in the request body.

Update the Blog Tag objects identified in the request body.

Authentication

Connected account required

Tags

Blog Authors API
Update a batch of FoldersHUBSPOT_CMS_UPDATE_ABATCH_OF_FOLDERSUpdate the Folder objects identified in the request body.

Update the Folder objects identified in the request body.

Authentication

Connected account required

Tags

Pages APILanding Pages
Update a batch of Landing PagesHUBSPOT_CMS_UPDATE_ABATCH_OF_LANDING_PAGESUpdate the Landing Page objects identified in the request body.

Update the Landing Page objects identified in the request body.

Authentication

Connected account required

Tags

Pages APILanding Pages
Update a batch of Site PagesHUBSPOT_CMS_UPDATE_ABATCH_OF_SITE_PAGESUpdate the Site Page objects identified in the request body.

Update the Site Page objects identified in the request body.

Authentication

Connected account required

Tags

Pages APISite Pages
Update a Blog AuthorHUBSPOT_CMS_UPDATE_ABLOG_AUTHORSparse updates a single Blog Author object identified by the id in the path. All the column values need not be specified. Only the that need to be modified can be specified.

Sparse updates a single Blog Author object identified by the id in the path. All the column values need not be specified. Only the that need to be modified can be specified.

Authentication

Connected account required

Tags

Blog Authors APIBlog Authors
Update a Blog PostHUBSPOT_CMS_UPDATE_ABLOG_POSTSparse updates a single Blog Post object identified by the id in the path. All the column values need not be specified. Only the that need to be modified can be specified.

Sparse updates a single Blog Post object identified by the id in the path. All the column values need not be specified. Only the that need to be modified can be specified.

Authentication

Connected account required

Tags

Blog Posts
Update a Blog Post draftHUBSPOT_CMS_UPDATE_ABLOG_POST_DRAFTSparse updates the draft version of a single Blog Post object identified by the id in the path. All the column values need not be specified. Only the that need to be modified can be specified.

Sparse updates the draft version of a single Blog Post object identified by the id in the path. All the column values need not be specified. Only the that need to be modified can be specified.

Authentication

Connected account required

Tags

Blog Posts
Update a Blog TagHUBSPOT_CMS_UPDATE_ABLOG_TAGSparse updates a single Blog Tag object identified by the id in the path. All the column values need not be specified. Only the that need to be modified can be specified.

Sparse updates a single Blog Tag object identified by the id in the path. All the column values need not be specified. Only the that need to be modified can be specified.

Authentication

Connected account required

Tags

Blog Authors API
Update a FolderHUBSPOT_CMS_UPDATE_AFOLDERSparse updates a single Folder object identified by the id in the path. You only need to specify the column values that you are modifying.

Sparse updates a single Folder object identified by the id in the path. You only need to specify the column values that you are modifying.

Authentication

Connected account required

Tags

Pages APILanding Pages
Update a Landing PageHUBSPOT_CMS_UPDATE_ALANDING_PAGESparse updates a single Landing Page object identified by the id in the path. You only need to specify the column values that you are modifying.

Sparse updates a single Landing Page object identified by the id in the path. You only need to specify the column values that you are modifying.

Authentication

Connected account required

Tags

Pages APILanding Pages
Update a Landing Page draftHUBSPOT_CMS_UPDATE_ALANDING_PAGE_DRAFTSparse updates the draft version of a single Landing Page object identified by the id in the path. You only need to specify the column values that you are modifying.

Sparse updates the draft version of a single Landing Page object identified by the id in the path. You only need to specify the column values that you are modifying.

Authentication

Connected account required

Tags

Pages APILanding Pages
Update an existing tableHUBSPOT_CMS_UPDATE_AN_EXISTING_TABLEUpdate an existing HubDB table. You can use this endpoint to add or remove columns to the table as well as restore an archived table. Tables updated using the endpoint will only modify the `draft` verion of the table. Use `publish` endpoint to push all the changes to the `published` version. To restore a table, include the query parameter `archived=true` and `"archived": false` in the json body. **Note:** You need to include all the columns in the input when you are adding/removing/updating a column. If you do not include an already existing column in the request, it will be deleted.

Update an existing HubDB table. You can use this endpoint to add or remove columns to the table as well as restore an archived table. Tables updated using the endpoint will only modify the `draft` verion of the table. Use `publish` endpoint to push all the changes to the `published` version. To restore a table, include the query parameter `archived=true` and `"archived": false` in the json body. **Note:** You need to include all the columns in the input when you are adding/removing/updating a column. If you do not include an already existing column in the request, it will be deleted.

Authentication

Connected account required

Tags

HubDb APITables
Update an oEmbed domainHUBSPOT_CMS_UPDATE_AN_OEMBED_DOMAINUpdate an oEmbed domain

Update an oEmbed domain

Authentication

Connected account required

Tags

Media Bridge APIIntegrator_Settings
Update a propertyHUBSPOT_CMS_UPDATE_APROPERTYUpdate a property

Update a property

Authentication

Connected account required

Tags

Media Bridge APIProperties
Update a property groupHUBSPOT_CMS_UPDATE_APROPERTY_GROUPUpdate a property group

Update a property group

Authentication

Connected account required

Tags

Media Bridge APIGroups
Update a redirectHUBSPOT_CMS_UPDATE_AREDIRECTUpdates the settings for an existing URL redirect.

Updates the settings for an existing URL redirect.

Authentication

Connected account required

Tags

URL Redirects APIRedirects
Update a Site PageHUBSPOT_CMS_UPDATE_ASITE_PAGESparse updates a single Site Page object identified by the id in the path. You only need to specify the column values that you are modifying.

Sparse updates a single Site Page object identified by the id in the path. You only need to specify the column values that you are modifying.

Authentication

Connected account required

Tags

Pages APISite Pages
Update a Site Page draftHUBSPOT_CMS_UPDATE_ASITE_PAGE_DRAFTSparse updates the draft version of a single Site Page object identified by the id in the path. You only need to specify the column values that you are modifying.

Sparse updates the draft version of a single Site Page object identified by the id in the path. You only need to specify the column values that you are modifying.

Authentication

Connected account required

Tags

Pages APISite Pages
Update languages of multi-language groupHUBSPOT_CMS_UPDATE_LANGUAGES_OF_MULTI_LANGUAGE_GROUPExplicitly set new languages for each blog in a multi-language group.

Explicitly set new languages for each blog in a multi-language group.

Authentication

Connected account required

Tags

Blog Settings API
Update languages of multi-language groupHUBSPOT_CMS_UPDATE_LANGUAGES_OF_MULTI_LANGUAGE_GROUP1Explicitly set new languages for each Blog Tag in a multi-language group.

Explicitly set new languages for each Blog Tag in a multi-language group.

Authentication

Connected account required

Tags

Blog Authors API
Update languages of multi-language groupHUBSPOT_CMS_UPDATE_LANGUAGES_OF_MULTI_LANGUAGE_GROUP2Explicitly set new languages for each site page in a multi-language group.

Explicitly set new languages for each site page in a multi-language group.

Authentication

Connected account required

Tags

Pages APISite Pages
Update languages of multi-language groupHUBSPOT_CMS_UPDATE_LANGUAGES_OF_MULTI_LANGUAGE_GROUP3Explicitly set new languages for each landing page in a multi-language group.

Explicitly set new languages for each landing page in a multi-language group.

Authentication

Connected account required

Tags

Pages APILanding Pages
Update languages of multi-language groupHUBSPOT_CMS_UPDATE_LANGUAGES_OF_MULTI_LANGUAGE_GROUP4Explicitly set new languages for each Blog Author in a multi-language group.

Explicitly set new languages for each Blog Author in a multi-language group.

Authentication

Connected account required

Tags

Blog Authors APIBlog Authors
Update languages of multi-language groupHUBSPOT_CMS_UPDATE_LANGUAGES_OF_MULTI_LANGUAGE_GROUP5Explicitly set new languages for each Blog Post in a multi-language group.

Explicitly set new languages for each Blog Post in a multi-language group.

Authentication

Connected account required

Tags

Blog Posts
Update rows in batch in draft tableHUBSPOT_CMS_UPDATE_ROWS_IN_BATCH_IN_DRAFT_TABLEUpdates multiple rows as a batch in the `draft` version of the table, with a maximum of 100 rows per call. See the endpoint `PATCH /tables/{tableIdOrName}/rows/{rowId}/draft` for details on updating a single row.

Updates multiple rows as a batch in the `draft` version of the table, with a maximum of 100 rows per call. See the endpoint `PATCH /tables/{tableIdOrName}/rows/{rowId}/draft` for details on updating a single row.

Authentication

Connected account required

Tags

HubDb APIRows Batch
Update the media bridge app nameHUBSPOT_CMS_UPDATE_THE_MEDIA_BRIDGE_APP_NAMEUpdate the media bridge app name

Update the media bridge app name

Authentication

Connected account required

Tags

Media Bridge APIIntegrator_Settings
Update the schema for an object typeHUBSPOT_CMS_UPDATE_THE_SCHEMA_FOR_AN_OBJECT_TYPEUpdate the schema for an object type

Update the schema for an object type

Authentication

Connected account required

Tags

Media Bridge APISchemas
Updates an existing rowHUBSPOT_CMS_UPDATES_AN_EXISTING_ROWSparse updates a single row in the table's `draft` version. All the column values need not be specified. Only the columns or fields that needs to be modified can be specified. See the `Create a row` endpoint for instructions on how to format the JSON row definitions.

Sparse updates a single row in the table's `draft` version. All the column values need not be specified. Only the columns or fields that needs to be modified can be specified. See the `Create a row` endpoint for instructions on how to format the JSON row definitions.

Authentication

Connected account required

Tags

HubDb APIRows
View event visibility settingsHUBSPOT_CMS_VIEW_EVENT_VISIBILITY_SETTINGSView event visibility settings

View event visibility settings

Authentication

Connected account required

Tags

Media Bridge APIIntegrator_Settings
Archive a custom channelHUBSPOT_CONVERSATIONS_ARCHIVE_ACUSTOM_CHANNELUse this API to archive a registered custom channel

Use this API to archive a registered custom channel

Authentication

Connected account required

Tags

Custom Channels APIv3 [legacy]1
Archive a custom channelHUBSPOT_CONVERSATIONS_ARCHIVE_ACUSTOM_CHANNEL1Archive an existing registered custom channel

Archive an existing registered custom channel

Authentication

Connected account required

Tags

Custom Channels APIv2026-03 [latest]Channels
Archives a thread.HUBSPOT_CONVERSATIONS_ARCHIVES_ATHREADArchives a single thread. The thread will be permanently deleted 30 days after placed in an archived state.

Archives a single thread. The thread will be permanently deleted 30 days after placed in an archived state.

Authentication

Connected account required

Tags

Conversations Inbox & Messages APIv3 [legacy]Conversations
Batch retrieve actorsHUBSPOT_CONVERSATIONS_BATCH_RETRIEVE_ACTORSRetrieve information about multiple actors in a batch operation. This endpoint is useful for obtaining details about several actors at once, which can help in managing or analyzing actor data efficiently.

Retrieve information about multiple actors in a batch operation. This endpoint is useful for obtaining details about several actors at once, which can help in managing or analyzing actor data efficiently.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages API2026-09-beta [latest]Batch
Create a channel accountHUBSPOT_CONVERSATIONS_CREATE_ACHANNEL_ACCOUNTThis API allows you to create one or more accounts that all talk over a single channel but using different delivery identifiers.

This API allows you to create one or more accounts that all talk over a single channel but using different delivery identifiers.

Authentication

Connected account required

Scopes

conversations.custom_channels.readconversations.custom_channels.write

Tags

Custom Channels APIv3 [legacy]1External_Channel_Accounts
Create a channel accountHUBSPOT_CONVERSATIONS_CREATE_ACHANNEL_ACCOUNT1Create a new account for a channel. Multiple accounts can communicate over a single channel using different delivery identifiers.

Create a new account for a channel. Multiple accounts can communicate over a single channel using different delivery identifiers.

Authentication

Connected account required

Scopes

channel-integration-readchannel-integration-write

Tags

Custom Channels APIv2026-03 [latest]Channel accounts
Create a custom channelHUBSPOT_CONVERSATIONS_CREATE_ACUSTOM_CHANNELRegister a new channel along with its capabilities and the webhook url that will be used to receive messages published over the channel

Register a new channel along with its capabilities and the webhook url that will be used to receive messages published over the channel

Authentication

Connected account required

Tags

Custom Channels APIv3 [legacy]1External_Channels
Create messageHUBSPOT_CONVERSATIONS_CREATE_MESSAGECreate a new message within a specific conversation thread in your HubSpot account. This endpoint allows you to send messages as part of an ongoing conversation, which can include various types of content such as text, attachments, and more. It is useful for programmatically interacting with conversation threads and ensuring seamless communication flow.

Create a new message within a specific conversation thread in your HubSpot account. This endpoint allows you to send messages as part of an ongoing conversation, which can include various types of content such as text, attachments, and more. It is useful for programmatically interacting with conversation threads and ensuring seamless communication flow.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages API2026-09-beta [latest]Basic
Delete AssigneeHUBSPOT_CONVERSATIONS_DELETE_ASSIGNEERemove the assignee from a specific conversation thread in your HubSpot account. This operation is useful when you want to unassign a user from handling a particular thread, potentially allowing it to be reassigned to another user or left unassigned.

Remove the assignee from a specific conversation thread in your HubSpot account. This operation is useful when you want to unassign a user from handling a particular thread, potentially allowing it to be reassigned to another user or left unassigned.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages API2026-09-beta [latest]Basic
Delete threadHUBSPOT_CONVERSATIONS_DELETE_THREADDelete a specific conversation thread in your HubSpot account. This operation will permanently remove the thread identified by the threadId from the system. It is useful for managing and cleaning up conversation data.

Delete a specific conversation thread in your HubSpot account. This operation will permanently remove the thread identified by the threadId from the system. It is useful for managing and cleaning up conversation data.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages API2026-09-beta [latest]Basic
Get accounts for a channelHUBSPOT_CONVERSATIONS_GET_ACCOUNTS_FOR_ACHANNELGet accounts for a channel

Get accounts for a channel

Authentication

Connected account required

Scopes

conversations.custom_channels.readconversations.custom_channels.write

Tags

Custom Channels APIv3 [legacy]1External_Channel_Accounts
Get accounts for a channelHUBSPOT_CONVERSATIONS_GET_ACCOUNTS_FOR_ACHANNEL1Retrieve a list of accounts for a custom channel.

Retrieve a list of accounts for a custom channel.

Authentication

Connected account required

Scopes

channel-integration-readchannel-integration-write

Tags

Custom Channels APIv2026-03 [latest]Channel accounts
Get a channel account by idHUBSPOT_CONVERSATIONS_GET_ACHANNEL_ACCOUNT_BY_IDRetrieve a PublicChannelAccount that contains all the metadata about your channel account. This includes information like its channel, associated inbox id, and delivery identifier information.

Retrieve a PublicChannelAccount that contains all the metadata about your channel account. This includes information like its channel, associated inbox id, and delivery identifier information.

Authentication

Connected account required

Scopes

conversations.custom_channels.readconversations.custom_channels.write

Tags

Custom Channels APIv3 [legacy]1External_Channel_Accounts
Get a channel account by idHUBSPOT_CONVERSATIONS_GET_ACHANNEL_ACCOUNT_BY_ID1Retrieve the details for a specific channel account. This contains all the metadata about your channel account, including its channel, associated inbox id, and delivery identifier information.

Retrieve the details for a specific channel account. This contains all the metadata about your channel account, including its channel, associated inbox id, and delivery identifier information.

Authentication

Connected account required

Scopes

channel-integration-readchannel-integration-write

Tags

Custom Channels APIv2026-03 [latest]Channels
Get actorsHUBSPOT_CONVERSATIONS_GET_ACTORSResolve `ActorId`s to the underlying actors/participants.

Resolve `ActorId`s to the underlying actors/participants.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages APIv3 [legacy]Conversations
Get a custom channelHUBSPOT_CONVERSATIONS_GET_ACUSTOM_CHANNELRetrieve the details about a custom channel. This API allows you to see a custom channel's current capabilties and other configuration metadata

Retrieve the details about a custom channel. This API allows you to see a custom channel's current capabilties and other configuration metadata

Authentication

Connected account required

Tags

Custom Channels APIv3 [legacy]1External_Channels
Get a custom channelHUBSPOT_CONVERSATIONS_GET_ACUSTOM_CHANNEL1Retrieve the details about a custom channel. This API allows you to see a custom channel's current capabilties and other configuration metadata

Retrieve the details about a custom channel. This API allows you to see a custom channel's current capabilties and other configuration metadata

Authentication

Connected account required

Tags

Custom Channels APIv2026-03 [latest]Channels
Get all channels for appHUBSPOT_CONVERSATIONS_GET_ALL_CHANNELS_FOR_APPGet all channels for app

Get all channels for app

Authentication

Connected account required

Tags

Custom Channels APIv3 [legacy]1External_Channels
Get a messageHUBSPOT_CONVERSATIONS_GET_AMESSAGEGet the PublicConversationsMessage that represents a message sent over a custom channel

Get the PublicConversationsMessage that represents a message sent over a custom channel

Authentication

Connected account required

Scopes

conversations.custom_channels.readconversations.custom_channels.write

Tags

Custom Channels APIv3 [legacy]1External_Messages
Get a messageHUBSPOT_CONVERSATIONS_GET_AMESSAGE1Get the details for a specific message sent over a custom channel

Get the details for a specific message sent over a custom channel

Authentication

Connected account required

Scopes

channel-integration-readchannel-integration-write

Tags

Custom Channels APIv2026-03 [latest]Messages
Get a single actor.HUBSPOT_CONVERSATIONS_GET_ASINGLE_ACTORGet a single actor.

Get a single actor.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages APIv3 [legacy]Conversations
Get a single channel.HUBSPOT_CONVERSATIONS_GET_ASINGLE_CHANNELGet a single channel.

Get a single channel.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages APIv3 [legacy]Conversations
Get a single channel account.HUBSPOT_CONVERSATIONS_GET_ASINGLE_CHANNEL_ACCOUNTGet a single channel account.

Get a single channel account.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages APIv3 [legacy]Conversations
Get a single conversations inbox.HUBSPOT_CONVERSATIONS_GET_ASINGLE_CONVERSATIONS_INBOXGet a single conversations inbox.

Get a single conversations inbox.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages APIv3 [legacy]Conversations
Get a single message.HUBSPOT_CONVERSATIONS_GET_ASINGLE_MESSAGEGet a single message.

Get a single message.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages APIv3 [legacy]Conversations
Get a single thread.HUBSPOT_CONVERSATIONS_GET_ASINGLE_THREADReturns a single thread.

Returns a single thread.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages APIv3 [legacy]Conversations
Get channel accounts.HUBSPOT_CONVERSATIONS_GET_CHANNEL_ACCOUNTSGet channel accounts.

Get channel accounts.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages APIv3 [legacy]Conversations
Get channels.HUBSPOT_CONVERSATIONS_GET_CHANNELSGet channels.

Get channels.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages APIv3 [legacy]Conversations
get-/conversations/custom-channels/2026-03_/conversations/custom-channels/v3HUBSPOT_CONVERSATIONS_GET_CONVERSATIONS_CUSTOM_CHANNELS202603_CONVERSATIONS_CUSTOM_CHANNELS_V3get-/conversations/custom-channels/2026-03_/conversations/custom-channels/v3

get-/conversations/custom-channels/2026-03_/conversations/custom-channels/v3

Authentication

Connected account required

Tags

Custom Channels APIv2026-03 [latest]Basic1
Get conversations inboxes.HUBSPOT_CONVERSATIONS_GET_CONVERSATIONS_INBOXESGet conversations inboxes.

Get conversations inboxes.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages APIv3 [legacy]Conversations
Get message history for a thread.HUBSPOT_CONVERSATIONS_GET_MESSAGE_HISTORY_FOR_ATHREADGet message history for a thread.

Get message history for a thread.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages APIv3 [legacy]Conversations
Get the original content of a single message.HUBSPOT_CONVERSATIONS_GET_THE_ORIGINAL_CONTENT_OF_ASINGLE_MESSAGEReturns the complete original text and rich text bodies of a message. This will be different from the text and rich text in the message itself if the message's `truncationStatus` is anything other than `NOT_TRUNCATED`.

Returns the complete original text and rich text bodies of a message. This will be different from the text and rich text in the message itself if the message's `truncationStatus` is anything other than `NOT_TRUNCATED`.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages APIv3 [legacy]Conversations
Get threads.HUBSPOT_CONVERSATIONS_GET_THREADSGet threads.

Get threads.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages APIv3 [legacy]Conversations
List channel accountsHUBSPOT_CONVERSATIONS_LIST_CHANNEL_ACCOUNTSRetrieve a list of channel accounts associated with conversations in your HubSpot account. This endpoint allows you to filter results by channel ID, inbox ID, and other parameters. It supports pagination and sorting to help manage large sets of data effectively.

Retrieve a list of channel accounts associated with conversations in your HubSpot account. This endpoint allows you to filter results by channel ID, inbox ID, and other parameters. It supports pagination and sorting to help manage large sets of data effectively.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages API2026-09-beta [latest]Basic
List ChannelsHUBSPOT_CONVERSATIONS_LIST_CHANNELSRetrieve a list of channels available in the HubSpot account. This endpoint supports pagination and sorting, allowing you to manage and organize the channel data effectively. Use this endpoint to access detailed information about each channel, which can be useful for integrating or managing communication platforms within your HubSpot environment.

Retrieve a list of channels available in the HubSpot account. This endpoint supports pagination and sorting, allowing you to manage and organize the channel data effectively. Use this endpoint to access detailed information about each channel, which can be useful for integrating or managing communication platforms within your HubSpot environment.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages API2026-09-beta [latest]Basic
List inboxesHUBSPOT_CONVERSATIONS_LIST_INBOXESRetrieve a list of inboxes in your HubSpot account. This endpoint allows you to paginate through results, set limits on the number of results per page, sort the results, and filter by archived status. Useful for managing and viewing all inboxes associated with your account.

Retrieve a list of inboxes in your HubSpot account. This endpoint allows you to paginate through results, set limits on the number of results per page, sort the results, and filter by archived status. Useful for managing and viewing all inboxes associated with your account.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages API2026-09-beta [latest]Basic
post-/conversations/custom-channels/2026-03_/conversations/custom-channels/v3HUBSPOT_CONVERSATIONS_POST_CONVERSATIONS_CUSTOM_CHANNELS202603_CONVERSATIONS_CUSTOM_CHANNELS_V3post-/conversations/custom-channels/2026-03_/conversations/custom-channels/v3

post-/conversations/custom-channels/2026-03_/conversations/custom-channels/v3

Authentication

Connected account required

Tags

Custom Channels APIv2026-03 [latest]Basic1
Publish a messageHUBSPOT_CONVERSATIONS_PUBLISH_AMESSAGEPublish a message over your custom channel

Publish a message over your custom channel

Authentication

Connected account required

Tags

Custom Channels APIv3 [legacy]1External_Messages
Publish a messageHUBSPOT_CONVERSATIONS_PUBLISH_AMESSAGE1Publish a message over your custom channel

Publish a message over your custom channel

Authentication

Connected account required

Scopes

channel-integration-readchannel-integration-write

Tags

Custom Channels APIv2026-03 [latest]Messages
Retrieve actorHUBSPOT_CONVERSATIONS_RETRIEVE_ACTORRetrieve details of a specific actor in the conversations API by providing the actor's unique identifier. This endpoint is useful for obtaining information about a particular actor involved in conversations, such as agents, bots, or visitors.

Retrieve details of a specific actor in the conversations API by providing the actor's unique identifier. This endpoint is useful for obtaining information about a particular actor involved in conversations, such as agents, bots, or visitors.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages API2026-09-beta [latest]Basic
Retrieve channelHUBSPOT_CONVERSATIONS_RETRIEVE_CHANNELRetrieve details of a specific channel in the HubSpot conversations API. This endpoint is useful for accessing information about a channel using its unique identifier.

Retrieve details of a specific channel in the HubSpot conversations API. This endpoint is useful for accessing information about a channel using its unique identifier.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages API2026-09-beta [latest]Basic
Retrieve channel accountHUBSPOT_CONVERSATIONS_RETRIEVE_CHANNEL_ACCOUNTRetrieve details of a specific channel account using its unique identifier. This endpoint allows you to access information about a channel account, which can be useful for managing or integrating communication channels within your HubSpot account.

Retrieve details of a specific channel account using its unique identifier. This endpoint allows you to access information about a channel account, which can be useful for managing or integrating communication channels within your HubSpot account.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages API2026-09-beta [latest]Basic
Retrieve inboxHUBSPOT_CONVERSATIONS_RETRIEVE_INBOXRetrieve details of a specific inbox in your HubSpot account using the inbox ID. This endpoint allows you to access information about the inbox, including whether it is archived. It is useful for managing and organizing your communication channels within HubSpot.

Retrieve details of a specific inbox in your HubSpot account using the inbox ID. This endpoint allows you to access information about the inbox, including whether it is archived. It is useful for managing and organizing your communication channels within HubSpot.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages API2026-09-beta [latest]Basic
Retrieve messageHUBSPOT_CONVERSATIONS_RETRIEVE_MESSAGERetrieve a specific message from a conversation thread in your HubSpot account. This endpoint allows you to access the details of a message by specifying the thread and message identifiers. It is useful for fetching message content and properties for further analysis or display.

Retrieve a specific message from a conversation thread in your HubSpot account. This endpoint allows you to access the details of a message by specifying the thread and message identifiers. It is useful for fetching message content and properties for further analysis or display.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages API2026-09-beta [latest]Basic
Retrieve message contentHUBSPOT_CONVERSATIONS_RETRIEVE_MESSAGE_CONTENTRetrieve the original content of a specific message within a conversation thread. This endpoint is useful for accessing the initial message content before any modifications or formatting changes. It can be particularly helpful for auditing or reviewing the original message details.

Retrieve the original content of a specific message within a conversation thread. This endpoint is useful for accessing the initial message content before any modifications or formatting changes. It can be particularly helpful for auditing or reviewing the original message details.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages API2026-09-beta [latest]Basic
Retrieve messagesHUBSPOT_CONVERSATIONS_RETRIEVE_MESSAGESRetrieve messages from a specific conversation thread in your HubSpot account. This endpoint allows you to paginate through messages, sort them, and filter based on archival status. It is useful for accessing the message history of a conversation thread.

Retrieve messages from a specific conversation thread in your HubSpot account. This endpoint allows you to paginate through messages, sort them, and filter based on archival status. It is useful for accessing the message history of a conversation thread.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages API2026-09-beta [latest]Basic
Retrieve threadHUBSPOT_CONVERSATIONS_RETRIEVE_THREADRetrieve a specific conversation thread by its unique identifier. This endpoint allows you to access detailed information about the thread, including its properties and associations. It can be useful for reviewing the content and status of a conversation thread within your HubSpot account.

Retrieve a specific conversation thread by its unique identifier. This endpoint allows you to access detailed information about the thread, including its properties and associations. It can be useful for reviewing the content and status of a conversation thread within your HubSpot account.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages API2026-09-beta [latest]Basic
Retrieve threadsHUBSPOT_CONVERSATIONS_RETRIEVE_THREADSRetrieve a list of conversation threads from the specified inboxes in your HubSpot account. This endpoint allows you to filter threads by associated contacts, tickets, status, and more. Useful for managing and reviewing communication threads efficiently.

Retrieve a list of conversation threads from the specified inboxes in your HubSpot account. This endpoint allows you to filter threads by associated contacts, tickets, status, and more. Useful for managing and reviewing communication threads efficiently.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages API2026-09-beta [latest]Basic
Send a message to a thread.HUBSPOT_CONVERSATIONS_SEND_AMESSAGE_TO_ATHREADSend a new message on a thread at the current timestamp.

Send a new message on a thread at the current timestamp.

Authentication

Connected account required

Tags

Conversations Inbox & Messages APIv3 [legacy]Conversations
Update a channel accountHUBSPOT_CONVERSATIONS_UPDATE_ACHANNEL_ACCOUNTThis API is used to update the name of the channel account and it's isAuthorized status. Setting to isAuthorized flag to False disables the channel account.

This API is used to update the name of the channel account and it's isAuthorized status. Setting to isAuthorized flag to False disables the channel account.

Authentication

Connected account required

Scopes

conversations.custom_channels.readconversations.custom_channels.write

Tags

Custom Channels APIv3 [legacy]1External_Channel_Accounts
Update a channel accountHUBSPOT_CONVERSATIONS_UPDATE_ACHANNEL_ACCOUNT1This API is used to update the name of the channel account and it's isAuthorized status. Setting to isAuthorized flag to False disables the channel account.

This API is used to update the name of the channel account and it's isAuthorized status. Setting to isAuthorized flag to False disables the channel account.

Authentication

Connected account required

Scopes

channel-integration-readchannel-integration-write

Tags

Custom Channels APIv2026-03 [latest]Channel accounts
Update a custom channelHUBSPOT_CONVERSATIONS_UPDATE_ACUSTOM_CHANNELThis endpoint can be used to update a channel's capabilities. You can also use it to update the channel's webhookUri and its channelAccountConnectionRedirectUrl.

This endpoint can be used to update a channel's capabilities. You can also use it to update the channel's webhookUri and its channelAccountConnectionRedirectUrl.

Authentication

Connected account required

Tags

Custom Channels APIv3 [legacy]1External_Channels
Update a custom channelHUBSPOT_CONVERSATIONS_UPDATE_ACUSTOM_CHANNEL1Update the capabilities for an existing. You can also use it to update the channel's webhookUri and its channelAccountConnectionRedirectUrl.

Update the capabilities for an existing. You can also use it to update the channel's webhookUri and its channelAccountConnectionRedirectUrl.

Authentication

Connected account required

Tags

Custom Channels APIv2026-03 [latest]Channels
Update a messageHUBSPOT_CONVERSATIONS_UPDATE_AMESSAGEUse this API to update a message's status to indicate if it was successfully sent, failed to send, or was read

Use this API to update a message's status to indicate if it was successfully sent, failed to send, or was read

Authentication

Connected account required

Tags

Custom Channels APIv3 [legacy]1External_Messages
Update a messageHUBSPOT_CONVERSATIONS_UPDATE_AMESSAGE1Update a message's status to indicate if it was successfully sent, failed to send, or was read. For failed messages, this can also include the error message for the failure.

Update a message's status to indicate if it was successfully sent, failed to send, or was read. For failed messages, this can also include the error message for the failure.

Authentication

Connected account required

Scopes

channel-integration-readchannel-integration-write

Tags

Custom Channels APIv2026-03 [latest]Messages
Update assigneeHUBSPOT_CONVERSATIONS_UPDATE_ASSIGNEEAssign a specific actor to a conversation thread in your HubSpot account. This operation allows you to set or change the assignee for a thread, which can help in managing and organizing conversations more effectively.

Assign a specific actor to a conversation thread in your HubSpot account. This operation allows you to set or change the assignee for a thread, which can help in managing and organizing conversations more effectively.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages API2026-09-beta [latest]Basic
Update a thread.HUBSPOT_CONVERSATIONS_UPDATE_ATHREADUpdates a single thread. Either a thread's status can be updated, or the thread can be restored.

Updates a single thread. Either a thread's status can be updated, or the thread can be restored.

Authentication

Connected account required

Tags

Conversations Inbox & Messages APIv3 [legacy]Conversations
Update threadHUBSPOT_CONVERSATIONS_UPDATE_THREADUpdate the details of a specific thread in the conversations API. This operation allows you to modify the status or archived state of a thread identified by its threadId. Use this endpoint to manage thread lifecycle events such as closing or reopening a conversation.

Update the details of a specific thread in the conversations API. This operation allows you to modify the status or archived state of a thread identified by its threadId. Use this endpoint to manage thread lifecycle events such as closing or reopening a conversation.

Authentication

Connected account required

Scopes

conversations.readconversations.write

Tags

Conversations Inbox & Messages API2026-09-beta [latest]Basic
Add All Records from a Source List to a Destination ListHUBSPOT_CRM_ADD_ALL_RECORDS_FROM_ASOURCE_LIST_TO_ADESTINATION_LISTAdd all of the records from a *source list* (specified by the `sourceListId`) to a *destination list* (specified by the `listId`). Records that are already members of the *destination list* will be ignored. The *destination* and *source list* IDs must be different. The *destination* and *source lists* must contain records of the same type (e.g. contacts, companies, etc.). This endpoint only works for *destination lists* that have a `processingType` of `MANUAL` or `SNAPSHOT`. The *source list* can have any `processingType`.

Add all of the records from a *source list* (specified by the `sourceListId`) to a *destination list* (specified by the `listId`). Records that are already members of the *destination list* will be ignored. The *destination* and *source list* IDs must be different. The *destination* and *source lists* must contain records of the same type (e.g. contacts, companies, etc.). This endpoint only works for *destination lists* that have a `processingType` of `MANUAL` or `SNAPSHOT`. The *source list* can have any `processingType`.

Authentication

Connected account required

Tags

Lists APIMemberships
Add and/or Remove Records from a ListHUBSPOT_CRM_ADD_AND_OR_REMOVE_RECORDS_FROM_ALISTAdd and/or remove records that have already been created in the system to and/or from a list. This endpoint only works for lists that have a `processingType` of `MANUAL` or `SNAPSHOT`.

Add and/or remove records that have already been created in the system to and/or from a list. This endpoint only works for lists that have a `processingType` of `MANUAL` or `SNAPSHOT`.

Authentication

Connected account required

Tags

Lists APIMemberships
Add Records to a ListHUBSPOT_CRM_ADD_RECORDS_TO_ALISTAdd the records provided to the list. Records that do not exist or that are already members of the list are ignored. This endpoint only works for lists that have a `processingType` of `MANUAL` or `SNAPSHOT`.

Add the records provided to the list. Records that do not exist or that are already members of the list are ignored. This endpoint only works for lists that have a `processingType` of `MANUAL` or `SNAPSHOT`.

Authentication

Connected account required

Tags

Lists APIMemberships
ArchiveHUBSPOT_CRM_ARCHIVEMove an Object identified by `{cartId}` to the recycling bin.

Move an Object identified by `{cartId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Carts APIBasic1
Archive a batch of appointments by IDHUBSPOT_CRM_ARCHIVE_ABATCH_OF_APPOINTMENTS_BY_IDArchive multiple appointments using their IDs.

Archive multiple appointments using their IDs.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Appointments API
Archive a batch of carts by IDHUBSPOT_CRM_ARCHIVE_ABATCH_OF_CARTS_BY_IDArchive a batch of carts by ID

Archive a batch of carts by ID

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Carts APIBatch123
Archive a batch of commerce payments by IDHUBSPOT_CRM_ARCHIVE_ABATCH_OF_COMMERCE_PAYMENTS_BY_IDArchive a batch of commerce payments by ID

Archive a batch of commerce payments by ID

Authentication

Connected account required

Tags

Commerce Payments APIBatch1234
Archive a batch of companiesHUBSPOT_CRM_ARCHIVE_ABATCH_OF_COMPANIESArchive a batch of companies

Archive a batch of companies

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Companies APIBatch123456
Archive a batch of contactsHUBSPOT_CRM_ARCHIVE_ABATCH_OF_CONTACTSArchive a batch of contacts

Archive a batch of contacts

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Contacts APIBatch1234567
Archive a batch of courses by IDHUBSPOT_CRM_ARCHIVE_ABATCH_OF_COURSES_BY_IDArchive a batch of objects

Archive a batch of objects

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Courses API
Archive a batch of deals by IDHUBSPOT_CRM_ARCHIVE_ABATCH_OF_DEALS_BY_IDArchive multiple deals using their IDs.

Archive multiple deals using their IDs.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Deals API
Archive a batch of discounts by IDHUBSPOT_CRM_ARCHIVE_ABATCH_OF_DISCOUNTS_BY_IDArchive a batch of discounts by ID

Archive a batch of discounts by ID

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Discounts APIBatch1234567891011
Archive a batch of fees by IDHUBSPOT_CRM_ARCHIVE_ABATCH_OF_FEES_BY_IDArchive a batch of fees by ID

Archive a batch of fees by ID

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Fees APIBatch12345678910111213
Archive a batch of goal targets by IDHUBSPOT_CRM_ARCHIVE_ABATCH_OF_GOAL_TARGETS_BY_IDArchive multiple goal targets in a single batch operation using their IDs.

Archive multiple goal targets in a single batch operation using their IDs.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Goals APIv3 [legacy]
Archive a batch of invoices by IDHUBSPOT_CRM_ARCHIVE_ABATCH_OF_INVOICES_BY_IDArchive a batch of invoices by ID

Archive a batch of invoices by ID

Authentication

Connected account required

Tags

Invoices API
Archive a batch of leads by IDHUBSPOT_CRM_ARCHIVE_ABATCH_OF_LEADS_BY_IDArchive a batch of leads by ID

Archive a batch of leads by ID

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Leads APIBatch1234567891011121314
Archive a batch of line items by IDHUBSPOT_CRM_ARCHIVE_ABATCH_OF_LINE_ITEMS_BY_IDArchive a batch of line items by ID

Archive a batch of line items by ID

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Line Items APIBatch123456789101112131415
Archive a batch of listings by IDHUBSPOT_CRM_ARCHIVE_ABATCH_OF_LISTINGS_BY_IDArchive multiple listings by their IDs.

Archive multiple listings by their IDs.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Listings API
Archive a batch of objects by IDHUBSPOT_CRM_ARCHIVE_ABATCH_OF_OBJECTS_BY_IDArchive a batch of objects by ID

Archive a batch of objects by ID

Authentication

Connected account required

Scopes

ticketscrm.objects.goals.readcrm.objects.custom.readcrm.objects.custom.writee-commercemedia_bridge.read

Tags

Objects APIBatch12345678910111213141516
Archive a batch of orders by IDHUBSPOT_CRM_ARCHIVE_ABATCH_OF_ORDERS_BY_IDArchive a batch of orders by ID

Archive a batch of orders by ID

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Orders APIBatch1234567891011121314151617
Archive a batch of products by IDHUBSPOT_CRM_ARCHIVE_ABATCH_OF_PRODUCTS_BY_IDArchive a batch of products by ID

Archive a batch of products by ID

Authentication

Connected account required

Tags

Products APIBatch12345678910111213141516171819
Archive a batch of projectsHUBSPOT_CRM_ARCHIVE_ABATCH_OF_PROJECTSArchive multiple projects using their IDs.

Archive multiple projects using their IDs.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Projects APIBatch123456789101112131415161718192021222324252627282930
Archive a batch of propertiesHUBSPOT_CRM_ARCHIVE_ABATCH_OF_PROPERTIESArchive a provided list of properties. This method will return a 204 No Content response on success regardless of the initial state of the property (e.g. active, already archived, non-existent).

Archive a provided list of properties. This method will return a 204 No Content response on success regardless of the initial state of the property (e.g. active, already archived, non-existent).

Authentication

Connected account required

Tags

Properties APIBatch12345678910111213141516171819202122232425
Archive a batch of quotes by IDHUBSPOT_CRM_ARCHIVE_ABATCH_OF_QUOTES_BY_IDArchive a batch of quotes by ID

Archive a batch of quotes by ID

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Quotes APIBatch1234567891011121314151617181920
Archive a batch of services by IDHUBSPOT_CRM_ARCHIVE_ABATCH_OF_SERVICES_BY_IDArchive a batch of objects

Archive a batch of objects

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Services API
Archive a batch of subscriptions by IDHUBSPOT_CRM_ARCHIVE_ABATCH_OF_SUBSCRIPTIONS_BY_IDArchive a batch of subscriptions by ID

Archive a batch of subscriptions by ID

Authentication

Connected account required

Tags

Commerce Subscriptions API
Archive a batch of taxes by IDHUBSPOT_CRM_ARCHIVE_ABATCH_OF_TAXES_BY_IDArchive a batch of taxes by ID

Archive a batch of taxes by ID

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Taxes APIBatch123456789101112131415161718192021
Archive a batch of tickets by IDHUBSPOT_CRM_ARCHIVE_ABATCH_OF_TICKETS_BY_IDArchive a batch of tickets by ID

Archive a batch of tickets by ID

Authentication

Connected account required

Tags

Tickets APIBatch12345678910111213141516171819202122
Archive a companyHUBSPOT_CRM_ARCHIVE_ACOMPANYMove an Object identified by `{companyId}` to the recycling bin.

Move an Object identified by `{companyId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Companies APIBasic1234
Archive a contactHUBSPOT_CRM_ARCHIVE_ACONTACTMove an Object identified by `{contactId}` to the recycling bin.

Move an Object identified by `{contactId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Contacts APIBasic12345
Archive a propertyHUBSPOT_CRM_ARCHIVE_APROPERTYMove a property identified by {propertyName} to the recycling bin.

Move a property identified by {propertyName} to the recycling bin.

Authentication

Connected account required

Tags

Properties APICore12
Archive a property groupHUBSPOT_CRM_ARCHIVE_APROPERTY_GROUPMove a property group identified by {groupName} to the recycling bin.

Move a property group identified by {groupName} to the recycling bin.

Authentication

Connected account required

Tags

Properties APIGroups
Archive multiple associations between specified object types in a batch operation.HUBSPOT_CRM_ARCHIVE_MULTIPLE_ASSOCIATIONS_BETWEEN_SPECIFIED_OBJECT_TYPES_IN_ABATCH_OPERATIONRemove the associations between all pairs of objects identified in the request body.

Remove the associations between all pairs of objects identified in the request body.

Authentication

Connected account required

Scopes

crm.objects.goals.readmedia_bridge.readcrm.objects.custom.writee-commercecrm.objects.custom.readtickets

Tags

Associations V3 APIBatch
ArchiveHUBSPOT_CRM_ARCHIVE1Move an Object identified by `{commercePaymentId}` to the recycling bin.

Move an Object identified by `{commercePaymentId}` to the recycling bin.

Authentication

Connected account required

Tags

Commerce Payments APIBasic12
ArchiveHUBSPOT_CRM_ARCHIVE10Move an Object identified by `{productId}` to the recycling bin.

Move an Object identified by `{productId}` to the recycling bin.

Authentication

Connected account required

Tags

Products APIBasic1234567891011121314151617
ArchiveHUBSPOT_CRM_ARCHIVE11Move an Object identified by `{quoteId}` to the recycling bin.

Move an Object identified by `{quoteId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Quotes APIBasic123456789101112131415161718
ArchiveHUBSPOT_CRM_ARCHIVE12Move an Object identified by `{taxId}` to the recycling bin.

Move an Object identified by `{taxId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Taxes APIBasic12345678910111213141516171819
ArchiveHUBSPOT_CRM_ARCHIVE13Move an Object identified by `{ticketId}` to the recycling bin.

Move an Object identified by `{ticketId}` to the recycling bin.

Authentication

Connected account required

Tags

Tickets APIBasic1234567891011121314151617181920
ArchiveHUBSPOT_CRM_ARCHIVE14Move an Object identified by `{invoiceId}` to the recycling bin.

Move an Object identified by `{invoiceId}` to the recycling bin.

Authentication

Connected account required

Tags

Invoices API
ArchiveHUBSPOT_CRM_ARCHIVE15Move an Object identified by `{courseId}` to the recycling bin.

Move an Object identified by `{courseId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Courses API
ArchiveHUBSPOT_CRM_ARCHIVE16Move an Object identified by `{appointmentId}` to the recycling bin.

Move an Object identified by `{appointmentId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Appointments API
ArchiveHUBSPOT_CRM_ARCHIVE17Move an Object identified by `{listingId}` to the recycling bin.

Move an Object identified by `{listingId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Listings API
ArchiveHUBSPOT_CRM_ARCHIVE18Move an Object identified by `{serviceId}` to the recycling bin.

Move an Object identified by `{serviceId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Services API
ArchiveHUBSPOT_CRM_ARCHIVE19Move an Object identified by `{projectId}` to the recycling bin.

Move an Object identified by `{projectId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Projects APIBasic123456789101112131415161718192021222324252627
ArchiveHUBSPOT_CRM_ARCHIVE2Move an Object identified by `{subscriptionId}` to the recycling bin.

Move an Object identified by `{subscriptionId}` to the recycling bin.

Authentication

Connected account required

Tags

Commerce Subscriptions API
ArchiveHUBSPOT_CRM_ARCHIVE3Move an Object identified by `{objectId}` to the recycling bin.

Move an Object identified by `{objectId}` to the recycling bin.

Authentication

Connected account required

Scopes

ticketscrm.objects.goals.readcrm.objects.custom.readcrm.objects.custom.writee-commercemedia_bridge.read

Tags

Objects APIBasic1234567891011121314
ArchiveHUBSPOT_CRM_ARCHIVE4Move an Object identified by `{dealId}` to the recycling bin.

Move an Object identified by `{dealId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Deals API
ArchiveHUBSPOT_CRM_ARCHIVE5Move an Object identified by `{discountId}` to the recycling bin.

Move an Object identified by `{discountId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Discounts APIBasic123456789
ArchiveHUBSPOT_CRM_ARCHIVE6Move an Object identified by `{feeId}` to the recycling bin.

Move an Object identified by `{feeId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Fees APIBasic1234567891011
ArchiveHUBSPOT_CRM_ARCHIVE7Move an Object identified by `{leadsId}` to the recycling bin.

Move an Object identified by `{leadsId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Leads APIBasic123456789101112
ArchiveHUBSPOT_CRM_ARCHIVE8Move an Object identified by `{lineItemId}` to the recycling bin.

Move an Object identified by `{lineItemId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Line Items APIBasic12345678910111213
ArchiveHUBSPOT_CRM_ARCHIVE9Move an Object identified by `{orderId}` to the recycling bin.

Move an Object identified by `{orderId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Orders APIBasic123456789101112131415
Associate a partner client with another objectHUBSPOT_CRM_ASSOCIATE_APARTNER_CLIENT_WITH_ANOTHER_OBJECTAssociate a partner client with another object

Associate a partner client with another object

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Partner Clients API
Associate a partner service with another objectHUBSPOT_CRM_ASSOCIATE_APARTNER_SERVICE_WITH_ANOTHER_OBJECTAssociate a partner service with another object

Associate a partner service with another object

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Partner Services APIAssociations1
Batch delete account flag stateHUBSPOT_CRM_BATCH_DELETE_ACCOUNT_FLAG_STATEBatch delete account flag state

Batch delete account flag state

Authentication

Connected account required

Tags

Feature Flags APIfeature-flagsv3{appId}flags{flagName}portalsbatchdelete
Batch set account flag stateHUBSPOT_CRM_BATCH_SET_ACCOUNT_FLAG_STATEBatch set account flag state

Batch set account flag state

Authentication

Connected account required

Tags

Feature Flags APIfeature-flagsv3{appId}flags{flagName}portalsbatchupsert
Cancel an active importHUBSPOT_CRM_CANCEL_AN_ACTIVE_IMPORTThis allows a developer to cancel an active import.

This allows a developer to cancel an active import.

Authentication

Connected account required

Scopes

crm.import

Tags

Imports APICore1
Cancel the conversion of a listHUBSPOT_CRM_CANCEL_THE_CONVERSION_OF_ALISTDelete an existing scheduled conversion for a list.

Delete an existing scheduled conversion for a list.

Authentication

Connected account required

Tags

Lists API
CreateHUBSPOT_CRM_CREATEBatch create associations for objects

Batch create associations for objects

Authentication

Connected account required

Scopes

ticketscrm.objects.goals.readcrm.objects.custom.readcrm.objects.custom.writee-commercemedia_bridge.read

Tags

Flexible Associations V4 APIBatch12
Create a batch of appointmentsHUBSPOT_CRM_CREATE_ABATCH_OF_APPOINTMENTSCreate multiple appointments in a single request.

Create multiple appointments in a single request.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Appointments API
Create a batch of cartsHUBSPOT_CRM_CREATE_ABATCH_OF_CARTSCreate a batch of carts

Create a batch of carts

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Carts APIBatch123
Create a batch of commerce paymentsHUBSPOT_CRM_CREATE_ABATCH_OF_COMMERCE_PAYMENTSCreate a batch of commerce payments

Create a batch of commerce payments

Authentication

Connected account required

Tags

Commerce Payments APIBatch1234
Create a batch of companiesHUBSPOT_CRM_CREATE_ABATCH_OF_COMPANIESCreate a batch of companies

Create a batch of companies

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Companies APIBatch123456
Create a batch of contactsHUBSPOT_CRM_CREATE_ABATCH_OF_CONTACTSCreate a batch of contacts

Create a batch of contacts

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Contacts APIBatch1234567
Create a batch of coursesHUBSPOT_CRM_CREATE_ABATCH_OF_COURSESCreate a batch of objects

Create a batch of objects

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Courses API
Create a batch of dealsHUBSPOT_CRM_CREATE_ABATCH_OF_DEALSCreate multiple deals in a single request.

Create multiple deals in a single request.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Deals API
Create a batch of discountsHUBSPOT_CRM_CREATE_ABATCH_OF_DISCOUNTSCreate a batch of discounts

Create a batch of discounts

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Discounts APIBatch1234567891011
Create a batch of feesHUBSPOT_CRM_CREATE_ABATCH_OF_FEESCreate a batch of fees

Create a batch of fees

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Fees APIBatch12345678910111213
Create a batch of goal targetsHUBSPOT_CRM_CREATE_ABATCH_OF_GOAL_TARGETSCreate multiple goal targets in a single batch operation.

Create multiple goal targets in a single batch operation.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Goals APIv3 [legacy]
Create a batch of invoicesHUBSPOT_CRM_CREATE_ABATCH_OF_INVOICESCreate a batch of invoices

Create a batch of invoices

Authentication

Connected account required

Tags

Invoices API
Create a batch of leadsHUBSPOT_CRM_CREATE_ABATCH_OF_LEADSCreate a batch of leads

Create a batch of leads

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Leads APIBatch1234567891011121314
Create a batch of line itemsHUBSPOT_CRM_CREATE_ABATCH_OF_LINE_ITEMSCreate a batch of line items

Create a batch of line items

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Line Items APIBatch123456789101112131415
Create a batch of listingsHUBSPOT_CRM_CREATE_ABATCH_OF_LISTINGSCreate multiple listings in a single request.

Create multiple listings in a single request.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Listings API
Create a batch of objectsHUBSPOT_CRM_CREATE_ABATCH_OF_OBJECTSCreate a batch of objects

Create a batch of objects

Authentication

Connected account required

Scopes

ticketscrm.objects.goals.readcrm.objects.custom.readcrm.objects.custom.writee-commercemedia_bridge.read

Tags

Objects APIBatch12345678910111213141516
Create a batch of ordersHUBSPOT_CRM_CREATE_ABATCH_OF_ORDERSCreate a batch of orders

Create a batch of orders

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Orders APIBatch1234567891011121314151617
Create a batch of productsHUBSPOT_CRM_CREATE_ABATCH_OF_PRODUCTSCreate a batch of products

Create a batch of products

Authentication

Connected account required

Tags

Products APIBatch12345678910111213141516171819
Create a batch of projectsHUBSPOT_CRM_CREATE_ABATCH_OF_PROJECTSCreate multiple projects in a single request.

Create multiple projects in a single request.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Projects APIBatch123456789101112131415161718192021222324252627282930
Create a batch of propertiesHUBSPOT_CRM_CREATE_ABATCH_OF_PROPERTIESCreate a batch of properties using the same rules as when creating an individual property.

Create a batch of properties using the same rules as when creating an individual property.

Authentication

Connected account required

Tags

Properties APIBatch12345678910111213141516171819202122232425
Create a batch of quotesHUBSPOT_CRM_CREATE_ABATCH_OF_QUOTESCreate a batch of quotes

Create a batch of quotes

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Quotes APIBatch1234567891011121314151617181920
Create a batch of servicesHUBSPOT_CRM_CREATE_ABATCH_OF_SERVICESCreate a batch of objects

Create a batch of objects

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Services API
Create a batch of subscriptionsHUBSPOT_CRM_CREATE_ABATCH_OF_SUBSCRIPTIONSCreate a batch of subscriptions

Create a batch of subscriptions

Authentication

Connected account required

Tags

Commerce Subscriptions API
Create a batch of taxesHUBSPOT_CRM_CREATE_ABATCH_OF_TAXESCreate a batch of taxes

Create a batch of taxes

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Taxes APIBatch123456789101112131415161718192021
Create a batch of ticketsHUBSPOT_CRM_CREATE_ABATCH_OF_TICKETSCreate a batch of tickets

Create a batch of tickets

Authentication

Connected account required

Tags

Tickets APIBatch12345678910111213141516171819202122
Create a companyHUBSPOT_CRM_CREATE_ACOMPANYCreate a company with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard companies is provided.

Create a company with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard companies is provided.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Companies APIBasic1234
Create a contactHUBSPOT_CRM_CREATE_ACONTACTCreate a contact with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard contacts is provided.

Create a contact with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard contacts is provided.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Contacts APIBasic12345
Create a goal targetHUBSPOT_CRM_CREATE_AGOAL_TARGETCreate a goal target with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard goal targets is provided.

Create a goal target with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard goal targets is provided.

Authentication

Connected account required

Scopes

crm-public-object-api-accesscrm.objects.goals.readcrm.objects.goals.writeoauthoauth-access

Tags

Goals API2026-03 [latest]Basic123456789101112131415161718192021222324252627282930
Create an association between two CRM objects.HUBSPOT_CRM_CREATE_AN_ASSOCIATION_BETWEEN_TWO_CRM_OBJECTSEstablish the specified association between two CRM objects.

Establish the specified association between two CRM objects.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Appointments API
Create a new cardHUBSPOT_CRM_CREATE_ANEW_CARDDefines a new card that will become active on an account when this app is installed.

Defines a new card that will become active on an account when this app is installed.

Authentication

Connected account required

Tags

CRM Cards APIV3Cards
Create a new cardHUBSPOT_CRM_CREATE_ANEW_CARD1Defines a new card that will become active on an account when this app is installed.

Defines a new card that will become active on an account when this app is installed.

Authentication

Connected account required

Tags

CRM Cards API2026-03Basic123456
Create a pipelineHUBSPOT_CRM_CREATE_APIPELINECreate a new pipeline with the provided property values. The entire pipeline object, including its unique ID, will be returned in the response.

Create a new pipeline with the provided property values. The entire pipeline object, including its unique ID, will be returned in the response.

Authentication

Connected account required

Tags

Pipelines APIPipelines
Create a pipeline stageHUBSPOT_CRM_CREATE_APIPELINE_STAGECreate a new stage associated with the pipeline identified by `{pipelineId}`. The entire stage object, including its unique ID, will be returned in the response.

Create a new stage associated with the pipeline identified by `{pipelineId}`. The entire stage object, including its unique ID, will be returned in the response.

Authentication

Connected account required

Tags

Pipelines APIPipeline Stages
Create a propertyHUBSPOT_CRM_CREATE_APROPERTYCreate and return a copy of a new property for the specified object type.

Create and return a copy of a new property for the specified object type.

Authentication

Connected account required

Tags

Properties APICore12
Create a property groupHUBSPOT_CRM_CREATE_APROPERTY_GROUPCreate and return a copy of a new property group.

Create and return a copy of a new property group.

Authentication

Connected account required

Tags

Properties APIGroups
Create DefaultHUBSPOT_CRM_CREATE_DEFAULTCreate the default (most generic) association type between two object types

Create the default (most generic) association type between two object types

Authentication

Connected account required

Scopes

ticketscrm.objects.goals.readcrm.objects.custom.readcrm.objects.custom.writee-commercemedia_bridge.read

Tags

Flexible Associations V4 APIAssociations
Create Default AssociationsHUBSPOT_CRM_CREATE_DEFAULT_ASSOCIATIONSCreate the default (most generic) association type between two object types

Create the default (most generic) association type between two object types

Authentication

Connected account required

Scopes

ticketscrm.objects.goals.readcrm.objects.custom.readcrm.objects.custom.writee-commercemedia_bridge.read

Tags

Flexible Associations V4 APIBatch12
Create goal targetsHUBSPOT_CRM_CREATE_GOAL_TARGETSCreate multiple goal targets in a single batch operation.

Create multiple goal targets in a single batch operation.

Authentication

Connected account required

Scopes

crm-public-object-api-accesscrm.objects.goals.readcrm.objects.goals.writeoauthoauth-access

Tags

Goals API2026-03 [latest]Batch123456789101112131415161718192021222324252627282930313233
Create ListHUBSPOT_CRM_CREATE_LISTCreate a new list with the provided object list definition.

Create a new list with the provided object list definition.

Authentication

Connected account required

Scopes

crm.lists.readcrm.lists.write

Tags

Lists API
Create multiple associations between specified object types in a batch operation.HUBSPOT_CRM_CREATE_MULTIPLE_ASSOCIATIONS_BETWEEN_SPECIFIED_OBJECT_TYPES_IN_ABATCH_OPERATIONAssociate all pairs of objects identified in the request body.

Associate all pairs of objects identified in the request body.

Authentication

Connected account required

Scopes

crm.objects.goals.readmedia_bridge.readcrm.objects.custom.writee-commercecrm.objects.custom.readtickets

Tags

Associations V3 APIBatch
Create or replace deal splits for deals with the provided IDs. Deal split percentages for each deal must sum up to 1.0 (100%) and may have up to 8 decimal placesHUBSPOT_CRM_CREATE_OR_REPLACE_DEAL_SPLITS_FOR_DEALS_WITH_THE_PROVIDED_IDS_DEAL_SPLIT_PERCENTAGES_FOR_EACH_DEAL_MUST_SUM_UP_TO10100_AND_MAY_HAVE_UP_TO8_DECIMAL_PLACESCreate or replace deal splits for deals with the provided IDs. Deal split percentages for each deal must sum up to 1.0 (100%) and may have up to 8 decimal places

Create or replace deal splits for deals with the provided IDs. Deal split percentages for each deal must sum up to 1.0 (100%) and may have up to 8 decimal places

Authentication

Connected account required

Scopes

crm.dealsplits.read_write

Tags

Deal Splits APIBatch12345678910
Create or update a batch of appointments by unique property valuesHUBSPOT_CRM_CREATE_OR_UPDATE_ABATCH_OF_APPOINTMENTS_BY_UNIQUE_PROPERTY_VALUESCreate or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Appointments API
Create or update a batch of carts by unique property valuesHUBSPOT_CRM_CREATE_OR_UPDATE_ABATCH_OF_CARTS_BY_UNIQUE_PROPERTY_VALUESCreate and update a batch of carts by a unique property. Carts that don't exist will be created, while existing carts will be updated.

Create and update a batch of carts by a unique property. Carts that don't exist will be created, while existing carts will be updated.

Authentication

Connected account required

Scopes

crm.objects.deals.readcrm.objects.subscriptions.readcrm.objects.services.readcrm.objects.orders.readcrm.objects.listings.writecrm.objects.custom.readcrm.objects.companies.writecrm.objects.custom.sensitive.write.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.appointments.sensitive.read.v2crm.objects.contacts.highly_sensitive.read.v2crm.objects.companies.sensitive.read.v2media_bridge.readcrm.objects.deals.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.companies.highly_sensitive.read.v2crm.objects.commercepayments.writecrm.objects.invoices.writecrm.objects.contacts.sensitive.write.v2crm.objects.users.writecrm.objects.custom.sensitive.read.v2crm.objects.users.readcrm.objects.partner-services.readcrm.objects.orders.writecrm.objects.partner-services.writecrm.objects.appointments.writecrm.objects.carts.writeticketscrm.objects.commercepayments.readcrm.objects.products.writecrm.objects.services.writecrm.objects.subscriptions.writecrm.objects.deals.sensitive.write.v2crm.objects.contacts.readcrm.objects.appointments.sensitive.write.v2crm.objects.invoices.readtickets.sensitive.v2crm.objects.custom.writecrm.objects.deals.writee-commercecrm.objects.appointments.readcrm.objects.companies.sensitive.write.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.custom.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.goals.writecrm.objects.line_items.writecrm.objects.contacts.writecrm.objects.goals.readcrm.objects.partner-clients.writecrm.objects.line_items.readcrm.objects.deals.sensitive.read.v2tickets.highly_sensitive.v2crm.objects.quotes.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.carts.readcrm.objects.quotes.readcrm.objects.courses.writecrm.objects.partner-clients.readcrm.objects.courses.readcrm.objects.listings.readcrm.objects.contacts.sensitive.read.v2crm.objects.products.read

Tags

Carts API
Create or update a batch of commerce payments by unique property valuesHUBSPOT_CRM_CREATE_OR_UPDATE_ABATCH_OF_COMMERCE_PAYMENTS_BY_UNIQUE_PROPERTY_VALUESCreate or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Tags

Commerce Payments API
Create or update a batch of companies by unique property valuesHUBSPOT_CRM_CREATE_OR_UPDATE_ABATCH_OF_COMPANIES_BY_UNIQUE_PROPERTY_VALUESCreate or update companies identified by a unique property value as specified by the `idProperty` query parameter. `idProperty` query param refers to a property whose values are unique for the object.

Create or update companies identified by a unique property value as specified by the `idProperty` query parameter. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Companies API
Create or update a batch of contactsHUBSPOT_CRM_CREATE_OR_UPDATE_ABATCH_OF_CONTACTSCreate or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Scopes

crm.objects.services.readcrm.objects.quotes.readcrm.objects.orders.writecrm.objects.carts.readcrm.objects.subscriptions.readcrm.objects.leads.writecrm.objects.commercepayments.readcrm.objects.users.writecrm.objects.contacts.writecrm.objects.companies.writecrm.objects.listings.writecrm.objects.line_items.writecrm.objects.deals.writecrm.objects.partner-clients.readcrm.objects.invoices.readcrm.objects.deals.readcrm.objects.courses.readcrm.objects.line_items.readcrm.objects.services.writecrm.objects.appointments.writecrm.objects.leads.readcrm.objects.partner-clients.writecrm.objects.appointments.readcrm.objects.companies.readcrm.objects.users.readcrm.objects.quotes.writecrm.objects.courses.writecrm.objects.carts.writecrm.objects.listings.readcrm.objects.contacts.readcrm.objects.orders.read

Tags

Contacts API
Create or update a batch of courses by unique property valuesHUBSPOT_CRM_CREATE_OR_UPDATE_ABATCH_OF_COURSES_BY_UNIQUE_PROPERTY_VALUESCreate or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Courses API
Create or update a batch of deals by unique property valuesHUBSPOT_CRM_CREATE_OR_UPDATE_ABATCH_OF_DEALS_BY_UNIQUE_PROPERTY_VALUESCreate or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Deals API
Create or update a batch of discounts by unique property valuesHUBSPOT_CRM_CREATE_OR_UPDATE_ABATCH_OF_DISCOUNTS_BY_UNIQUE_PROPERTY_VALUESCreate or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Scopes

crm.objects.deals.readcrm.objects.subscriptions.readcrm.objects.services.readcrm.objects.orders.readcrm.objects.listings.writecrm.objects.custom.readcrm.objects.companies.writecrm.objects.custom.sensitive.write.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.appointments.sensitive.read.v2crm.objects.contacts.highly_sensitive.read.v2crm.objects.companies.sensitive.read.v2media_bridge.readcrm.objects.deals.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.companies.highly_sensitive.read.v2crm.objects.commercepayments.writecrm.objects.invoices.writecrm.objects.contacts.sensitive.write.v2crm.objects.users.writecrm.objects.custom.sensitive.read.v2crm.objects.users.readcrm.objects.partner-services.readcrm.objects.orders.writecrm.objects.partner-services.writecrm.objects.appointments.writecrm.objects.carts.writeticketscrm.objects.commercepayments.readcrm.objects.products.writecrm.objects.services.writecrm.objects.subscriptions.writecrm.objects.deals.sensitive.write.v2crm.objects.contacts.readcrm.objects.appointments.sensitive.write.v2crm.objects.invoices.readtickets.sensitive.v2crm.objects.custom.writecrm.objects.deals.writee-commercecrm.objects.appointments.readcrm.objects.companies.sensitive.write.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.custom.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.goals.writecrm.objects.line_items.writecrm.objects.contacts.writecrm.objects.goals.readcrm.objects.partner-clients.writecrm.objects.line_items.readcrm.objects.deals.sensitive.read.v2tickets.highly_sensitive.v2crm.objects.quotes.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.carts.readcrm.objects.quotes.readcrm.objects.courses.writecrm.objects.partner-clients.readcrm.objects.courses.readcrm.objects.listings.readcrm.objects.contacts.sensitive.read.v2crm.objects.products.read

Tags

Discounts API
Create or update a batch of fees by unique property valuesHUBSPOT_CRM_CREATE_OR_UPDATE_ABATCH_OF_FEES_BY_UNIQUE_PROPERTY_VALUESCreate or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Scopes

crm.objects.deals.readcrm.objects.subscriptions.readcrm.objects.services.readcrm.objects.orders.readcrm.objects.listings.writecrm.objects.custom.readcrm.objects.companies.writecrm.objects.custom.sensitive.write.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.appointments.sensitive.read.v2crm.objects.contacts.highly_sensitive.read.v2crm.objects.companies.sensitive.read.v2media_bridge.readcrm.objects.deals.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.companies.highly_sensitive.read.v2crm.objects.commercepayments.writecrm.objects.invoices.writecrm.objects.contacts.sensitive.write.v2crm.objects.users.writecrm.objects.custom.sensitive.read.v2crm.objects.users.readcrm.objects.partner-services.readcrm.objects.orders.writecrm.objects.partner-services.writecrm.objects.appointments.writecrm.objects.carts.writeticketscrm.objects.commercepayments.readcrm.objects.products.writecrm.objects.services.writecrm.objects.subscriptions.writecrm.objects.deals.sensitive.write.v2crm.objects.contacts.readcrm.objects.appointments.sensitive.write.v2crm.objects.invoices.readtickets.sensitive.v2crm.objects.custom.writecrm.objects.deals.writee-commercecrm.objects.appointments.readcrm.objects.companies.sensitive.write.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.custom.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.goals.writecrm.objects.line_items.writecrm.objects.contacts.writecrm.objects.goals.readcrm.objects.partner-clients.writecrm.objects.line_items.readcrm.objects.deals.sensitive.read.v2tickets.highly_sensitive.v2crm.objects.quotes.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.carts.readcrm.objects.quotes.readcrm.objects.courses.writecrm.objects.partner-clients.readcrm.objects.courses.readcrm.objects.listings.readcrm.objects.contacts.sensitive.read.v2crm.objects.products.read

Tags

Fees API
Create or update a batch of goal targets by unique property valuesHUBSPOT_CRM_CREATE_OR_UPDATE_ABATCH_OF_GOAL_TARGETS_BY_UNIQUE_PROPERTY_VALUESCreate or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Goals APIv3 [legacy]
Create or update a batch of invoices by unique property valuesHUBSPOT_CRM_CREATE_OR_UPDATE_ABATCH_OF_INVOICES_BY_UNIQUE_PROPERTY_VALUESCreate or update a batch of invoices by unique property values

Create or update a batch of invoices by unique property values

Authentication

Connected account required

Tags

Invoices API
Create or update a batch of line items by unique property valuesHUBSPOT_CRM_CREATE_OR_UPDATE_ABATCH_OF_LINE_ITEMS_BY_UNIQUE_PROPERTY_VALUESCreate or update a batch of line items by unique property values

Create or update a batch of line items by unique property values

Authentication

Connected account required

Scopes

crm.objects.custom.writemedia_bridge.readcrm.objects.goals.readticketscrm.objects.custom.reade-commerce

Tags

Line Items API
Create or update a batch of listings by unique property valuesHUBSPOT_CRM_CREATE_OR_UPDATE_ABATCH_OF_LISTINGS_BY_UNIQUE_PROPERTY_VALUESCreate or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Listings API
Create or update a batch of objects by unique property valuesHUBSPOT_CRM_CREATE_OR_UPDATE_ABATCH_OF_OBJECTS_BY_UNIQUE_PROPERTY_VALUESCreate or update a batch of objects by unique property values

Create or update a batch of objects by unique property values

Authentication

Connected account required

Tags

Objects API
Create or update a batch of orders by unique property valuesHUBSPOT_CRM_CREATE_OR_UPDATE_ABATCH_OF_ORDERS_BY_UNIQUE_PROPERTY_VALUESCreate or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Scopes

crm.objects.deals.readcrm.objects.subscriptions.readcrm.objects.services.readcrm.objects.orders.readcrm.objects.listings.writecrm.objects.custom.readcrm.objects.companies.writecrm.objects.custom.sensitive.write.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.appointments.sensitive.read.v2crm.objects.contacts.highly_sensitive.read.v2crm.objects.companies.sensitive.read.v2media_bridge.readcrm.objects.deals.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.companies.highly_sensitive.read.v2crm.objects.commercepayments.writecrm.objects.invoices.writecrm.objects.contacts.sensitive.write.v2crm.objects.users.writecrm.objects.custom.sensitive.read.v2crm.objects.users.readcrm.objects.partner-services.readcrm.objects.orders.writecrm.objects.partner-services.writecrm.objects.appointments.writecrm.objects.carts.writeticketscrm.objects.commercepayments.readcrm.objects.products.writecrm.objects.services.writecrm.objects.subscriptions.writecrm.objects.deals.sensitive.write.v2crm.objects.contacts.readcrm.objects.appointments.sensitive.write.v2crm.objects.invoices.readtickets.sensitive.v2crm.objects.custom.writecrm.objects.deals.writee-commercecrm.objects.appointments.readcrm.objects.companies.sensitive.write.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.custom.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.goals.writecrm.objects.line_items.writecrm.objects.contacts.writecrm.objects.goals.readcrm.objects.partner-clients.writecrm.objects.line_items.readcrm.objects.deals.sensitive.read.v2tickets.highly_sensitive.v2crm.objects.quotes.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.carts.readcrm.objects.quotes.readcrm.objects.courses.writecrm.objects.partner-clients.readcrm.objects.courses.readcrm.objects.listings.readcrm.objects.contacts.sensitive.read.v2crm.objects.products.read

Tags

Orders API
Create or update a batch of products by unique property valuesHUBSPOT_CRM_CREATE_OR_UPDATE_ABATCH_OF_PRODUCTS_BY_UNIQUE_PROPERTY_VALUESCreate or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Scopes

crm.objects.deals.readcrm.objects.subscriptions.readcrm.objects.services.readcrm.objects.orders.readcrm.objects.listings.writecrm.objects.custom.readcrm.objects.companies.writecrm.objects.custom.sensitive.write.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.appointments.sensitive.read.v2crm.objects.contacts.highly_sensitive.read.v2crm.objects.companies.sensitive.read.v2media_bridge.readcrm.objects.deals.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.companies.highly_sensitive.read.v2crm.objects.commercepayments.writecrm.objects.invoices.writecrm.objects.contacts.sensitive.write.v2crm.objects.users.writecrm.objects.custom.sensitive.read.v2crm.objects.users.readcrm.objects.partner-services.readcrm.objects.orders.writecrm.objects.partner-services.writecrm.objects.appointments.writecrm.objects.carts.writeticketscrm.objects.commercepayments.readcrm.objects.products.writecrm.objects.services.writecrm.objects.subscriptions.writecrm.objects.deals.sensitive.write.v2crm.objects.contacts.readcrm.objects.appointments.sensitive.write.v2crm.objects.invoices.readtickets.sensitive.v2crm.objects.custom.writecrm.objects.deals.writee-commercecrm.objects.appointments.readcrm.objects.companies.sensitive.write.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.custom.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.goals.writecrm.objects.line_items.writecrm.objects.contacts.writecrm.objects.goals.readcrm.objects.partner-clients.writecrm.objects.line_items.readcrm.objects.deals.sensitive.read.v2tickets.highly_sensitive.v2crm.objects.quotes.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.carts.readcrm.objects.quotes.readcrm.objects.courses.writecrm.objects.partner-clients.readcrm.objects.courses.readcrm.objects.listings.readcrm.objects.contacts.sensitive.read.v2crm.objects.products.read

Tags

Products API
Create or update a batch of projectsHUBSPOT_CRM_CREATE_OR_UPDATE_ABATCH_OF_PROJECTSCreate or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Projects APIBatch123456789101112131415161718192021222324252627282930
Create or update a batch of quotes by unique property valuesHUBSPOT_CRM_CREATE_OR_UPDATE_ABATCH_OF_QUOTES_BY_UNIQUE_PROPERTY_VALUESCreate or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Scopes

crm.objects.custom.readticketscrm.objects.goals.readmedia_bridge.readcrm.objects.custom.writee-commerce

Tags

Quotes API
Create or update a batch of services by unique property valuesHUBSPOT_CRM_CREATE_OR_UPDATE_ABATCH_OF_SERVICES_BY_UNIQUE_PROPERTY_VALUESCreate or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Services API
Create or update a batch of subscriptions by unique property valuesHUBSPOT_CRM_CREATE_OR_UPDATE_ABATCH_OF_SUBSCRIPTIONS_BY_UNIQUE_PROPERTY_VALUESCreate or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Tags

Commerce Subscriptions API
Create or update a batch of taxes by unique property valuesHUBSPOT_CRM_CREATE_OR_UPDATE_ABATCH_OF_TAXES_BY_UNIQUE_PROPERTY_VALUESCreate or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Scopes

crm.objects.deals.readcrm.objects.subscriptions.readcrm.objects.services.readcrm.objects.orders.readcrm.objects.listings.writecrm.objects.custom.readcrm.objects.companies.writecrm.objects.custom.sensitive.write.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.appointments.sensitive.read.v2crm.objects.contacts.highly_sensitive.read.v2crm.objects.companies.sensitive.read.v2media_bridge.readcrm.objects.deals.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.companies.highly_sensitive.read.v2crm.objects.commercepayments.writecrm.objects.invoices.writecrm.objects.contacts.sensitive.write.v2crm.objects.users.writecrm.objects.custom.sensitive.read.v2crm.objects.users.readcrm.objects.partner-services.readcrm.objects.orders.writecrm.objects.partner-services.writecrm.objects.appointments.writecrm.objects.carts.writeticketscrm.objects.commercepayments.readcrm.objects.products.writecrm.objects.services.writecrm.objects.subscriptions.writecrm.objects.deals.sensitive.write.v2crm.objects.contacts.readcrm.objects.appointments.sensitive.write.v2crm.objects.invoices.readtickets.sensitive.v2crm.objects.custom.writecrm.objects.deals.writee-commercecrm.objects.appointments.readcrm.objects.companies.sensitive.write.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.custom.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.goals.writecrm.objects.line_items.writecrm.objects.contacts.writecrm.objects.goals.readcrm.objects.partner-clients.writecrm.objects.line_items.readcrm.objects.deals.sensitive.read.v2tickets.highly_sensitive.v2crm.objects.quotes.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.carts.readcrm.objects.quotes.readcrm.objects.courses.writecrm.objects.partner-clients.readcrm.objects.courses.readcrm.objects.listings.readcrm.objects.contacts.sensitive.read.v2crm.objects.products.read

Tags

Taxes API
Create or update a batch of tickets by unique property valuesHUBSPOT_CRM_CREATE_OR_UPDATE_ABATCH_OF_TICKETS_BY_UNIQUE_PROPERTY_VALUESCreate or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Scopes

crm.objects.custom.readticketscrm.objects.goals.readmedia_bridge.readcrm.objects.custom.writee-commerce

Tags

Tickets API
CreateHUBSPOT_CRM_CREATE1Set association labels between two records.

Set association labels between two records.

Authentication

Connected account required

Scopes

ticketscrm.objects.goals.readcrm.objects.custom.readcrm.objects.custom.writee-commercemedia_bridge.read

Tags

Flexible Associations V4 APIAssociations
CreateHUBSPOT_CRM_CREATE10Create a line item with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard line items is provided.

Create a line item with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard line items is provided.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Line Items APIBasic12345678910111213
CreateHUBSPOT_CRM_CREATE11Create a order with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard orders is provided.

Create a order with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard orders is provided.

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Orders APIBasic123456789101112131415
CreateHUBSPOT_CRM_CREATE12Create a product with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard products is provided.

Create a product with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard products is provided.

Authentication

Connected account required

Tags

Products APIBasic1234567891011121314151617
CreateHUBSPOT_CRM_CREATE13Create a quote with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard quotes is provided.

Create a quote with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard quotes is provided.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Quotes APIBasic123456789101112131415161718
CreateHUBSPOT_CRM_CREATE14Create a tax with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard taxes is provided.

Create a tax with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard taxes is provided.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Taxes APIBasic12345678910111213141516171819
CreateHUBSPOT_CRM_CREATE15Create a ticket with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard tickets is provided.

Create a ticket with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard tickets is provided.

Authentication

Connected account required

Tags

Tickets APIBasic1234567891011121314151617181920
CreateHUBSPOT_CRM_CREATE16Create a invoice with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard invoices is provided.

Create a invoice with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard invoices is provided.

Authentication

Connected account required

Tags

Invoices API
CreateHUBSPOT_CRM_CREATE17Create a course with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard courses is provided.

Create a course with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard courses is provided.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Courses API
CreateHUBSPOT_CRM_CREATE18Create a appointment with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard appointments is provided.

Create a appointment with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard appointments is provided.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Appointments API
CreateHUBSPOT_CRM_CREATE19Create a listing with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard listings is provided.

Create a listing with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard listings is provided.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Listings API
CreateHUBSPOT_CRM_CREATE2Create a cart with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard carts is provided.

Create a cart with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard carts is provided.

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Carts APIBasic1
CreateHUBSPOT_CRM_CREATE20Create a service with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard services is provided.

Create a service with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard services is provided.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Services API
CreateHUBSPOT_CRM_CREATE21Create a project with the given properties and return a copy of the object, including the ID.

Create a project with the given properties and return a copy of the object, including the ID.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Projects APIBasic123456789101112131415161718192021222324252627
CreateHUBSPOT_CRM_CREATE22Create a goal target with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard goal targets is provided.

Create a goal target with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard goal targets is provided.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Goals APIv3 [legacy]
CreateHUBSPOT_CRM_CREATE3Create a commerce payment with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard commerce payments is provided.

Create a commerce payment with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard commerce payments is provided.

Authentication

Connected account required

Tags

Commerce Payments APIBasic12
CreateHUBSPOT_CRM_CREATE4Create a subscription with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard subscriptions is provided.

Create a subscription with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard subscriptions is provided.

Authentication

Connected account required

Tags

Commerce Subscriptions API
CreateHUBSPOT_CRM_CREATE5Create a CRM object with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard objects is provided.

Create a CRM object with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard objects is provided.

Authentication

Connected account required

Scopes

ticketscrm.objects.goals.readcrm.objects.custom.readcrm.objects.custom.writee-commercemedia_bridge.read

Tags

Objects APIBasic1234567891011121314
CreateHUBSPOT_CRM_CREATE6Create a deal with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard deals is provided.

Create a deal with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard deals is provided.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Deals API
CreateHUBSPOT_CRM_CREATE7Create a discount with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard discounts is provided.

Create a discount with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard discounts is provided.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Discounts APIBasic123456789
CreateHUBSPOT_CRM_CREATE8Create a fee with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard fees is provided.

Create a fee with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard fees is provided.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Fees APIBasic1234567891011
CreateHUBSPOT_CRM_CREATE9Create a lead with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard leads is provided.

Create a lead with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard leads is provided.

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Leads APIBasic123456789101112
Creates a folderHUBSPOT_CRM_CREATES_AFOLDERCreates a folder with the given information.

Creates a folder with the given information.

Authentication

Connected account required

Tags

Lists API
DeleteHUBSPOT_CRM_DELETEBatch delete associations for objects

Batch delete associations for objects

Authentication

Connected account required

Scopes

ticketscrm.objects.goals.readcrm.objects.custom.readcrm.objects.custom.writee-commercemedia_bridge.read

Tags

Flexible Associations V4 APIBatch12
Delete a cardHUBSPOT_CRM_DELETE_ACARDPermanently deletes a card definition with the given ID. Once deleted, data fetch requests for this card will no longer be sent to your service. This can't be undone.

Permanently deletes a card definition with the given ID. Once deleted, data fetch requests for this card will no longer be sent to your service. This can't be undone.

Authentication

Connected account required

Tags

CRM Cards APIV3Cards
Delete a cardHUBSPOT_CRM_DELETE_ACARD1Permanently deletes a card definition with the given ID. Once deleted, data fetch requests for this card will no longer be sent to your service. This can't be undone.

Permanently deletes a card definition with the given ID. Once deleted, data fetch requests for this card will no longer be sent to your service. This can't be undone.

Authentication

Connected account required

Tags

CRM Cards API2026-03Basic123456
Delete a goal targetHUBSPOT_CRM_DELETE_AGOAL_TARGETDelete a goal target by `{goalTargetId}` to the recycling bin.

Delete a goal target by `{goalTargetId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm-public-object-api-accesscrm.objects.goals.readcrm.objects.goals.writeoauthoauth-access

Tags

Goals API2026-03 [latest]Basic123456789101112131415161718192021222324252627282930
Delete a goal target by IDHUBSPOT_CRM_DELETE_AGOAL_TARGET_BY_IDDelete a goal target by `{goalTargetId}` to the recycling bin.

Delete a goal target by `{goalTargetId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Goals APIv3 [legacy]
Delete a ListHUBSPOT_CRM_DELETE_ALISTDelete a list by **ILS list ID**. Lists deleted through this endpoint can be restored up to 90-days following the delete. After 90-days, the list is purged and can no longer be restored.

Delete a list by **ILS list ID**. Lists deleted through this endpoint can be restored up to 90-days following the delete. After 90-days, the list is purged and can no longer be restored.

Authentication

Connected account required

Tags

Lists API
Delete All Records from a ListHUBSPOT_CRM_DELETE_ALL_RECORDS_FROM_ALISTRemove **all** of the records from a list. ***Note:*** *The list is not deleted.* This endpoint only works for lists that have a `processingType` of `MANUAL` or `SNAPSHOT`.

Remove **all** of the records from a list. ***Note:*** *The list is not deleted.* This endpoint only works for lists that have a `processingType` of `MANUAL` or `SNAPSHOT`.

Authentication

Connected account required

Tags

Lists APIMemberships
Delete an account flag stateHUBSPOT_CRM_DELETE_AN_ACCOUNT_FLAG_STATEDelete an account flag state

Delete an account flag state

Authentication

Connected account required

Tags

Feature Flags APIfeature-flagsv3{appId}flags{flagName}portals{portalId}
Delete an app's feature flagHUBSPOT_CRM_DELETE_AN_APP_SFEATURE_FLAGDelete an app's feature flag

Delete an app's feature flag

Authentication

Connected account required

Tags

Feature Flags APIfeature-flagsv3{appId}flags{flagName}
Delete a pipelineHUBSPOT_CRM_DELETE_APIPELINEDelete the pipeline identified by `{pipelineId}`.

Delete the pipeline identified by `{pipelineId}`.

Authentication

Connected account required

Tags

Pipelines APIPipelines
Delete a pipeline stageHUBSPOT_CRM_DELETE_APIPELINE_STAGEDelete the pipeline stage identified by `{stageId}` associated with the pipeline identified by `{pipelineId}`.

Delete the pipeline stage identified by `{stageId}` associated with the pipeline identified by `{pipelineId}`.

Authentication

Connected account required

Tags

Pipelines APIPipeline Stages
delete-/crm/associations/v4/{from Object Type}/{to Object Type}/labels/{association Type Id} removeHUBSPOT_CRM_DELETE_CRM_ASSOCIATIONS_V4_FROM_OBJECT_TYPE_TO_OBJECT_TYPE_LABELS_ASSOCIATION_TYPE_ID_REMOVEdelete-/crm/associations/v4/{from Object Type}/{to Object Type}/labels/{association Type Id} remove

delete-/crm/associations/v4/{from Object Type}/{to Object Type}/labels/{association Type Id} remove

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Associations V4 Schema API
delete-/crm-object-schemas/v3/schemas/{object Type} archiveHUBSPOT_CRM_DELETE_CRM_OBJECT_SCHEMAS_V3_SCHEMAS_OBJECT_TYPE_ARCHIVEdelete-/crm-object-schemas/v3/schemas/{object Type} archive

delete-/crm-object-schemas/v3/schemas/{object Type} archive

Authentication

Connected account required

Scopes

crm.objects.custom.highly_sensitive.read.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.schemas.custom.readcrm.schemas.custom.write

Tags

Schemas APICore123
delete-/crm-object-schemas/v3/schemas/{object Type}/associations/{association Identifier} archive AssociationHUBSPOT_CRM_DELETE_CRM_OBJECT_SCHEMAS_V3_SCHEMAS_OBJECT_TYPE_ASSOCIATIONS_ASSOCIATION_IDENTIFIER_ARCHIVE_ASSOCIATIONdelete-/crm-object-schemas/v3/schemas/{object Type}/associations/{association Identifier} archive Association

delete-/crm-object-schemas/v3/schemas/{object Type}/associations/{association Identifier} archive Association

Authentication

Connected account required

Scopes

crm.objects.custom.highly_sensitive.read.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.schemas.custom.readcrm.schemas.custom.write

Tags

Schemas APICore123
delete-/crm/objects/2026-03/{object Type}/{object Id}/associations/{to Object Type}/{to Object Id}_/crm/objects/2026-03/{object Type}/{object Id}/associations/{to Object Type}/{to Object Id}HUBSPOT_CRM_DELETE_CRM_OBJECTS202603_OBJECT_TYPE_OBJECT_ID_ASSOCIATIONS_TO_OBJECT_TYPE_TO_OBJECT_ID_CRM_OBJECTS202603_OBJECT_TYPE_OBJECT_ID_ASSOCIATIONS_TO_OBJECT_TYPE_TO_OBJECT_IDdelete-/crm/objects/2026-03/{object Type}/{object Id}/associations/{to Object Type}/{to Object Id}_/crm/objects/2026-03/{object Type}/{object Id}/associations/{to Object Type}/{to Object Id}

delete-/crm/objects/2026-03/{object Type}/{object Id}/associations/{to Object Type}/{to Object Id}_/crm/objects/2026-03/{object Type}/{object Id}/associations/{to Object Type}/{to Object Id}

Authentication

Connected account required

Scopes

crm-public-object-api-accesscrm.objects.goals.readcrm.objects.goals.writeoauthoauth-access

Tags

Goals API2026-03 [latest]Basic123456789101112131415161718192021222324252627282930
Delete goal targetsHUBSPOT_CRM_DELETE_GOAL_TARGETSArchive multiple goal targets in a single batch operation using their IDs.

Archive multiple goal targets in a single batch operation using their IDs.

Authentication

Connected account required

Scopes

crm-public-object-api-accesscrm.objects.goals.readcrm.objects.goals.writeoauthoauth-access

Tags

Goals API2026-03 [latest]Batch123456789101112131415161718192021222324252627282930313233
Delete Specific LabelsHUBSPOT_CRM_DELETE_SPECIFIC_LABELSBatch delete specific association labels for objects. Deleting an unlabeled association will also delete all labeled associations between those two objects

Batch delete specific association labels for objects. Deleting an unlabeled association will also delete all labeled associations between those two objects

Authentication

Connected account required

Scopes

ticketscrm.objects.goals.readcrm.objects.custom.readcrm.objects.custom.writee-commercemedia_bridge.read

Tags

Flexible Associations V4 APIBatch12
DeleteHUBSPOT_CRM_DELETE1deletes all associations between two records.

deletes all associations between two records.

Authentication

Connected account required

Scopes

ticketscrm.objects.goals.readcrm.objects.custom.readcrm.objects.custom.writee-commercemedia_bridge.read

Tags

Flexible Associations V4 APIAssociations
Deletes a folderHUBSPOT_CRM_DELETES_AFOLDERDeletes the folder with the given Id.

Deletes the folder with the given Id.

Authentication

Connected account required

Tags

Lists API
Fetch List by IDHUBSPOT_CRM_FETCH_LIST_BY_IDFetch a single list by **ILS list ID**.

Fetch a single list by **ILS list ID**.

Authentication

Connected account required

Tags

Lists API
Fetch List by NameHUBSPOT_CRM_FETCH_LIST_BY_NAMEFetch a single list by list name and object type.

Fetch a single list by list name and object type.

Authentication

Connected account required

Tags

Lists API
Fetch List Memberships Ordered by Added to List DateHUBSPOT_CRM_FETCH_LIST_MEMBERSHIPS_ORDERED_BY_ADDED_TO_LIST_DATEFetch the memberships of a list in order sorted by the time the records were added to the list. The `recordId`s are sorted in *ascending* order if an `after` offset or no offset is provided. If only a `before` offset is provided, then the records are sorted in *descending* order. The `after` offset parameter will take precedence over the `before` offset in a case where both are provided.

Fetch the memberships of a list in order sorted by the time the records were added to the list. The `recordId`s are sorted in *ascending* order if an `after` offset or no offset is provided. If only a `before` offset is provided, then the records are sorted in *descending* order. The `after` offset parameter will take precedence over the `before` offset in a case where both are provided.

Authentication

Connected account required

Tags

Lists API
Fetch List Memberships Ordered by IDHUBSPOT_CRM_FETCH_LIST_MEMBERSHIPS_ORDERED_BY_IDFetch the memberships of a list in order sorted by the `recordId` of the records in the list. The `recordId`s are sorted in *ascending* order if an `after` offset or no offset is provided. If only a `before` offset is provided, then the records are sorted in *descending* order. The `after` offset parameter will take precedence over the `before` offset in a case where both are provided.

Fetch the memberships of a list in order sorted by the `recordId` of the records in the list. The `recordId`s are sorted in *ascending* order if an `after` offset or no offset is provided. If only a `before` offset is provided, then the records are sorted in *descending* order. The `after` offset parameter will take precedence over the `before` offset in a case where both are provided.

Authentication

Connected account required

Tags

Lists APIMemberships
Fetch Multiple ListsHUBSPOT_CRM_FETCH_MULTIPLE_LISTSFetch multiple lists in a single request by **ILS list ID**. The response will include the definitions of all lists that exist for the `listIds` provided.

Fetch multiple lists in a single request by **ILS list ID**. The response will include the definitions of all lists that exist for the `listIds` provided.

Authentication

Connected account required

Tags

Lists API
Fetch object type enablement statusHUBSPOT_CRM_FETCH_OBJECT_TYPE_ENABLEMENT_STATUSFor all object types supporting enablement, returns whether they're enabled or disabled

For all object types supporting enablement, returns whether they're enabled or disabled

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Objects Library APICrm_Public_Object_Library
GDPR-delete an objectHUBSPOT_CRM_GDPR_DELETE_AN_OBJECTFully purge an object type and any GDPR related data

Fully purge an object type and any GDPR related data

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Appointments API
Get a card.HUBSPOT_CRM_GET_ACARDReturns the definition for a card with the given ID.

Returns the definition for a card with the given ID.

Authentication

Connected account required

Tags

CRM Cards APIV3Cards
Get a card.HUBSPOT_CRM_GET_ACARD1Returns the definition for a card with the given ID.

Returns the definition for a card with the given ID.

Authentication

Connected account required

Tags

CRM Cards API2026-03Basic123456
Get active importsHUBSPOT_CRM_GET_ACTIVE_IMPORTSReturns a paged list of active imports for this account.

Returns a paged list of active imports for this account.

Authentication

Connected account required

Scopes

crm.import

Tags

Imports APICore1
Get all cardsHUBSPOT_CRM_GET_ALL_CARDSReturns a list of cards for a given app.

Returns a list of cards for a given app.

Authentication

Connected account required

Tags

CRM Cards APIV3Cards
Get all cardsHUBSPOT_CRM_GET_ALL_CARDS1Returns a list of cards for a given app.

Returns a list of cards for a given app.

Authentication

Connected account required

Tags

CRM Cards API2026-03Basic123456
Get a page of goal targetsHUBSPOT_CRM_GET_APAGE_OF_GOAL_TARGETSRead a page of goal targets. Control what is returned via the `properties` query param.

Read a page of goal targets. Control what is returned via the `properties` query param.

Authentication

Connected account required

Tags

Goals APIv3 [legacy]Basic1234567891011121314151617181920212223242526272829
get-/crm/associations/v4/definitions/configurations/all get AllHUBSPOT_CRM_GET_CRM_ASSOCIATIONS_V4_DEFINITIONS_CONFIGURATIONS_ALL_GET_ALLget-/crm/associations/v4/definitions/configurations/all get All

get-/crm/associations/v4/definitions/configurations/all get All

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Associations V4 Schema API
get-/crm/associations/v4/definitions/configurations/{from Object Type}/{to Object Type} get All Between Two Object TypesHUBSPOT_CRM_GET_CRM_ASSOCIATIONS_V4_DEFINITIONS_CONFIGURATIONS_FROM_OBJECT_TYPE_TO_OBJECT_TYPE_GET_ALL_BETWEEN_TWO_OBJECT_TYPESget-/crm/associations/v4/definitions/configurations/{from Object Type}/{to Object Type} get All Between Two Object Types

get-/crm/associations/v4/definitions/configurations/{from Object Type}/{to Object Type} get All Between Two Object Types

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Associations V4 Schema API
get-/crm/associations/v4/{from Object Type}/{to Object Type}/labels get AllHUBSPOT_CRM_GET_CRM_ASSOCIATIONS_V4_FROM_OBJECT_TYPE_TO_OBJECT_TYPE_LABELS_GET_ALLget-/crm/associations/v4/{from Object Type}/{to Object Type}/labels get All

get-/crm/associations/v4/{from Object Type}/{to Object Type}/labels get All

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Associations V4 Schema API
get-/crm-object-schemas/v3/schemas get AllHUBSPOT_CRM_GET_CRM_OBJECT_SCHEMAS_V3_SCHEMAS_GET_ALLget-/crm-object-schemas/v3/schemas get All

get-/crm-object-schemas/v3/schemas get All

Authentication

Connected account required

Scopes

crm.objects.custom.highly_sensitive.read.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.schemas.custom.readcrm.schemas.custom.write

Tags

Schemas APICore123
get-/crm-object-schemas/v3/schemas/{object Type} get By IdHUBSPOT_CRM_GET_CRM_OBJECT_SCHEMAS_V3_SCHEMAS_OBJECT_TYPE_GET_BY_IDget-/crm-object-schemas/v3/schemas/{object Type} get By Id

get-/crm-object-schemas/v3/schemas/{object Type} get By Id

Authentication

Connected account required

Scopes

crm.objects.custom.highly_sensitive.read.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.schemas.custom.readcrm.schemas.custom.write

Tags

Schemas APICore123
get-/crm/v3/associations/{from Object Type}/{to Object Type}/types get AllHUBSPOT_CRM_GET_CRM_V3_ASSOCIATIONS_FROM_OBJECT_TYPE_TO_OBJECT_TYPE_TYPES_GET_ALLList all the valid association types available between two object types

List all the valid association types available between two object types

Authentication

Connected account required

Scopes

ticketscrm.objects.goals.readcrm.objects.custom.readcrm.objects.custom.writee-commercemedia_bridge.read

Tags

Associations V3 Schema APITypes
get-/crm/v3/objects/partner clientsHUBSPOT_CRM_GET_CRM_V3_OBJECTS_PARTNER_CLIENTSRetrieve all partner clients, using query parameters to specify the information that gets returned.

Retrieve all partner clients, using query parameters to specify the information that gets returned.

Authentication

Connected account required

Scopes

crm.objects.services.readcrm.objects.orders.readcrm.objects.contacts.readcrm.objects.listings.readcrm.objects.carts.writecrm.objects.courses.writecrm.objects.quotes.writecrm.objects.users.readcrm.objects.companies.readcrm.objects.appointments.readcrm.objects.partner-clients.writecrm.objects.leads.readcrm.objects.appointments.writecrm.objects.services.writecrm.objects.line_items.readcrm.objects.courses.readcrm.objects.deals.readcrm.objects.invoices.readcrm.objects.partner-clients.readcrm.objects.deals.writecrm.objects.line_items.writecrm.objects.listings.writecrm.objects.companies.writecrm.objects.contacts.writecrm.objects.users.writecrm.objects.commercepayments.readcrm.objects.leads.writecrm.objects.subscriptions.readcrm.objects.carts.readcrm.objects.orders.writecrm.objects.quotes.read

Tags

Partner Clients APIBasic12345678910111213141516171819202122
get-/crm/v3/objects/partner clients/{partner Client Id}HUBSPOT_CRM_GET_CRM_V3_OBJECTS_PARTNER_CLIENTS_PARTNER_CLIENT_IDRetrieve a partner client by its ID (`partnerClientId`) or by a unique property (`idProperty`). You can specify what is returned using the `properties` query parameter.

Retrieve a partner client by its ID (`partnerClientId`) or by a unique property (`idProperty`). You can specify what is returned using the `properties` query parameter.

Authentication

Connected account required

Scopes

crm.objects.services.readcrm.objects.orders.readcrm.objects.contacts.readcrm.objects.listings.readcrm.objects.carts.writecrm.objects.courses.writecrm.objects.quotes.writecrm.objects.users.readcrm.objects.companies.readcrm.objects.appointments.readcrm.objects.partner-clients.writecrm.objects.leads.readcrm.objects.appointments.writecrm.objects.services.writecrm.objects.line_items.readcrm.objects.courses.readcrm.objects.deals.readcrm.objects.invoices.readcrm.objects.partner-clients.readcrm.objects.deals.writecrm.objects.line_items.writecrm.objects.listings.writecrm.objects.companies.writecrm.objects.contacts.writecrm.objects.users.writecrm.objects.commercepayments.readcrm.objects.leads.writecrm.objects.subscriptions.readcrm.objects.carts.readcrm.objects.orders.writecrm.objects.quotes.read

Tags

Partner Clients APIBasic12345678910111213141516171819202122
Get lists record is member ofHUBSPOT_CRM_GET_LISTS_RECORD_IS_MEMBER_OFFor given record provide lists this record is member of.

For given record provide lists this record is member of.

Authentication

Connected account required

Tags

Lists API
Get sample card detail responseHUBSPOT_CRM_GET_SAMPLE_CARD_DETAIL_RESPONSEReturns an example card detail response. This is the payload with displayed details for a card that will be shown to a user. An app should send this in response to the data fetch request.

Returns an example card detail response. This is the payload with displayed details for a card that will be shown to a user. An app should send this in response to the data fetch request.

Authentication

Connected account required

Tags

CRM Cards APIV3SampleResponse
Get sample card detail responseHUBSPOT_CRM_GET_SAMPLE_CARD_DETAIL_RESPONSE1Returns an example card detail response. This is the payload with displayed details for a card that will be shown to a user. An app should send this in response to the data fetch request.

Returns an example card detail response. This is the payload with displayed details for a card that will be shown to a user. An app should send this in response to the data fetch request.

Authentication

Connected account required

Tags

CRM Cards API2026-03Basic123456
Get the information on any importHUBSPOT_CRM_GET_THE_INFORMATION_ON_ANY_IMPORTA complete summary of an import record, including any updates.

A complete summary of an import record, including any updates.

Authentication

Connected account required

Scopes

crm.import

Tags

Imports APICore1
Get the status of the export including the URL to download the fileHUBSPOT_CRM_GET_THE_STATUS_OF_THE_EXPORT_INCLUDING_THE_URL_TO_DOWNLOAD_THE_FILEGet the status of the export including the URL to download the file

Get the status of the export including the URL to download the file

Authentication

Connected account required

Tags

Exports APIPublic_Exports
Is object type is enabledHUBSPOT_CRM_IS_OBJECT_TYPE_IS_ENABLEDFetch whether object type is enabled

Fetch whether object type is enabled

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Objects Library APICrm_Public_Object_Library
ListHUBSPOT_CRM_LISTList all associations of an object by object type. Limit 500 per call.

List all associations of an object by object type. Limit 500 per call.

Authentication

Connected account required

Scopes

ticketscrm.objects.goals.readcrm.objects.custom.readcrm.objects.custom.writee-commercemedia_bridge.read

Tags

Flexible Associations V4 APIAssociations
List associations of a partner client by typeHUBSPOT_CRM_LIST_ASSOCIATIONS_OF_APARTNER_CLIENT_BY_TYPEList associations of a partner client by type

List associations of a partner client by type

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Partner Clients API
List associations of a partner service by typeHUBSPOT_CRM_LIST_ASSOCIATIONS_OF_APARTNER_SERVICE_BY_TYPEList associations of a partner service by type

List associations of a partner service by type

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Partner Services APIAssociations1
ListHUBSPOT_CRM_LIST1Read a page of carts. Control what is returned via the `properties` query param.

Read a page of carts. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Carts APIBasic1
ListHUBSPOT_CRM_LIST10Read a page of line items. Control what is returned via the `properties` query param.

Read a page of line items. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Line Items APIBasic12345678910111213
ListHUBSPOT_CRM_LIST11Read a page of orders. Control what is returned via the `properties` query param.

Read a page of orders. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Orders APIBasic123456789101112131415
ListHUBSPOT_CRM_LIST12Read a page of payments. Control what is returned via the `properties` query param.

Read a page of payments. Control what is returned via the `properties` query param.

Authentication

Connected account required

Tags

Payments APIBasic12345678910111213141516
ListHUBSPOT_CRM_LIST13Read a page of products. Control what is returned via the `properties` query param.

Read a page of products. Control what is returned via the `properties` query param.

Authentication

Connected account required

Tags

Products APIBasic1234567891011121314151617
ListHUBSPOT_CRM_LIST14Read a page of quotes. Control what is returned via the `properties` query param.

Read a page of quotes. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Quotes APIBasic123456789101112131415161718
ListHUBSPOT_CRM_LIST15Read a page of taxes. Control what is returned via the `properties` query param.

Read a page of taxes. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Taxes APIBasic12345678910111213141516171819
ListHUBSPOT_CRM_LIST16Read a page of tickets. Control what is returned via the `properties` query param.

Read a page of tickets. Control what is returned via the `properties` query param.

Authentication

Connected account required

Tags

Tickets APIBasic1234567891011121314151617181920
ListHUBSPOT_CRM_LIST17Read a page of invoices. Control what is returned via the `properties` query param.

Read a page of invoices. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.deals.writecrm.objects.contacts.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.contacts.writecrm.objects.line_items.readcrm.objects.quotes.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.invoices.readcrm.objects.deals.read

Tags

Invoices APIBasic123456789101112131415161718192021
ListHUBSPOT_CRM_LIST18Read a page of courses. Control what is returned via the `properties` query param.

Read a page of courses. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Courses API
ListHUBSPOT_CRM_LIST19Read a page of appointments. Control what is returned via the `properties` query param.

Read a page of appointments. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Appointments API
ListHUBSPOT_CRM_LIST2Read a page of commerce payments. Control what is returned via the `properties` query param.

Read a page of commerce payments. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Commerce Payments APIBasic12
ListHUBSPOT_CRM_LIST20Read a page of listings. Control what is returned via the `properties` query param.

Read a page of listings. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Listings API
ListHUBSPOT_CRM_LIST21Read an Object identified by `{listingId}`. `{listingId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{listingId}`. `{listingId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Listings API
ListHUBSPOT_CRM_LIST22Read a page of services. Control what is returned via the `properties` query param.

Read a page of services. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Services API
ListHUBSPOT_CRM_LIST23Read a page of projects. Control what is returned via the `properties` query param.

Read a page of projects. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Projects APIBasic123456789101112131415161718192021222324252627
ListHUBSPOT_CRM_LIST24Read a page of partner services. Control what is returned via the `properties` query param.

Read a page of partner services. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Partner Services APIBasic12345678910111213141516171819202122232425262728
ListHUBSPOT_CRM_LIST3Read a page of subscriptions. Control what is returned via the `properties` query param.

Read a page of subscriptions. Control what is returned via the `properties` query param.

Authentication

Connected account required

Tags

Commerce Subscriptions APIBasic123
ListHUBSPOT_CRM_LIST4Read a page of objects. Control what is returned via the `properties` query param.

Read a page of objects. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

ticketscrm.objects.goals.readcrm.objects.custom.readcrm.objects.custom.writee-commercemedia_bridge.read

Tags

Objects APIBasic1234567891011121314
ListHUBSPOT_CRM_LIST5Read a page of deals. Control what is returned via the `properties` query param.

Read a page of deals. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Deals API
ListHUBSPOT_CRM_LIST6Read a page of discounts. Control what is returned via the `properties` query param.

Read a page of discounts. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Discounts APIBasic123456789
ListHUBSPOT_CRM_LIST7Read a page of feedback submissions. Control what is returned via the `properties` query param.

Read a page of feedback submissions. Control what is returned via the `properties` query param.

Authentication

Connected account required

Tags

Feedback Submissions APIBasic12345678910
ListHUBSPOT_CRM_LIST8Read a page of fees. Control what is returned via the `properties` query param.

Read a page of fees. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Fees APIBasic1234567891011
ListHUBSPOT_CRM_LIST9Read a page of leads. Control what is returned via the `properties` query param.

Read a page of leads. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Leads APIBasic123456789101112
Merge objectsHUBSPOT_CRM_MERGE_OBJECTSMerge two object types together

Merge two object types together

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Appointments API
Merge two companiesHUBSPOT_CRM_MERGE_TWO_COMPANIESMerge two company records. Learn more about [merging records](https://knowledge.hubspot.com/records/merge-records).

Merge two company records. Learn more about [merging records](https://knowledge.hubspot.com/records/merge-records).

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Companies API
Merge two contactsHUBSPOT_CRM_MERGE_TWO_CONTACTSMerge two contact records. Learn more about [merging records](https://knowledge.hubspot.com/records/merge-records).

Merge two contact records. Learn more about [merging records](https://knowledge.hubspot.com/records/merge-records).

Authentication

Connected account required

Scopes

crm.objects.appointments.writee-commercecrm.objects.commercepayments.readcrm.objects.companies.readcrm.objects.courses.readcrm.objects.courses.writecrm.objects.quotes.readcrm.objects.carts.readcrm.objects.goals.readcrm.objects.contacts.writecrm.objects.services.readcrm.objects.quotes.writecrm.objects.appointments.readcrm.objects.line_items.readcrm.objects.deals.writecrm.objects.services.writemedia_bridge.readcrm.objects.custom.writecrm.objects.subscriptions.readcrm.objects.deals.readcrm.objects.users.readcrm.objects.line_items.writecrm.objects.invoices.readticketscrm.objects.carts.writecrm.objects.orders.readcrm.objects.goals.writecrm.objects.custom.readcrm.objects.listings.readcrm.objects.partner-clients.readcrm.objects.leads.readcrm.objects.leads.writecrm.objects.orders.writecrm.objects.invoices.writecrm.objects.companies.writecrm.objects.partner-clients.writecrm.objects.users.writecrm.objects.listings.writecrm.objects.contacts.read

Tags

Contacts API
Merge two deals with same typeHUBSPOT_CRM_MERGE_TWO_DEALS_WITH_SAME_TYPECombine two deals of the same type into a single deal.

Combine two deals of the same type into a single deal.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Deals API
Merge two objects with same typeHUBSPOT_CRM_MERGE_TWO_OBJECTS_WITH_SAME_TYPEMerge two objects with same type

Merge two objects with same type

Authentication

Connected account required

Tags

Custom Objects API
Merge two projectsHUBSPOT_CRM_MERGE_TWO_PROJECTSMerge two project records. Learn more about [merging records](https://knowledge.hubspot.com/records/merge-records).

Merge two project records. Learn more about [merging records](https://knowledge.hubspot.com/records/merge-records).

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Projects APIPublic_Object12345678910111213
Merge two ticketsHUBSPOT_CRM_MERGE_TWO_TICKETSMerge two tickets

Merge two tickets

Authentication

Connected account required

Tags

Tickets APIPublic_Object123456789101112
Moves a folderHUBSPOT_CRM_MOVES_AFOLDERThis moves the folder from its current location to a new location. It updates the parent of this folder to the new Id given.

This moves the folder from its current location to a new location. It updates the parent of this folder to the new Id given.

Authentication

Connected account required

Tags

Lists API
Moves a list to a given folderHUBSPOT_CRM_MOVES_ALIST_TO_AGIVEN_FOLDERGiven a list and a folder, the list will be moved to that folder.

Given a list and a folder, the list will be moved to that folder.

Authentication

Connected account required

Tags

Lists API
patch-/crm-object-schemas/v3/schemas/{object Type} updateHUBSPOT_CRM_PATCH_CRM_OBJECT_SCHEMAS_V3_SCHEMAS_OBJECT_TYPE_UPDATEpatch-/crm-object-schemas/v3/schemas/{object Type} update

patch-/crm-object-schemas/v3/schemas/{object Type} update

Authentication

Connected account required

Scopes

crm.objects.custom.highly_sensitive.read.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.schemas.custom.readcrm.schemas.custom.write

Tags

Schemas APICore123
patch-/crm/v3/objects/partner clients/{partner Client Id}HUBSPOT_CRM_PATCH_CRM_V3_OBJECTS_PARTNER_CLIENTS_PARTNER_CLIENT_IDUpdate a partner client by ID (`partnerClientId`) or unique property value (`idProperty`). Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Update a partner client by ID (`partnerClientId`) or unique property value (`idProperty`). Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.services.readcrm.objects.orders.readcrm.objects.contacts.readcrm.objects.listings.readcrm.objects.carts.writecrm.objects.courses.writecrm.objects.quotes.writecrm.objects.users.readcrm.objects.companies.readcrm.objects.appointments.readcrm.objects.partner-clients.writecrm.objects.leads.readcrm.objects.appointments.writecrm.objects.services.writecrm.objects.line_items.readcrm.objects.courses.readcrm.objects.deals.readcrm.objects.invoices.readcrm.objects.partner-clients.readcrm.objects.deals.writecrm.objects.line_items.writecrm.objects.listings.writecrm.objects.companies.writecrm.objects.contacts.writecrm.objects.users.writecrm.objects.commercepayments.readcrm.objects.leads.writecrm.objects.subscriptions.readcrm.objects.carts.readcrm.objects.orders.writecrm.objects.quotes.read

Tags

Partner Clients APIBasic12345678910111213141516171819202122
Perform a partial update of the pipeline identified by pipelineId.HUBSPOT_CRM_PERFORM_APARTIAL_UPDATE_OF_THE_PIPELINE_IDENTIFIED_BY_PIPELINEIDPerform a partial update of the pipeline identified by `{pipelineId}`. The updated pipeline will be returned in the response.

Perform a partial update of the pipeline identified by `{pipelineId}`. The updated pipeline will be returned in the response.

Authentication

Connected account required

Tags

Pipelines APIPipelines
Perform a search for goal targets based on various filters and criteria.HUBSPOT_CRM_PERFORM_ASEARCH_FOR_GOAL_TARGETS_BASED_ON_VARIOUS_FILTERS_AND_CRITERIAPerform a search for goal targets based on various filters and criteria.

Perform a search for goal targets based on various filters and criteria.

Authentication

Connected account required

Tags

Goals APIv3 [legacy]Search123456789101112131415161718192021222324252627
Permanently delete a contact (GDPR-compliant)HUBSPOT_CRM_PERMANENTLY_DELETE_ACONTACT_GDPR_COMPLIANTPermanently delete a contact and all associated content to follow GDPR. Use optional property `idProperty` set to `email` to identify contact by email address. If email address is not found, the email address will be added to a blocklist and prevent it from being used in the future. Learn more about [permanently deleting contacts](https://knowledge.hubspot.com/privacy-and-consent/how-do-i-perform-a-gdpr-delete-in-hubspot).

Permanently delete a contact and all associated content to follow GDPR. Use optional property `idProperty` set to `email` to identify contact by email address. If email address is not found, the email address will be added to a blocklist and prevent it from being used in the future. Learn more about [permanently deleting contacts](https://knowledge.hubspot.com/privacy-and-consent/how-do-i-perform-a-gdpr-delete-in-hubspot).

Authentication

Connected account required

Scopes

crm.objects.appointments.writee-commercecrm.objects.commercepayments.readcrm.objects.companies.readcrm.objects.courses.readcrm.objects.courses.writecrm.objects.quotes.readcrm.objects.carts.readcrm.objects.goals.readcrm.objects.contacts.writecrm.objects.services.readcrm.objects.quotes.writecrm.objects.appointments.readcrm.objects.line_items.readcrm.objects.deals.writecrm.objects.services.writemedia_bridge.readcrm.objects.custom.writecrm.objects.subscriptions.readcrm.objects.deals.readcrm.objects.users.readcrm.objects.line_items.writecrm.objects.invoices.readticketscrm.objects.carts.writecrm.objects.orders.readcrm.objects.goals.writecrm.objects.custom.readcrm.objects.listings.readcrm.objects.partner-clients.readcrm.objects.leads.readcrm.objects.leads.writecrm.objects.orders.writecrm.objects.invoices.writecrm.objects.companies.writecrm.objects.partner-clients.writecrm.objects.users.writecrm.objects.listings.writecrm.objects.contacts.read

Tags

Contacts API
post-/crm/associations/v4/definitions/configurations/{from Object Type}/{to Object Type}/batch/create batch CreateHUBSPOT_CRM_POST_CRM_ASSOCIATIONS_V4_DEFINITIONS_CONFIGURATIONS_FROM_OBJECT_TYPE_TO_OBJECT_TYPE_BATCH_CREATE_BATCH_CREATEpost-/crm/associations/v4/definitions/configurations/{from Object Type}/{to Object Type}/batch/create batch Create

post-/crm/associations/v4/definitions/configurations/{from Object Type}/{to Object Type}/batch/create batch Create

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Associations V4 Schema API
post-/crm/associations/v4/definitions/configurations/{from Object Type}/{to Object Type}/batch/purge batch RemoveHUBSPOT_CRM_POST_CRM_ASSOCIATIONS_V4_DEFINITIONS_CONFIGURATIONS_FROM_OBJECT_TYPE_TO_OBJECT_TYPE_BATCH_PURGE_BATCH_REMOVEpost-/crm/associations/v4/definitions/configurations/{from Object Type}/{to Object Type}/batch/purge batch Remove

post-/crm/associations/v4/definitions/configurations/{from Object Type}/{to Object Type}/batch/purge batch Remove

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Associations V4 Schema API
post-/crm/associations/v4/definitions/configurations/{from Object Type}/{to Object Type}/batch/update batch UpdateHUBSPOT_CRM_POST_CRM_ASSOCIATIONS_V4_DEFINITIONS_CONFIGURATIONS_FROM_OBJECT_TYPE_TO_OBJECT_TYPE_BATCH_UPDATE_BATCH_UPDATEpost-/crm/associations/v4/definitions/configurations/{from Object Type}/{to Object Type}/batch/update batch Update

post-/crm/associations/v4/definitions/configurations/{from Object Type}/{to Object Type}/batch/update batch Update

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Associations V4 Schema API
post-/crm/associations/v4/{from Object Type}/{to Object Type}/labels createHUBSPOT_CRM_POST_CRM_ASSOCIATIONS_V4_FROM_OBJECT_TYPE_TO_OBJECT_TYPE_LABELS_CREATEpost-/crm/associations/v4/{from Object Type}/{to Object Type}/labels create

post-/crm/associations/v4/{from Object Type}/{to Object Type}/labels create

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Associations V4 Schema API
post-/crm/extensions/cards-dev/2026-03/{app Id}/views/migrate_/crm/v3/extensions/cards-dev/{app Id}/views/migrateHUBSPOT_CRM_POST_CRM_EXTENSIONS_CARDS_DEV202603_APP_ID_VIEWS_MIGRATE_CRM_V3_EXTENSIONS_CARDS_DEV_APP_ID_VIEWS_MIGRATE**How to use the Migrate CRM card views endpoint:** `POST /crm/extensions/cards-dev/2026-03/{appId}/views/migrate` - Authentication: Developer API key (`developer_hapikey`) - Path parameter: `appId` (integer) — your app ID **Request body (JSON):** | Field | Type | Required | | --- | --- | --- | | `legacyCrmCardId` | integer (int64) | Yes | | `appCardId` | integer (int64) | Yes | | `helpdeskAppCardId` | integer (int64) | No | **Example** **request**: ``` { "legacyCrmCardId": 123456, "appCardId": 789012, "helpdeskAppCardId": 111213} ``` **Response (200):** Returns an object with a `message` string confirming the migration. This endpoint migrates views from a legacy CRM card to a newer app card. You provide the IDs of both the legacy and new cards. [Migrate CRM card views](https://developers.hubspot.com/docs/api-reference/latest/crm/extensions/crm-cards/migrate-crm-card)

**How to use the Migrate CRM card views endpoint:** `POST /crm/extensions/cards-dev/2026-03/{appId}/views/migrate` - Authentication: Developer API key (`developer_hapikey`) - Path parameter: `appId` (integer) — your app ID **Request body (JSON):** | Field | Type | Required | | --- | --- | --- | | `legacyCrmCardId` | integer (int64) | Yes | | `appCardId` | integer (int64) | Yes | | `helpdeskAppCardId` | integer (int64) | No | **Example** **request**: ``` { "legacyCrmCardId": 123456, "appCardId": 789012, "helpdeskAppCardId": 111213} ``` **Response (200):** Returns an object with a `message` string confirming the migration. This endpoint migrates views from a legacy CRM card to a newer app card. You provide the IDs of both the legacy and new cards. [Migrate CRM card views](https://developers.hubspot.com/docs/api-reference/latest/crm/extensions/crm-cards/migrate-crm-card)

Authentication

Connected account required

Tags

CRM Cards API2026-03Migrate
post-/crm-object-schemas/v3/schemas createHUBSPOT_CRM_POST_CRM_OBJECT_SCHEMAS_V3_SCHEMAS_CREATEpost-/crm-object-schemas/v3/schemas create

post-/crm-object-schemas/v3/schemas create

Authentication

Connected account required

Scopes

crm.objects.custom.highly_sensitive.read.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.schemas.custom.readcrm.schemas.custom.write

Tags

Schemas APICore123
post-/crm-object-schemas/v3/schemas/{object Type}/associations create AssociationHUBSPOT_CRM_POST_CRM_OBJECT_SCHEMAS_V3_SCHEMAS_OBJECT_TYPE_ASSOCIATIONS_CREATE_ASSOCIATIONpost-/crm-object-schemas/v3/schemas/{object Type}/associations create Association

post-/crm-object-schemas/v3/schemas/{object Type}/associations create Association

Authentication

Connected account required

Scopes

crm.objects.custom.highly_sensitive.read.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.schemas.custom.readcrm.schemas.custom.write

Tags

Schemas APICore123
post-/crm/v3/objects/discounts/searchHUBSPOT_CRM_POST_CRM_V3_OBJECTS_DISCOUNTS_SEARCHpost-/crm/v3/objects/discounts/search

post-/crm/v3/objects/discounts/search

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Discounts APISearch1234567
post-/crm/v3/objects/fees/searchHUBSPOT_CRM_POST_CRM_V3_OBJECTS_FEES_SEARCHpost-/crm/v3/objects/fees/search

post-/crm/v3/objects/fees/search

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Fees APISearch123456789
post-/crm/v3/objects/invoices/search do SearchHUBSPOT_CRM_POST_CRM_V3_OBJECTS_INVOICES_SEARCH_DO_SEARCHpost-/crm/v3/objects/invoices/search do Search

post-/crm/v3/objects/invoices/search do Search

Authentication

Connected account required

Scopes

crm.objects.deals.writecrm.objects.contacts.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.contacts.writecrm.objects.line_items.readcrm.objects.quotes.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.invoices.readcrm.objects.deals.read

Tags

Invoices APISearch12345678910111213141516171819
post-/crm/v3/objects/leads/search do SearchHUBSPOT_CRM_POST_CRM_V3_OBJECTS_LEADS_SEARCH_DO_SEARCHpost-/crm/v3/objects/leads/search do Search

post-/crm/v3/objects/leads/search do Search

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Leads APISearch12345678910
post-/crm/v3/objects/line items/search do SearchHUBSPOT_CRM_POST_CRM_V3_OBJECTS_LINE_ITEMS_SEARCH_DO_SEARCHpost-/crm/v3/objects/line items/search do Search

post-/crm/v3/objects/line items/search do Search

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Line Items APISearch1234567891011
post-/crm/v3/objects/partner clients/batch/readHUBSPOT_CRM_POST_CRM_V3_OBJECTS_PARTNER_CLIENTS_BATCH_READRetrieve a batch of partner clients by ID (`partnerClientId`) or unique property value (`idProperty`).

Retrieve a batch of partner clients by ID (`partnerClientId`) or unique property value (`idProperty`).

Authentication

Connected account required

Scopes

crm.objects.services.readcrm.objects.orders.readcrm.objects.contacts.readcrm.objects.listings.readcrm.objects.carts.writecrm.objects.courses.writecrm.objects.quotes.writecrm.objects.users.readcrm.objects.companies.readcrm.objects.appointments.readcrm.objects.partner-clients.writecrm.objects.leads.readcrm.objects.appointments.writecrm.objects.services.writecrm.objects.line_items.readcrm.objects.courses.readcrm.objects.deals.readcrm.objects.invoices.readcrm.objects.partner-clients.readcrm.objects.deals.writecrm.objects.line_items.writecrm.objects.listings.writecrm.objects.companies.writecrm.objects.contacts.writecrm.objects.users.writecrm.objects.commercepayments.readcrm.objects.leads.writecrm.objects.subscriptions.readcrm.objects.carts.readcrm.objects.orders.writecrm.objects.quotes.read

Tags

Partner Clients APIBatch123456789101112131415161718192021222324
post-/crm/v3/objects/partner clients/batch/updateHUBSPOT_CRM_POST_CRM_V3_OBJECTS_PARTNER_CLIENTS_BATCH_UPDATEUpdate a batch of partner clients by ID (`partnerClientId`) or unique property value (`idProperty`). Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Update a batch of partner clients by ID (`partnerClientId`) or unique property value (`idProperty`). Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.services.readcrm.objects.orders.readcrm.objects.contacts.readcrm.objects.listings.readcrm.objects.carts.writecrm.objects.courses.writecrm.objects.quotes.writecrm.objects.users.readcrm.objects.companies.readcrm.objects.appointments.readcrm.objects.partner-clients.writecrm.objects.leads.readcrm.objects.appointments.writecrm.objects.services.writecrm.objects.line_items.readcrm.objects.courses.readcrm.objects.deals.readcrm.objects.invoices.readcrm.objects.partner-clients.readcrm.objects.deals.writecrm.objects.line_items.writecrm.objects.listings.writecrm.objects.companies.writecrm.objects.contacts.writecrm.objects.users.writecrm.objects.commercepayments.readcrm.objects.leads.writecrm.objects.subscriptions.readcrm.objects.carts.readcrm.objects.orders.writecrm.objects.quotes.read

Tags

Partner Clients APIBatch123456789101112131415161718192021222324
post-/crm/v3/objects/partner clients/searchHUBSPOT_CRM_POST_CRM_V3_OBJECTS_PARTNER_CLIENTS_SEARCHSearch for partner clients by filtering on properties, searching through associations, and sorting results. Learn more about [CRM search](https://developers.hubspot.com/docs/guides/api/crm/search#make-a-search-request).

Search for partner clients by filtering on properties, searching through associations, and sorting results. Learn more about [CRM search](https://developers.hubspot.com/docs/guides/api/crm/search#make-a-search-request).

Authentication

Connected account required

Scopes

crm.objects.services.readcrm.objects.orders.readcrm.objects.contacts.readcrm.objects.listings.readcrm.objects.carts.writecrm.objects.courses.writecrm.objects.quotes.writecrm.objects.users.readcrm.objects.companies.readcrm.objects.appointments.readcrm.objects.partner-clients.writecrm.objects.leads.readcrm.objects.appointments.writecrm.objects.services.writecrm.objects.line_items.readcrm.objects.courses.readcrm.objects.deals.readcrm.objects.invoices.readcrm.objects.partner-clients.readcrm.objects.deals.writecrm.objects.line_items.writecrm.objects.listings.writecrm.objects.companies.writecrm.objects.contacts.writecrm.objects.users.writecrm.objects.commercepayments.readcrm.objects.leads.writecrm.objects.subscriptions.readcrm.objects.carts.readcrm.objects.orders.writecrm.objects.quotes.read

Tags

Partner Clients APISearch1234567891011121314151617181920
post-/crm/v3/objects/partner services/searchHUBSPOT_CRM_POST_CRM_V3_OBJECTS_PARTNER_SERVICES_SEARCHpost-/crm/v3/objects/partner services/search

post-/crm/v3/objects/partner services/search

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Partner Services APISearch1234567891011121314151617181920212223242526
post-/crm/v3/objects/payments/searchHUBSPOT_CRM_POST_CRM_V3_OBJECTS_PAYMENTS_SEARCHpost-/crm/v3/objects/payments/search

post-/crm/v3/objects/payments/search

Authentication

Connected account required

Tags

Payments APISearch1234567891011121314
post-/crm/v3/objects/products/search do SearchHUBSPOT_CRM_POST_CRM_V3_OBJECTS_PRODUCTS_SEARCH_DO_SEARCHpost-/crm/v3/objects/products/search do Search

post-/crm/v3/objects/products/search do Search

Authentication

Connected account required

Tags

Products APISearch123456789101112131415
post-/crm/v3/objects/quotes/search do SearchHUBSPOT_CRM_POST_CRM_V3_OBJECTS_QUOTES_SEARCH_DO_SEARCHpost-/crm/v3/objects/quotes/search do Search

post-/crm/v3/objects/quotes/search do Search

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Quotes APISearch12345678910111213141516
post-/crm/v3/objects/subscriptions/searchHUBSPOT_CRM_POST_CRM_V3_OBJECTS_SUBSCRIPTIONS_SEARCHpost-/crm/v3/objects/subscriptions/search

post-/crm/v3/objects/subscriptions/search

Authentication

Connected account required

Tags

Commerce Subscriptions APISearch12
post-/crm/v3/objects/taxes/search do SearchHUBSPOT_CRM_POST_CRM_V3_OBJECTS_TAXES_SEARCH_DO_SEARCHpost-/crm/v3/objects/taxes/search do Search

post-/crm/v3/objects/taxes/search do Search

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Taxes APISearch1234567891011121314151617
put-/crm/associations/v4/{from Object Type}/{to Object Type}/labels updateHUBSPOT_CRM_PUT_CRM_ASSOCIATIONS_V4_FROM_OBJECT_TYPE_TO_OBJECT_TYPE_LABELS_UPDATEput-/crm/associations/v4/{from Object Type}/{to Object Type}/labels update

put-/crm/associations/v4/{from Object Type}/{to Object Type}/labels update

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Associations V4 Schema API
put-/crm/objects/2026-03/{from Object Type}/{from Object Id}/associations/default/{to Object Type}/{to Object Id}_/crm/objects/2026-03/{from Object Type}/{from Object Id}/associations/default/{to Object Type}/{to Object Id}HUBSPOT_CRM_PUT_CRM_OBJECTS202603_FROM_OBJECT_TYPE_FROM_OBJECT_ID_ASSOCIATIONS_DEFAULT_TO_OBJECT_TYPE_TO_OBJECT_ID_CRM_OBJECTS202603_FROM_OBJECT_TYPE_FROM_OBJECT_ID_ASSOCIATIONS_DEFAULT_TO_OBJECT_TYPE_TO_OBJECT_IDput-/crm/objects/2026-03/{from Object Type}/{from Object Id}/associations/default/{to Object Type}/{to Object Id}_/crm/objects/2026-03/{from Object Type}/{from Object Id}/associations/default/{to Object Type}/{to Object Id}

put-/crm/objects/2026-03/{from Object Type}/{from Object Id}/associations/default/{to Object Type}/{to Object Id}_/crm/objects/2026-03/{from Object Type}/{from Object Id}/associations/default/{to Object Type}/{to Object Id}

Authentication

Connected account required

Scopes

crm-public-object-api-accesscrm.objects.goals.readcrm.objects.goals.writeoauthoauth-access

Tags

Goals API2026-03 [latest]Batch123456789101112131415161718192021222324252627282930313233
put-/crm/objects/2026-03/{object Type}/{object Id}/associations/{to Object Type}/{to Object Id}_/crm/objects/2026-03/{object Type}/{object Id}/associations/{to Object Type}/{to Object Id}HUBSPOT_CRM_PUT_CRM_OBJECTS202603_OBJECT_TYPE_OBJECT_ID_ASSOCIATIONS_TO_OBJECT_TYPE_TO_OBJECT_ID_CRM_OBJECTS202603_OBJECT_TYPE_OBJECT_ID_ASSOCIATIONS_TO_OBJECT_TYPE_TO_OBJECT_IDput-/crm/objects/2026-03/{object Type}/{object Id}/associations/{to Object Type}/{to Object Id}_/crm/objects/2026-03/{object Type}/{object Id}/associations/{to Object Type}/{to Object Id}

put-/crm/objects/2026-03/{object Type}/{object Id}/associations/{to Object Type}/{to Object Id}_/crm/objects/2026-03/{object Type}/{object Id}/associations/{to Object Type}/{to Object Id}

Authentication

Connected account required

Scopes

crm-public-object-api-accesscrm.objects.goals.readcrm.objects.goals.writeoauthoauth-access

Tags

Goals API2026-03 [latest]Basic123456789101112131415161718192021222324252627282930
ReadHUBSPOT_CRM_READBatch read associations for objects to specific object type. The 'after' field in a returned paging object can be added alongside the 'id' to retrieve the next page of associations from that objectId. The 'link' field is deprecated and should be ignored.

Batch read associations for objects to specific object type. The 'after' field in a returned paging object can be added alongside the 'id' to retrieve the next page of associations from that objectId. The 'link' field is deprecated and should be ignored.

Authentication

Connected account required

Scopes

ticketscrm.objects.goals.readcrm.objects.custom.readcrm.objects.custom.writee-commercemedia_bridge.read

Tags

Flexible Associations V4 APIBatch12
Read a batch of appointments by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_APPOINTMENTS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRetrieve records by record ID or include the `idProperty` parameter to retrieve records by a custom unique value property.

Retrieve records by record ID or include the `idProperty` parameter to retrieve records by a custom unique value property.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Appointments API
Read a batch of carts by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_CARTS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of carts by internal ID, or unique property values

Read a batch of carts by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Carts APIBatch123
Read a batch of commerce payments by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_COMMERCE_PAYMENTS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of commerce payments by internal ID, or unique property values

Read a batch of commerce payments by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Commerce Payments APIBatch1234
Read a batch of courses by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_COURSES_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRetrieve records by record ID or include the `idProperty` parameter to retrieve records by a custom unique value property.

Retrieve records by record ID or include the `idProperty` parameter to retrieve records by a custom unique value property.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Courses API
Read a batch of deal split objects by their associated deal object internal IDHUBSPOT_CRM_READ_ABATCH_OF_DEAL_SPLIT_OBJECTS_BY_THEIR_ASSOCIATED_DEAL_OBJECT_INTERNAL_IDRead a batch of deal split objects by their associated deal object internal ID

Read a batch of deal split objects by their associated deal object internal ID

Authentication

Connected account required

Scopes

crm.dealsplits.read_write

Tags

Deal Splits APIBatch12345678910
Read a batch of deals by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_DEALS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRetrieve records by record ID or include the `idProperty` parameter to retrieve records by a custom unique value property.

Retrieve records by record ID or include the `idProperty` parameter to retrieve records by a custom unique value property.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Deals API
Read a batch of discounts by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_DISCOUNTS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of discounts by internal ID, or unique property values

Read a batch of discounts by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Discounts APIBatch1234567891011
Read a batch of feedback submissions by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_FEEDBACK_SUBMISSIONS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of feedback submissions by internal ID, or unique property values

Read a batch of feedback submissions by internal ID, or unique property values

Authentication

Connected account required

Tags

Feedback Submissions APIBatch123456789101112
Read a batch of fees by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_FEES_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of fees by internal ID, or unique property values

Read a batch of fees by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Fees APIBatch12345678910111213
Read a batch of goal targets by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_GOAL_TARGETS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of goal targets by internal ID, or unique property values

Read a batch of goal targets by internal ID, or unique property values

Authentication

Connected account required

Tags

Goals APIv3 [legacy]Batch1234567891011121314151617181920212223242526272829303132
Read a batch of invoices by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_INVOICES_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of invoices by internal ID, or unique property values

Read a batch of invoices by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.deals.writecrm.objects.contacts.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.contacts.writecrm.objects.line_items.readcrm.objects.quotes.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.invoices.readcrm.objects.deals.read

Tags

Invoices APIBatch1234567891011121314151617181920212223
Read a batch of leads by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_LEADS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of leads by internal ID, or unique property values

Read a batch of leads by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Leads APIBatch1234567891011121314
Read a batch of line items by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_LINE_ITEMS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of line items by internal ID, or unique property values

Read a batch of line items by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Line Items APIBatch123456789101112131415
Read a batch of listings by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_LISTINGS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRetrieve records by record ID or include the `idProperty` parameter to retrieve records by a custom unique value property.

Retrieve records by record ID or include the `idProperty` parameter to retrieve records by a custom unique value property.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Listings API
Read a batch of objects by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_OBJECTS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of objects by internal ID, or unique property values

Read a batch of objects by internal ID, or unique property values

Authentication

Connected account required

Scopes

ticketscrm.objects.goals.readcrm.objects.custom.readcrm.objects.custom.writee-commercemedia_bridge.read

Tags

Objects APIBatch12345678910111213141516
Read a batch of orders by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_ORDERS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of orders by internal ID, or unique property values

Read a batch of orders by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Orders APIBatch1234567891011121314151617
Read a batch of partner services by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_PARTNER_SERVICES_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRetrieve records by record ID or include the `idProperty` parameter to retrieve records by a custom unique value property.

Retrieve records by record ID or include the `idProperty` parameter to retrieve records by a custom unique value property.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Partner Services APIBatch12345678910111213141516171819202122232425262728293031
Read a batch of payments by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_PAYMENTS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of payments by internal ID, or unique property values

Read a batch of payments by internal ID, or unique property values

Authentication

Connected account required

Tags

Payments APIBatch123456789101112131415161718
Read a batch of products by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_PRODUCTS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of products by internal ID, or unique property values

Read a batch of products by internal ID, or unique property values

Authentication

Connected account required

Tags

Products APIBatch12345678910111213141516171819
Read a batch of projectsHUBSPOT_CRM_READ_ABATCH_OF_PROJECTSRetrieve records by record ID or include the idProperty parameter to retrieve records by a custom unique value property.

Retrieve records by record ID or include the idProperty parameter to retrieve records by a custom unique value property.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Projects APIBatch123456789101112131415161718192021222324252627282930
Read a batch of propertiesHUBSPOT_CRM_READ_ABATCH_OF_PROPERTIESRead a provided list of properties.

Read a provided list of properties.

Authentication

Connected account required

Tags

Properties APIBatch12345678910111213141516171819202122232425
Read a batch of quotes by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_QUOTES_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of quotes by internal ID, or unique property values

Read a batch of quotes by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Quotes APIBatch1234567891011121314151617181920
Read a batch of services by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_SERVICES_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRetrieve records by record ID or include the `idProperty` parameter to retrieve records by a custom unique value property.

Retrieve records by record ID or include the `idProperty` parameter to retrieve records by a custom unique value property.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Services API
Read a batch of subscriptions by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_SUBSCRIPTIONS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRetrieve records by record ID or include the `idProperty` parameter to retrieve records by a custom unique value property.

Retrieve records by record ID or include the `idProperty` parameter to retrieve records by a custom unique value property.

Authentication

Connected account required

Scopes

crm.objects.deals.readcrm.objects.subscriptions.readcrm.objects.services.readcrm.objects.orders.readcrm.objects.listings.writecrm.objects.custom.readcrm.objects.companies.writecrm.objects.custom.sensitive.write.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.appointments.sensitive.read.v2crm.objects.contacts.highly_sensitive.read.v2crm.objects.companies.sensitive.read.v2media_bridge.readcrm.objects.deals.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.companies.highly_sensitive.read.v2crm.objects.commercepayments.writecrm.objects.invoices.writecrm.objects.contacts.sensitive.write.v2crm.objects.users.writecrm.objects.custom.sensitive.read.v2crm.objects.users.readcrm.objects.partner-services.readcrm.objects.orders.writecrm.objects.partner-services.writecrm.objects.appointments.writecrm.objects.carts.writeticketscrm.objects.commercepayments.readcrm.objects.products.writecrm.objects.services.writecrm.objects.subscriptions.writecrm.objects.deals.sensitive.write.v2crm.objects.contacts.readcrm.objects.appointments.sensitive.write.v2crm.objects.invoices.readtickets.sensitive.v2crm.objects.custom.writecrm.objects.deals.writee-commercecrm.objects.appointments.readcrm.objects.companies.sensitive.write.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.custom.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.goals.writecrm.objects.line_items.writecrm.objects.contacts.writecrm.objects.goals.readcrm.objects.partner-clients.writecrm.objects.line_items.readcrm.objects.deals.sensitive.read.v2tickets.highly_sensitive.v2crm.objects.quotes.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.carts.readcrm.objects.quotes.readcrm.objects.courses.writecrm.objects.partner-clients.readcrm.objects.courses.readcrm.objects.listings.readcrm.objects.contacts.sensitive.read.v2crm.objects.products.read

Tags

Commerce Subscriptions API
Read a batch of taxes by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_TAXES_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of taxes by internal ID, or unique property values

Read a batch of taxes by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Taxes APIBatch123456789101112131415161718192021
Read a batch of tickets by internal ID, or unique property valuesHUBSPOT_CRM_READ_ABATCH_OF_TICKETS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of tickets by internal ID, or unique property values

Read a batch of tickets by internal ID, or unique property values

Authentication

Connected account required

Tags

Tickets APIBatch12345678910111213141516171819202122
Read all propertiesHUBSPOT_CRM_READ_ALL_PROPERTIESRead all existing properties for the specified object type and HubSpot account.

Read all existing properties for the specified object type and HubSpot account.

Authentication

Connected account required

Tags

Properties APICore12
Read all property groupsHUBSPOT_CRM_READ_ALL_PROPERTY_GROUPSRead all existing property groups for the specified object type and HubSpot account.

Read all existing property groups for the specified object type and HubSpot account.

Authentication

Connected account required

Tags

Properties APIGroups
Read all property validation rules for an objectHUBSPOT_CRM_READ_ALL_PROPERTY_VALIDATION_RULES_FOR_AN_OBJECTRead all properties with validation rules for a given object.

Read all properties with validation rules for a given object.

Authentication

Connected account required

Tags

Property Validations APIPublic_Property_Validations
Read a propertyHUBSPOT_CRM_READ_APROPERTYRead a property identified by {propertyName}.

Read a property identified by {propertyName}.

Authentication

Connected account required

Tags

Properties APICore12
Read a property groupHUBSPOT_CRM_READ_APROPERTY_GROUPRead a property group identified by {groupName}.

Read a property group identified by {groupName}.

Authentication

Connected account required

Tags

Properties APIGroups
Read association label limitsHUBSPOT_CRM_READ_ASSOCIATION_LABEL_LIMITSReturns limits and usage for custom association labels

Returns limits and usage for custom association labels

Authentication

Connected account required

Tags

Limits Tracking APILimits
Read calculation property limitsHUBSPOT_CRM_READ_CALCULATION_PROPERTY_LIMITSReturns overall limit and per object usage for calculated properties

Returns overall limit and per object usage for calculated properties

Authentication

Connected account required

Tags

Limits Tracking APILimits
Read custom object limitsHUBSPOT_CRM_READ_CUSTOM_OBJECT_LIMITSReturns limits and usage for custom object schemas

Returns limits and usage for custom object schemas

Authentication

Connected account required

Tags

Limits Tracking APILimits
Read custom property limitsHUBSPOT_CRM_READ_CUSTOM_PROPERTY_LIMITSReturns limits and usage per object for custom properties

Returns limits and usage per object for custom properties

Authentication

Connected account required

Tags

Limits Tracking APILimits
Read pipeline limitsHUBSPOT_CRM_READ_PIPELINE_LIMITSReturns limits and usage per object for pipelines

Returns limits and usage per object for pipelines

Authentication

Connected account required

Tags

Limits Tracking APILimits
Read record association limitsHUBSPOT_CRM_READ_RECORD_ASSOCIATION_LIMITSReturns objects with records approaching or at association limits

Returns objects with records approaching or at association limits

Authentication

Connected account required

Tags

Limits Tracking APILimits
Read record association limits between two objectsHUBSPOT_CRM_READ_RECORD_ASSOCIATION_LIMITS_BETWEEN_TWO_OBJECTSReturns records approaching or at association limits between two objects

Returns records approaching or at association limits between two objects

Authentication

Connected account required

Tags

Limits Tracking APILimits
Read record association limits from an objectHUBSPOT_CRM_READ_RECORD_ASSOCIATION_LIMITS_FROM_AN_OBJECTReturns objects for which the from object has records approaching or at association limits

Returns objects for which the from object has records approaching or at association limits

Authentication

Connected account required

Tags

Limits Tracking APILimits
Read record limitsHUBSPOT_CRM_READ_RECORD_LIMITSReturns limits and usage per object for records

Returns limits and usage per object for records

Authentication

Connected account required

Tags

Limits Tracking APILimits
Read validation rules for a propertyHUBSPOT_CRM_READ_VALIDATION_RULES_FOR_APROPERTYRead a property's validation rules identified by {propertyName}.

Read a property's validation rules identified by {propertyName}.

Authentication

Connected account required

Tags

Property Validations APIPublic_Property_Validations
ReadHUBSPOT_CRM_READ1Read an Object identified by `{cartId}`. `{cartId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{cartId}`. `{cartId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Carts APIBasic1
ReadHUBSPOT_CRM_READ10Read an Object identified by `{lineItemId}`. `{lineItemId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{lineItemId}`. `{lineItemId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Line Items APIBasic12345678910111213
ReadHUBSPOT_CRM_READ11Read an Object identified by `{orderId}`. `{orderId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{orderId}`. `{orderId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Orders APIBasic123456789101112131415
ReadHUBSPOT_CRM_READ12Read an Object identified by `{paymentsId}`. `{paymentsId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{paymentsId}`. `{paymentsId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Tags

Payments APIBasic12345678910111213141516
ReadHUBSPOT_CRM_READ13Read an Object identified by `{productId}`. `{productId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{productId}`. `{productId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Tags

Products APIBasic1234567891011121314151617
ReadHUBSPOT_CRM_READ14Read an Object identified by `{quoteId}`. `{quoteId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{quoteId}`. `{quoteId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Quotes APIBasic123456789101112131415161718
ReadHUBSPOT_CRM_READ15Read an Object identified by `{taxId}`. `{taxId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{taxId}`. `{taxId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Taxes APIBasic12345678910111213141516171819
ReadHUBSPOT_CRM_READ16Read an Object identified by `{ticketId}`. `{ticketId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{ticketId}`. `{ticketId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Tags

Tickets APIBasic1234567891011121314151617181920
ReadHUBSPOT_CRM_READ17Read an Object identified by `{invoiceId}`. `{invoiceId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{invoiceId}`. `{invoiceId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.deals.writecrm.objects.contacts.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.contacts.writecrm.objects.line_items.readcrm.objects.quotes.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.invoices.readcrm.objects.deals.read

Tags

Invoices APIBasic123456789101112131415161718192021
ReadHUBSPOT_CRM_READ18Read an Object identified by `{courseId}`. `{courseId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{courseId}`. `{courseId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Courses API
ReadHUBSPOT_CRM_READ19Read an Object identified by `{appointmentId}`. `{appointmentId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{appointmentId}`. `{appointmentId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Appointments API
ReadHUBSPOT_CRM_READ2Read a payment identified by its ID. Include an optional `properties` query parameter to control the properties that are returned.

Read a payment identified by its ID. Include an optional `properties` query parameter to control the properties that are returned.

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Commerce Payments APIBasic12
ReadHUBSPOT_CRM_READ20Read an Object identified by `{serviceId}`. `{serviceId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{serviceId}`. `{serviceId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Services API
ReadHUBSPOT_CRM_READ21Read an Object identified by `{projectId}`. `{projectId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{projectId}`. `{projectId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Projects APIBasic123456789101112131415161718192021222324252627
ReadHUBSPOT_CRM_READ22Read an Object identified by `{partnerServiceId}`. `{partnerServiceId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{partnerServiceId}`. `{partnerServiceId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Partner Services APIBasic12345678910111213141516171819202122232425262728
ReadHUBSPOT_CRM_READ23Read an Object identified by `{goalTargetId}`. `{goalTargetId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{goalTargetId}`. `{goalTargetId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Tags

Goals APIv3 [legacy]Basic1234567891011121314151617181920212223242526272829
ReadHUBSPOT_CRM_READ3Read an Object identified by `{subscriptionId}`. `{subscriptionId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{subscriptionId}`. `{subscriptionId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Tags

Commerce Subscriptions APIBasic123
ReadHUBSPOT_CRM_READ4Read an Object identified by `{objectId}`. `{objectId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{objectId}`. `{objectId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

ticketscrm.objects.goals.readcrm.objects.custom.readcrm.objects.custom.writee-commercemedia_bridge.read

Tags

Objects APIBasic1234567891011121314
ReadHUBSPOT_CRM_READ5Read an Object identified by `{dealId}`. `{dealId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{dealId}`. `{dealId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Deals API
ReadHUBSPOT_CRM_READ6Read an Object identified by `{discountId}`. `{discountId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{discountId}`. `{discountId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Discounts APIBasic123456789
ReadHUBSPOT_CRM_READ7Read an Object identified by `{feedbackSubmissionId}`. `{feedbackSubmissionId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{feedbackSubmissionId}`. `{feedbackSubmissionId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Tags

Feedback Submissions APIBasic12345678910
ReadHUBSPOT_CRM_READ8Read an Object identified by `{feeId}`. `{feeId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{feeId}`. `{feeId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Fees APIBasic1234567891011
ReadHUBSPOT_CRM_READ9Read an Object identified by `{leadsId}`. `{leadsId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{leadsId}`. `{leadsId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Leads APIBasic123456789101112
Remove an association between two CRM objects.HUBSPOT_CRM_REMOVE_AN_ASSOCIATION_BETWEEN_TWO_CRM_OBJECTSDelete the specified association between two CRM objects.

Delete the specified association between two CRM objects.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Appointments API
Remove an association between two partner clientsHUBSPOT_CRM_REMOVE_AN_ASSOCIATION_BETWEEN_TWO_PARTNER_CLIENTSRemove an association between two partner clients

Remove an association between two partner clients

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Partner Clients API
Remove an association between two partner servicesHUBSPOT_CRM_REMOVE_AN_ASSOCIATION_BETWEEN_TWO_PARTNER_SERVICESRemove an association between two partner services

Remove an association between two partner services

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Partner Services APIAssociations1
Remove Records from a ListHUBSPOT_CRM_REMOVE_RECORDS_FROM_ALISTRemove the records provided from the list. Records that do not exist or that are not members of the list are ignored. This endpoint only works for lists that have a `processingType` of `MANUAL` or `SNAPSHOT`.

Remove the records provided from the list. Records that do not exist or that are not members of the list are ignored. This endpoint only works for lists that have a `processingType` of `MANUAL` or `SNAPSHOT`.

Authentication

Connected account required

Tags

Lists APIMemberships
Rename a folderHUBSPOT_CRM_RENAME_AFOLDERRenames the given folderId with a new name.

Renames the given folderId with a new name.

Authentication

Connected account required

Tags

Lists API
Replace a pipelineHUBSPOT_CRM_REPLACE_APIPELINEReplace all the properties of an existing pipeline with the values provided. This will overwrite any existing pipeline stages. The updated pipeline will be returned in the response.

Replace all the properties of an existing pipeline with the values provided. This will overwrite any existing pipeline stages. The updated pipeline will be returned in the response.

Authentication

Connected account required

Tags

Pipelines APIPipelines
Replace a pipeline stageHUBSPOT_CRM_REPLACE_APIPELINE_STAGEReplace all the properties of an existing pipeline stage with the values provided. The updated stage will be returned in the response.

Replace all the properties of an existing pipeline stage with the values provided. The updated stage will be returned in the response.

Authentication

Connected account required

Tags

Pipelines APIPipeline Stages
ReportHUBSPOT_CRM_REPORTRequests a report of all objects in the portal which have a high usage of associations

Requests a report of all objects in the portal which have a high usage of associations

Authentication

Connected account required

Tags

Associations V4 API
Restore a ListHUBSPOT_CRM_RESTORE_ALISTRestore a previously deleted list by **ILS list ID**. Deleted lists are eligible to be restored up-to 90-days after the list has been deleted.

Restore a previously deleted list by **ILS list ID**. Deleted lists are eligible to be restored up-to 90-days after the list has been deleted.

Authentication

Connected account required

Tags

Lists API
Retrieve a batch of companiesHUBSPOT_CRM_RETRIEVE_ABATCH_OF_COMPANIESRetrieve a batch of companies

Retrieve a batch of companies

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Companies APIBatch123456
Retrieve a batch of contactsHUBSPOT_CRM_RETRIEVE_ABATCH_OF_CONTACTSRetrieve a batch of contacts

Retrieve a batch of contacts

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Contacts APIBatch1234567
Retrieve account flag stateHUBSPOT_CRM_RETRIEVE_ACCOUNT_FLAG_STATERetrieve account flag state

Retrieve account flag state

Authentication

Connected account required

Tags

Feature Flags APIfeature-flagsv3{appId}flags{flagName}portals{portalId}
Retrieve accounts with a set flag stateHUBSPOT_CRM_RETRIEVE_ACCOUNTS_WITH_ASET_FLAG_STATERetrieve accounts with a set flag state

Retrieve accounts with a set flag state

Authentication

Connected account required

Tags

Feature Flags APIfeature-flagsv3{appId}flags{flagName}portals
Retrieve a companyHUBSPOT_CRM_RETRIEVE_ACOMPANYRead an Object identified by `{companyId}`. `{companyId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{companyId}`. `{companyId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Companies APIBasic1234
Retrieve a contactHUBSPOT_CRM_RETRIEVE_ACONTACTRead an Object identified by `{contactId}`. `{contactId}` refers to the internal object ID. Control what is returned via the `properties` query param.

Read an Object identified by `{contactId}`. `{contactId}` refers to the internal object ID. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Contacts APIBasic12345
Retrieve a goal targetHUBSPOT_CRM_RETRIEVE_AGOAL_TARGETRetrieve a goal target by its ID. You can specify what is returned using the `properties` query parameter.

Retrieve a goal target by its ID. You can specify what is returned using the `properties` query parameter.

Authentication

Connected account required

Scopes

crm-public-object-api-accesscrm.objects.goals.readcrm.objects.goals.writeoauthoauth-access

Tags

Goals API2026-03 [latest]Basic123456789101112131415161718192021222324252627282930
Retrieve a list of all custom forecast types available.HUBSPOT_CRM_RETRIEVE_ALIST_OF_ALL_CUSTOM_FORECAST_TYPES_AVAILABLERetrieve a list of all custom forecast types available (excludes the default forecast type of 0).

Retrieve a list of all custom forecast types available (excludes the default forecast type of 0).

Authentication

Connected account required

Tags

Forecasts Read APIForecast Types
Retrieve all pipelinesHUBSPOT_CRM_RETRIEVE_ALL_PIPELINESReturn all pipelines for the object type specified by `{objectType}`.

Return all pipelines for the object type specified by `{objectType}`.

Authentication

Connected account required

Scopes

crm.objects.goals.readcrm.objects.marketing_events.writecrm.objects.custom.writee-commercetimelinecrm.objects.feedback_submissions.readcrm.objects.custom.readmedia_bridge.readcrm.pipelines.orders.readcrm.schemas.custom.readcrm.objects.marketing_events.readticketscrm.pipelines.orders.write

Tags

Pipelines APIPipelines
Retrieve an app's feature flagsHUBSPOT_CRM_RETRIEVE_AN_APP_SFEATURE_FLAGSRetrieve an app's feature flags

Retrieve an app's feature flags

Authentication

Connected account required

Tags

Feature Flags APIfeature-flagsv3{appId}flags{flagName}
Retrieve a paginated list of owners available in the account.HUBSPOT_CRM_RETRIEVE_APAGINATED_LIST_OF_OWNERS_AVAILABLE_IN_THE_ACCOUNTRetrieve a paginated list of owners available in the account.

Retrieve a paginated list of owners available in the account.

Authentication

Connected account required

Tags

Owners APIOwners
Retrieve a paginated list of owners available in the account.HUBSPOT_CRM_RETRIEVE_APAGINATED_LIST_OF_OWNERS_AVAILABLE_IN_THE_ACCOUNT1Retrieve a paginated list of owners available in the account.

Retrieve a paginated list of owners available in the account.

Authentication

Connected account required

Tags

Owners APIOwners
Retrieve a reverse chronological list of all changes made to a specific pipeline stage.HUBSPOT_CRM_RETRIEVE_AREVERSE_CHRONOLOGICAL_LIST_OF_ALL_CHANGES_MADE_TO_ASPECIFIC_PIPELINE_STAGEReturn a reverse chronological list of all mutations that have occurred on the pipeline stage identified by `{stageId}`.

Return a reverse chronological list of all mutations that have occurred on the pipeline stage identified by `{stageId}`.

Authentication

Connected account required

Scopes

crm.objects.goals.readcrm.objects.marketing_events.writecrm.objects.custom.writee-commercetimelinecrm.objects.feedback_submissions.readcrm.objects.custom.readmedia_bridge.readcrm.pipelines.orders.readcrm.schemas.custom.readcrm.objects.marketing_events.readticketscrm.pipelines.orders.write

Tags

Pipelines API
Retrieve associated object IDs for a given object type, with optional inclusion of fully associated objects.HUBSPOT_CRM_RETRIEVE_ASSOCIATED_OBJECT_IDS_FOR_AGIVEN_OBJECT_TYPE_WITH_OPTIONAL_INCLUSION_OF_FULLY_ASSOCIATED_OBJECTSRetrieve associated object IDs for a given object type.

Retrieve associated object IDs for a given object type.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Appointments API
Retrieve a validation rule for a specific property and rule type, providing details on how property values should be formatted.HUBSPOT_CRM_RETRIEVE_AVALIDATION_RULE_FOR_ASPECIFIC_PROPERTY_AND_RULE_TYPE_PROVIDING_DETAILS_ON_HOW_PROPERTY_VALUES_SHOULD_BE_FORMATTEDRetrieve a specific validation rule for a property identified by its name and rule type.

Retrieve a specific validation rule for a property identified by its name and rule type.

Authentication

Connected account required

Scopes

automationcrm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.feedback_submissions.readcrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.marketing_events.readcrm.objects.marketing_events.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.owners.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writecrm.pipelines.orders.readcrm.pipelines.orders.writecrm.schemas.appointments.readcrm.schemas.appointments.writecrm.schemas.carts.readcrm.schemas.carts.writecrm.schemas.commercepayments.readcrm.schemas.commercepayments.writecrm.schemas.companies.readcrm.schemas.companies.writecrm.schemas.contacts.readcrm.schemas.contacts.writecrm.schemas.courses.readcrm.schemas.courses.writecrm.schemas.custom.readcrm.schemas.custom.writecrm.schemas.deals.readcrm.schemas.deals.writecrm.schemas.invoices.readcrm.schemas.invoices.writecrm.schemas.line_items.readcrm.schemas.listings.readcrm.schemas.listings.writecrm.schemas.orders.readcrm.schemas.orders.writecrm.schemas.projects.readcrm.schemas.projects.writecrm.schemas.quotes.readcrm.schemas.services.readcrm.schemas.services.writecrm.schemas.subscriptions.readcrm.schemas.subscriptions.writee-commercemedia_bridge.readticketstickets.highly_sensitive.v2tickets.sensitive.v2timeline

Tags

Property Validations API
Retrieve companiesHUBSPOT_CRM_RETRIEVE_COMPANIESRead a page of companies. Control what is returned via the `properties` query param.

Read a page of companies. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Companies APIBasic1234
Retrieve contactsHUBSPOT_CRM_RETRIEVE_CONTACTSRead a page of contacts. Control what is returned via the `properties` query param.

Read a page of contacts. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Contacts APIBasic12345
Retrieve details for a specific custom forecast type using its unique identifier.HUBSPOT_CRM_RETRIEVE_DETAILS_FOR_ASPECIFIC_CUSTOM_FORECAST_TYPE_USING_ITS_UNIQUE_IDENTIFIERRetrieve details for a specific custom forecast type using its unique identifier.

Retrieve details for a specific custom forecast type using its unique identifier.

Authentication

Connected account required

Tags

Forecasts Read APIForecast Types
Retrieve details of a specific export by its unique ID.HUBSPOT_CRM_RETRIEVE_DETAILS_OF_ASPECIFIC_EXPORT_BY_ITS_UNIQUE_IDRetrieve detailed information about a specific CRM export, including its current state and properties.

Retrieve detailed information about a specific CRM export, including its current state and properties.

Authentication

Connected account required

Scopes

crm.export

Tags

Exports API
Retrieve errors for a specific importHUBSPOT_CRM_RETRIEVE_ERRORS_FOR_ASPECIFIC_IMPORTRetrieve errors for a specific import

Retrieve errors for a specific import

Authentication

Connected account required

Scopes

crm.import

Tags

Imports APIPublic_Imports
Retrieve goal targetsHUBSPOT_CRM_RETRIEVE_GOAL_TARGETSRead a page of goal targets. Control what is returned via the `properties` query param.

Read a page of goal targets. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm-public-object-api-accesscrm.objects.goals.readcrm.objects.goals.writeoauthoauth-access

Tags

Goals API2026-03 [latest]Basic123456789101112131415161718192021222324252627282930
Retrieve goal targetsHUBSPOT_CRM_RETRIEVE_GOAL_TARGETS1Retrieve records by record ID or include the `idProperty` parameter to retrieve records by a custom unique value property.

Retrieve records by record ID or include the `idProperty` parameter to retrieve records by a custom unique value property.

Authentication

Connected account required

Scopes

crm-public-object-api-accesscrm.objects.goals.readcrm.objects.goals.writeoauthoauth-access

Tags

Goals API2026-03 [latest]Batch123456789101112131415161718192021222324252627282930313233
Retrieve multiple associations between specified object types in a batch operation.HUBSPOT_CRM_RETRIEVE_MULTIPLE_ASSOCIATIONS_BETWEEN_SPECIFIED_OBJECT_TYPES_IN_ABATCH_OPERATIONGet the IDs of all `{toObjectType}` objects associated with those specified in the request body.

Get the IDs of all `{toObjectType}` objects associated with those specified in the request body.

Authentication

Connected account required

Scopes

crm.objects.goals.readmedia_bridge.readcrm.objects.custom.writee-commercecrm.objects.custom.readtickets

Tags

Associations V3 APIBatch
Retrieve the conversion details for a listHUBSPOT_CRM_RETRIEVE_THE_CONVERSION_DETAILS_FOR_ALISTRetrieve the conversion details for a list. This can be used to check for an upcoming conversion, or to get the details of when a list was already converted.

Retrieve the conversion details for a list. This can be used to check for an upcoming conversion, or to get the details of when a list was already converted.

Authentication

Connected account required

Tags

Lists API
Retrieves a folder.HUBSPOT_CRM_RETRIEVES_AFOLDERRetrieves a folder and recursively includes all folders via the childNodes attribute. The child lists field will be empty in all child nodes. Only the folder retrieved will include the child lists in that folder.

Retrieves a folder and recursively includes all folders via the childNodes attribute. The child lists field will be empty in all child nodes. Only the folder retrieved will include the child lists in that folder.

Authentication

Connected account required

Tags

Lists API
Return all stages of a pipelineHUBSPOT_CRM_RETURN_ALL_STAGES_OF_APIPELINEReturn all the stages associated with the pipeline identified by `{pipelineId}`.

Return all the stages associated with the pipeline identified by `{pipelineId}`.

Authentication

Connected account required

Scopes

crm.objects.goals.readcrm.objects.marketing_events.writecrm.objects.custom.writee-commercetimelinecrm.objects.feedback_submissions.readcrm.objects.custom.readmedia_bridge.readcrm.pipelines.orders.readcrm.schemas.custom.readcrm.objects.marketing_events.readticketscrm.pipelines.orders.write

Tags

Pipelines APIPipeline Stages
Return an audit of all changes to the pipelineHUBSPOT_CRM_RETURN_AN_AUDIT_OF_ALL_CHANGES_TO_THE_PIPELINEReturn a reverse chronological list of all mutations that have occurred on the pipeline identified by `{pipelineId}`.

Return a reverse chronological list of all mutations that have occurred on the pipeline identified by `{pipelineId}`.

Authentication

Connected account required

Scopes

crm.objects.goals.readcrm.objects.marketing_events.writecrm.objects.custom.writee-commercetimelinecrm.objects.feedback_submissions.readcrm.objects.custom.readmedia_bridge.readcrm.pipelines.orders.readcrm.schemas.custom.readcrm.objects.marketing_events.readticketscrm.pipelines.orders.write

Tags

Pipelines APIPipeline Audits
Return a pipeline by IDHUBSPOT_CRM_RETURN_APIPELINE_BY_IDReturn a single pipeline object identified by its unique `{pipelineId}`.

Return a single pipeline object identified by its unique `{pipelineId}`.

Authentication

Connected account required

Scopes

crm.objects.goals.readcrm.objects.marketing_events.writecrm.objects.custom.writee-commercetimelinecrm.objects.feedback_submissions.readcrm.objects.custom.readmedia_bridge.readcrm.pipelines.orders.readcrm.schemas.custom.readcrm.objects.marketing_events.readticketscrm.pipelines.orders.write

Tags

Pipelines APIPipelines
Return a pipeline stage by IDHUBSPOT_CRM_RETURN_APIPELINE_STAGE_BY_IDReturn the stage identified by `{stageId}` associated with the pipeline identified by `{pipelineId}`.

Return the stage identified by `{stageId}` associated with the pipeline identified by `{pipelineId}`.

Authentication

Connected account required

Scopes

crm.objects.goals.readcrm.objects.marketing_events.writecrm.objects.custom.writee-commercetimelinecrm.objects.feedback_submissions.readcrm.objects.custom.readmedia_bridge.readcrm.pipelines.orders.readcrm.schemas.custom.readcrm.objects.marketing_events.readticketscrm.pipelines.orders.write

Tags

Pipelines APIPipeline Stages
Schedule or update the conversion of a list to staticHUBSPOT_CRM_SCHEDULE_OR_UPDATE_THE_CONVERSION_OF_ALIST_TO_STATICSchedule the conversion of an active list into a static list, or update the already scheduled conversion. This can be scheduled for a specific date or based on activity.

Schedule the conversion of an active list into a static list, or update the already scheduled conversion. This can be scheduled for a specific date or based on activity.

Authentication

Connected account required

Tags

Lists API
Search across objectsHUBSPOT_CRM_SEARCH_ACROSS_OBJECTSFetch objects via a search query

Fetch objects via a search query

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Services API
Search for appointments using filters, sorting, and pagination to retrieve specific records.HUBSPOT_CRM_SEARCH_FOR_APPOINTMENTS_USING_FILTERS_SORTING_AND_PAGINATION_TO_RETRIEVE_SPECIFIC_RECORDSSearch for appointments based on specified criteria.

Search for appointments based on specified criteria.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Appointments API
Search for carts using specified criteria and return matching results.HUBSPOT_CRM_SEARCH_FOR_CARTS_USING_SPECIFIED_CRITERIA_AND_RETURN_MATCHING_RESULTSSearch for carts using specified criteria and return matching results.

Search for carts using specified criteria and return matching results.

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Carts APISearch
Search for commerce payments using specified criteria.HUBSPOT_CRM_SEARCH_FOR_COMMERCE_PAYMENTS_USING_SPECIFIED_CRITERIASearch for commerce payments using specified criteria.

Search for commerce payments using specified criteria.

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Commerce Payments APISearch1
Search for companiesHUBSPOT_CRM_SEARCH_FOR_COMPANIESSearch for companies

Search for companies

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Companies APISearch123
Search for contactsHUBSPOT_CRM_SEARCH_FOR_CONTACTSSearch for contacts

Search for contacts

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Contacts APISearch1234
Search for CRM objects of a specified type.HUBSPOT_CRM_SEARCH_FOR_CRM_OBJECTS_OF_ASPECIFIED_TYPESearch for CRM objects of a specified type.

Search for CRM objects of a specified type.

Authentication

Connected account required

Scopes

ticketscrm.objects.goals.readcrm.objects.custom.readcrm.objects.custom.writee-commercemedia_bridge.read

Tags

Objects APISearch123456789101112
Search for deals using various filters and criteria to retrieve specific records.HUBSPOT_CRM_SEARCH_FOR_DEALS_USING_VARIOUS_FILTERS_AND_CRITERIA_TO_RETRIEVE_SPECIFIC_RECORDSSearch for deals using specified criteria and filters.

Search for deals using specified criteria and filters.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Deals API
Search for feedback submissions using specified criteria.HUBSPOT_CRM_SEARCH_FOR_FEEDBACK_SUBMISSIONS_USING_SPECIFIED_CRITERIASearch for feedback submissions using specified criteria.

Search for feedback submissions using specified criteria.

Authentication

Connected account required

Tags

Feedback Submissions APISearch12345678
Search for goal targetsHUBSPOT_CRM_SEARCH_FOR_GOAL_TARGETSSearch for goal targets using specified criteria.

Search for goal targets using specified criteria.

Authentication

Connected account required

Scopes

crm-public-object-api-accesscrm.objects.goals.readcrm.objects.goals.writeoauthoauth-access

Tags

Goals API2026-03 [latest]Search12345678910111213141516171819202122232425262728
Search for listings using various criteria and filters.HUBSPOT_CRM_SEARCH_FOR_LISTINGS_USING_VARIOUS_CRITERIA_AND_FILTERSExecute a search query to find listings based on specified filters and properties.

Execute a search query to find listings based on specified filters and properties.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Listings API
Search for objectsHUBSPOT_CRM_SEARCH_FOR_OBJECTSFetch objects using a search query

Fetch objects using a search query

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Courses API
Search for orders in the CRM using various filters and sorting options to retrieve specific order data.HUBSPOT_CRM_SEARCH_FOR_ORDERS_IN_THE_CRM_USING_VARIOUS_FILTERS_AND_SORTING_OPTIONS_TO_RETRIEVE_SPECIFIC_ORDER_DATASearch for orders in the CRM using various filters and sorting options to retrieve specific order data.

Search for orders in the CRM using various filters and sorting options to retrieve specific order data.

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Orders APISearch12345678910111213
Search for projectsHUBSPOT_CRM_SEARCH_FOR_PROJECTSSearch for projects by filtering on properties, searching through associations, and sorting results. Learn more about [CRM search](https://developers.hubspot.com/docs/guides/api/crm/search#make-a-search-request).

Search for projects by filtering on properties, searching through associations, and sorting results. Learn more about [CRM search](https://developers.hubspot.com/docs/guides/api/crm/search#make-a-search-request).

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Projects APISearch12345678910111213141516171819202122232425
Search for ticketsHUBSPOT_CRM_SEARCH_FOR_TICKETSSearch for tickets

Search for tickets

Authentication

Connected account required

Tags

Tickets APISearch123456789101112131415161718
Search ListsHUBSPOT_CRM_SEARCH_LISTSSearch lists by list name or page through all lists by providing an empty `query` value.

Search lists by list name or page through all lists by providing an empty `query` value.

Authentication

Connected account required

Tags

Lists APILists
Set an account flag stateHUBSPOT_CRM_SET_AN_ACCOUNT_FLAG_STATESet an account flag state

Set an account flag state

Authentication

Connected account required

Tags

Feature Flags APIfeature-flagsv3{appId}flags{flagName}portals{portalId}
Set an app's feature flagHUBSPOT_CRM_SET_AN_APP_SFEATURE_FLAGSet an app's feature flag

Set an app's feature flag

Authentication

Connected account required

Tags

Feature Flags APIfeature-flagsv3{appId}flags{flagName}
Start an exportHUBSPOT_CRM_START_AN_EXPORTBegins exporting CRM data for the portal as specified in the request body

Begins exporting CRM data for the portal as specified in the request body

Authentication

Connected account required

Tags

Exports APICore
Translate Legacy List Id to Modern List IdHUBSPOT_CRM_TRANSLATE_LEGACY_LIST_ID_TO_MODERN_LIST_IDThis API allows translation of legacy list id to list id. This is a temporary API allowed for mapping old id's to new id's and will expire on May 30th, 2025.

This API allows translation of legacy list id to list id. This is a temporary API allowed for mapping old id's to new id's and will expire on May 30th, 2025.

Authentication

Connected account required

Tags

Lists API
Translate Legacy List Id to Modern List Id in BatchHUBSPOT_CRM_TRANSLATE_LEGACY_LIST_ID_TO_MODERN_LIST_ID_IN_BATCHThis API allows translation of a batch of legacy list id's to list id's. This allows for a maximum of 10,000 id's. This is a temporary API allowed for mapping old id's to new id's and will expire on May 30th, 2025.

This API allows translation of a batch of legacy list id's to list id's. This allows for a maximum of 10,000 id's. This is a temporary API allowed for mapping old id's to new id's and will expire on May 30th, 2025.

Authentication

Connected account required

Tags

Lists API
UpdateHUBSPOT_CRM_UPDATEPerform a partial update of an Object identified by `{cartId}`. `{cartId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{cartId}`. `{cartId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Carts APIBasic1
Update a batch of appointments by internal ID, or unique property valuesHUBSPOT_CRM_UPDATE_ABATCH_OF_APPOINTMENTS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate multiple appointments using their internal IDs or unique property values.

Update multiple appointments using their internal IDs or unique property values.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Appointments API
Update a batch of carts by internal ID, or unique property valuesHUBSPOT_CRM_UPDATE_ABATCH_OF_CARTS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of carts by internal ID, or unique property values

Update a batch of carts by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Carts APIBatch123
Update a batch of commerce payments by internal ID, or unique property valuesHUBSPOT_CRM_UPDATE_ABATCH_OF_COMMERCE_PAYMENTS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of commerce payments by internal ID, or unique property values

Update a batch of commerce payments by internal ID, or unique property values

Authentication

Connected account required

Tags

Commerce Payments APIBatch1234
Update a batch of companiesHUBSPOT_CRM_UPDATE_ABATCH_OF_COMPANIESUpdate a batch of companies

Update a batch of companies

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Companies APIBatch123456
Update a batch of contactsHUBSPOT_CRM_UPDATE_ABATCH_OF_CONTACTSUpdate a batch of contacts

Update a batch of contacts

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Contacts APIBatch1234567
Update a batch of courses by internal ID, or unique property valuesHUBSPOT_CRM_UPDATE_ABATCH_OF_COURSES_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of objects

Update a batch of objects

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Courses API
Update a batch of deals by internal ID, or unique property valuesHUBSPOT_CRM_UPDATE_ABATCH_OF_DEALS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate multiple deals using their internal IDs or unique property values.

Update multiple deals using their internal IDs or unique property values.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Deals API
Update a batch of discounts by internal ID, or unique property valuesHUBSPOT_CRM_UPDATE_ABATCH_OF_DISCOUNTS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of discounts by internal ID, or unique property values

Update a batch of discounts by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Discounts APIBatch1234567891011
Update a batch of fees by internal ID, or unique property valuesHUBSPOT_CRM_UPDATE_ABATCH_OF_FEES_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of fees by internal ID, or unique property values

Update a batch of fees by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Fees APIBatch12345678910111213
Update a batch of goal targets by internal ID, or unique property valuesHUBSPOT_CRM_UPDATE_ABATCH_OF_GOAL_TARGETS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate multiple goal targets in a single batch operation using their internal IDs or unique property values.

Update multiple goal targets in a single batch operation using their internal IDs or unique property values.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Goals APIv3 [legacy]
Update a batch of invoices by internal ID, or unique property valuesHUBSPOT_CRM_UPDATE_ABATCH_OF_INVOICES_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of invoices by internal ID, or unique property values

Update a batch of invoices by internal ID, or unique property values

Authentication

Connected account required

Tags

Invoices API
Update a batch of leads by internal ID, or unique property valuesHUBSPOT_CRM_UPDATE_ABATCH_OF_LEADS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of leads by internal ID, or unique property values

Update a batch of leads by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Leads APIBatch1234567891011121314
Update a batch of line items by internal ID, or unique property valuesHUBSPOT_CRM_UPDATE_ABATCH_OF_LINE_ITEMS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of line items by internal ID, or unique property values

Update a batch of line items by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Line Items APIBatch123456789101112131415
Update a batch of listings by internal ID, or unique property valuesHUBSPOT_CRM_UPDATE_ABATCH_OF_LISTINGS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate multiple listings using their internal IDs or unique property values.

Update multiple listings using their internal IDs or unique property values.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Listings API
Update a batch of objects by internal ID, or unique property valuesHUBSPOT_CRM_UPDATE_ABATCH_OF_OBJECTS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of objects by internal ID, or unique property values

Update a batch of objects by internal ID, or unique property values

Authentication

Connected account required

Scopes

ticketscrm.objects.goals.readcrm.objects.custom.readcrm.objects.custom.writee-commercemedia_bridge.read

Tags

Objects APIBatch12345678910111213141516
Update a batch of orders by internal ID, or unique property valuesHUBSPOT_CRM_UPDATE_ABATCH_OF_ORDERS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of orders by internal ID, or unique property values

Update a batch of orders by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Orders APIBatch1234567891011121314151617
Update a batch of partner services by internal ID, or unique property valuesHUBSPOT_CRM_UPDATE_ABATCH_OF_PARTNER_SERVICES_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of partner services by internal ID, or unique property values

Update a batch of partner services by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Partner Services APIBatch12345678910111213141516171819202122232425262728293031
Update a batch of products by internal ID, or unique property valuesHUBSPOT_CRM_UPDATE_ABATCH_OF_PRODUCTS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of products by internal ID, or unique property values

Update a batch of products by internal ID, or unique property values

Authentication

Connected account required

Tags

Products APIBatch12345678910111213141516171819
Update a batch of projectsHUBSPOT_CRM_UPDATE_ABATCH_OF_PROJECTSUpdate multiple projects using their internal IDs or unique property values.

Update multiple projects using their internal IDs or unique property values.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Projects APIBatch123456789101112131415161718192021222324252627282930
Update a batch of quotes by internal ID, or unique property valuesHUBSPOT_CRM_UPDATE_ABATCH_OF_QUOTES_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of quotes by internal ID, or unique property values

Update a batch of quotes by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Quotes APIBatch1234567891011121314151617181920
Update a batch of services by internal ID, or unique property valuesHUBSPOT_CRM_UPDATE_ABATCH_OF_SERVICES_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of objects

Update a batch of objects

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Services API
Update a batch of subscriptions by internal ID, or unique property valuesHUBSPOT_CRM_UPDATE_ABATCH_OF_SUBSCRIPTIONS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of subscriptions by internal ID, or unique property values

Update a batch of subscriptions by internal ID, or unique property values

Authentication

Connected account required

Tags

Commerce Subscriptions API
Update a batch of taxes by internal ID, or unique property valuesHUBSPOT_CRM_UPDATE_ABATCH_OF_TAXES_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of taxes by internal ID, or unique property values

Update a batch of taxes by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Taxes APIBatch123456789101112131415161718192021
Update a batch of tickets by internal ID, or unique property valuesHUBSPOT_CRM_UPDATE_ABATCH_OF_TICKETS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of tickets by internal ID, or unique property values

Update a batch of tickets by internal ID, or unique property values

Authentication

Connected account required

Tags

Tickets APIBatch12345678910111213141516171819202122
Update a cardHUBSPOT_CRM_UPDATE_ACARDUpdate a card definition with new details.

Update a card definition with new details.

Authentication

Connected account required

Tags

CRM Cards APIV3Cards
Update a cardHUBSPOT_CRM_UPDATE_ACARD1Update a card definition with new details.

Update a card definition with new details.

Authentication

Connected account required

Tags

CRM Cards API2026-03Basic123456
Update a companyHUBSPOT_CRM_UPDATE_ACOMPANYPerform a partial update of an Object identified by `{companyId}`. `{companyId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{companyId}`. `{companyId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Companies APIBasic1234
Update a contactHUBSPOT_CRM_UPDATE_ACONTACTPerform a partial update of an Object identified by `{contactId}`. `{contactId}` refers to the internal object ID. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{contactId}`. `{contactId}` refers to the internal object ID. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Contacts APIBasic12345
Update a goal targetHUBSPOT_CRM_UPDATE_AGOAL_TARGETPerform a partial update of an Object identified by `{goalTargetId}`or optionally a unique property value as specified by the `idProperty` query param. `{goalTargetId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{goalTargetId}`or optionally a unique property value as specified by the `idProperty` query param. `{goalTargetId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm-public-object-api-accesscrm.objects.goals.readcrm.objects.goals.writeoauthoauth-access

Tags

Goals API2026-03 [latest]Basic123456789101112131415161718192021222324252627282930
Update a propertyHUBSPOT_CRM_UPDATE_APROPERTYPerform a partial update of a property identified by {propertyName}. Provided fields will be overwritten.

Perform a partial update of a property identified by {propertyName}. Provided fields will be overwritten.

Authentication

Connected account required

Tags

Properties APICore12
Update a property groupHUBSPOT_CRM_UPDATE_APROPERTY_GROUPPerform a partial update of a property group identified by {groupName}. Provided fields will be overwritten.

Perform a partial update of a property group identified by {groupName}. Provided fields will be overwritten.

Authentication

Connected account required

Tags

Properties APIGroups
Update a validation rule for a specific property and rule type, allowing customization of property value constraints.HUBSPOT_CRM_UPDATE_AVALIDATION_RULE_FOR_ASPECIFIC_PROPERTY_AND_RULE_TYPE_ALLOWING_CUSTOMIZATION_OF_PROPERTY_VALUE_CONSTRAINTSUpdate a specific validation rule for a property identified by its name and rule type.

Update a specific validation rule for a property identified by its name and rule type.

Authentication

Connected account required

Scopes

automationcrm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.feedback_submissions.readcrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.marketing_events.readcrm.objects.marketing_events.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.owners.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writecrm.pipelines.orders.readcrm.pipelines.orders.writecrm.schemas.appointments.readcrm.schemas.appointments.writecrm.schemas.carts.readcrm.schemas.carts.writecrm.schemas.commercepayments.readcrm.schemas.commercepayments.writecrm.schemas.companies.readcrm.schemas.companies.writecrm.schemas.contacts.readcrm.schemas.contacts.writecrm.schemas.courses.readcrm.schemas.courses.writecrm.schemas.custom.readcrm.schemas.custom.writecrm.schemas.deals.readcrm.schemas.deals.writecrm.schemas.invoices.readcrm.schemas.invoices.writecrm.schemas.line_items.readcrm.schemas.listings.readcrm.schemas.listings.writecrm.schemas.orders.readcrm.schemas.orders.writecrm.schemas.projects.readcrm.schemas.projects.writecrm.schemas.quotes.readcrm.schemas.services.readcrm.schemas.services.writecrm.schemas.subscriptions.readcrm.schemas.subscriptions.writee-commercemedia_bridge.readticketstickets.highly_sensitive.v2tickets.sensitive.v2timeline

Tags

Property Validations API
Update goal targetsHUBSPOT_CRM_UPDATE_GOAL_TARGETSUpdate multiple goal targets in a single batch operation using their internal IDs or unique property values.

Update multiple goal targets in a single batch operation using their internal IDs or unique property values.

Authentication

Connected account required

Scopes

crm-public-object-api-accesscrm.objects.goals.readcrm.objects.goals.writeoauthoauth-access

Tags

Goals API2026-03 [latest]Batch123456789101112131415161718192021222324252627282930313233
Update List Filter DefinitionHUBSPOT_CRM_UPDATE_LIST_FILTER_DEFINITIONUpdate the filter branch definition of a `DYNAMIC` list. Once updated, the list memberships will be re-evaluated and updated to match the new definition.

Update the filter branch definition of a `DYNAMIC` list. Once updated, the list memberships will be re-evaluated and updated to match the new definition.

Authentication

Connected account required

Tags

Lists API
Update List NameHUBSPOT_CRM_UPDATE_LIST_NAMEUpdate the name of a list. The name must be globally unique relative to all other public lists in the portal.

Update the name of a list. The name must be globally unique relative to all other public lists in the portal.

Authentication

Connected account required

Tags

Lists API
Update specific properties of an existing pipeline stage.HUBSPOT_CRM_UPDATE_SPECIFIC_PROPERTIES_OF_AN_EXISTING_PIPELINE_STAGEPerform a partial update of the pipeline stage identified by `{stageId}` associated with the pipeline identified by `{pipelineId}`. Any properties not included in this update will keep their existing values. The updated stage will be returned in the response.

Perform a partial update of the pipeline stage identified by `{stageId}` associated with the pipeline identified by `{pipelineId}`. Any properties not included in this update will keep their existing values. The updated stage will be returned in the response.

Authentication

Connected account required

Tags

Pipelines APIPipeline Stages
UpdateHUBSPOT_CRM_UPDATE1Perform a partial update of an Object identified by `{commercePaymentId}`. `{commercePaymentId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{commercePaymentId}`. `{commercePaymentId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Tags

Commerce Payments APIBasic12
UpdateHUBSPOT_CRM_UPDATE10Perform a partial update of an Object identified by `{productId}`. `{productId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{productId}`. `{productId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Tags

Products APIBasic1234567891011121314151617
UpdateHUBSPOT_CRM_UPDATE11Perform a partial update of an Object identified by `{quoteId}`. `{quoteId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{quoteId}`. `{quoteId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Quotes APIBasic123456789101112131415161718
UpdateHUBSPOT_CRM_UPDATE12Perform a partial update of an Object identified by `{taxId}`. `{taxId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{taxId}`. `{taxId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Taxes APIBasic12345678910111213141516171819
UpdateHUBSPOT_CRM_UPDATE13Perform a partial update of an Object identified by `{ticketId}`. `{ticketId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{ticketId}`. `{ticketId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Tags

Tickets APIBasic1234567891011121314151617181920
UpdateHUBSPOT_CRM_UPDATE14Perform a partial update of an Object identified by `{invoiceId}`. `{invoiceId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{invoiceId}`. `{invoiceId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Tags

Invoices API
UpdateHUBSPOT_CRM_UPDATE15Perform a partial update of an Object identified by `{courseId}`or optionally a unique property value as specified by the `idProperty` query param. `{courseId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{courseId}`or optionally a unique property value as specified by the `idProperty` query param. `{courseId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Courses API
UpdateHUBSPOT_CRM_UPDATE16Perform a partial update of an Object identified by `{appointmentId}`or optionally a unique property value as specified by the `idProperty` query param. `{appointmentId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{appointmentId}`or optionally a unique property value as specified by the `idProperty` query param. `{appointmentId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Appointments API
UpdateHUBSPOT_CRM_UPDATE17Perform a partial update of an Object identified by `{listingId}`or optionally a unique property value as specified by the `idProperty` query param. `{listingId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{listingId}`or optionally a unique property value as specified by the `idProperty` query param. `{listingId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Listings API
UpdateHUBSPOT_CRM_UPDATE18Perform a partial update of an Object identified by `{serviceId}`or optionally a unique property value as specified by the `idProperty` query param. `{serviceId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{serviceId}`or optionally a unique property value as specified by the `idProperty` query param. `{serviceId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Services API
UpdateHUBSPOT_CRM_UPDATE19Perform a partial update of an Object identified by `{projectId}`or optionally a unique property value as specified by the `idProperty` query param. `{projectId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{projectId}`or optionally a unique property value as specified by the `idProperty` query param. `{projectId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Projects APIBasic123456789101112131415161718192021222324252627
UpdateHUBSPOT_CRM_UPDATE2Perform a partial update of an Object identified by `{subscriptionId}`or optionally a unique property value as specified by the `idProperty` query param. `{subscriptionId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{subscriptionId}`or optionally a unique property value as specified by the `idProperty` query param. `{subscriptionId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Tags

Commerce Subscriptions API
UpdateHUBSPOT_CRM_UPDATE20Perform a partial update of an Object identified by `{partnerServiceId}`or optionally a unique property value as specified by the `idProperty` query param. `{partnerServiceId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{partnerServiceId}`or optionally a unique property value as specified by the `idProperty` query param. `{partnerServiceId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Partner Services APIBasic12345678910111213141516171819202122232425262728
UpdateHUBSPOT_CRM_UPDATE21Perform a partial update of an Object identified by `{goalTargetId}`or optionally a unique property value as specified by the `idProperty` query param. `{goalTargetId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{goalTargetId}`or optionally a unique property value as specified by the `idProperty` query param. `{goalTargetId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Goals APIv3 [legacy]
UpdateHUBSPOT_CRM_UPDATE3Perform a partial update of an Object identified by `{objectId}`. `{objectId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{objectId}`. `{objectId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

ticketscrm.objects.goals.readcrm.objects.custom.readcrm.objects.custom.writee-commercemedia_bridge.read

Tags

Objects APIBasic1234567891011121314
UpdateHUBSPOT_CRM_UPDATE4Perform a partial update of an Object identified by `{dealId}`or optionally a unique property value as specified by the `idProperty` query param. `{dealId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{dealId}`or optionally a unique property value as specified by the `idProperty` query param. `{dealId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Deals API
UpdateHUBSPOT_CRM_UPDATE5Perform a partial update of an Object identified by `{discountId}`. `{discountId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{discountId}`. `{discountId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Discounts APIBasic123456789
UpdateHUBSPOT_CRM_UPDATE6Perform a partial update of an Object identified by `{feeId}`. `{feeId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{feeId}`. `{feeId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Fees APIBasic1234567891011
UpdateHUBSPOT_CRM_UPDATE7Perform a partial update of an Object identified by `{leadsId}`. `{leadsId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{leadsId}`. `{leadsId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Leads APIBasic123456789101112
UpdateHUBSPOT_CRM_UPDATE8Perform a partial update of an Object identified by `{lineItemId}`. `{lineItemId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{lineItemId}`. `{lineItemId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Line Items APIBasic12345678910111213
UpdateHUBSPOT_CRM_UPDATE9Perform a partial update of an Object identified by `{orderId}`. `{orderId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{orderId}`. `{orderId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.line_items.writecrm.objects.subscriptions.readcrm.objects.orders.writecrm.objects.leads.readcrm.objects.orders.readcrm.objects.users.writecrm.objects.deals.writecrm.objects.carts.writecrm.objects.companies.readcrm.objects.quotes.writecrm.objects.contacts.writecrm.objects.commercepayments.readcrm.objects.carts.readcrm.objects.deals.readcrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.quotes.readcrm.objects.invoices.readcrm.objects.contacts.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.users.readcrm.objects.companies.write

Tags

Orders APIBasic123456789101112131415
Upsert goal tagetsHUBSPOT_CRM_UPSERT_GOAL_TAGETSCreate and update a batch of goal targets by a unique property. Goal targets that don't exist will be created, while existing goal targets will be updated.

Create and update a batch of goal targets by a unique property. Goal targets that don't exist will be created, while existing goal targets will be updated.

Authentication

Connected account required

Scopes

crm-public-object-api-accesscrm.objects.goals.readcrm.objects.goals.writeoauthoauth-access

Tags

Goals API2026-03 [latest]Batch123456789101112131415161718192021222324252627282930313233
Delete data sourceHUBSPOT_DATA_STUDIO_DELETE_DATA_SOURCEDelete a data source in HubSpot Data Studio. This operation is used to remove a specific data source identified by its ID. Ensure that the data source is no longer needed before deletion, as this action cannot be undone.

Delete a data source in HubSpot Data Studio. This operation is used to remove a specific data source identified by its ID. Ensure that the data source is no longer needed before deletion, as this action cannot be undone.

Authentication

Connected account required

Scopes

data_integration.data_source.file.readdata_integration.data_source.file.write

Tags

File Ingestion API2026-09-beta [latest]Basic
Retrieve data sourceHUBSPOT_DATA_STUDIO_RETRIEVE_DATA_SOURCERetrieve detailed information about a specific data source in HubSpot Data Studio. This endpoint provides details such as the data source's name, type, creation date, and the status of the last data ingestion. It is useful for developers who need to access and manage data sources programmatically.

Retrieve detailed information about a specific data source in HubSpot Data Studio. This endpoint provides details such as the data source's name, type, creation date, and the status of the last data ingestion. It is useful for developers who need to access and manage data sources programmatically.

Authentication

Connected account required

Scopes

data_integration.data_source.file.readdata_integration.data_source.file.write

Tags

File Ingestion API2026-09-beta [latest]Basic
ArchiveHUBSPOT_DATE_BASED_VERSIONED_ARCHIVEMove an Object identified by `{objectId}` to the recycling bin.

Move an Object identified by `{objectId}` to the recycling bin.

Authentication

Connected account required

Tags

Objects DBV APIcrm1objects12025-09123{objectType}1{objectId}1
Archive a batch of objects by IDHUBSPOT_DATE_BASED_VERSIONED_ARCHIVE_ABATCH_OF_OBJECTS_BY_IDArchive a batch of objects by ID

Archive a batch of objects by ID

Authentication

Connected account required

Tags

Objects DBV APIcrm1objects12025-09123{objectType}1batch123archive123
Archive a batch of propertiesHUBSPOT_DATE_BASED_VERSIONED_ARCHIVE_ABATCH_OF_PROPERTIESArchive a provided list of properties. This method will return a 204 No Content response on success regardless of the initial state of the property (e.g. active, already archived, non-existent).

Archive a provided list of properties. This method will return a 204 No Content response on success regardless of the initial state of the property (e.g. active, already archived, non-existent).

Authentication

Connected account required

Tags

Properties DBV APIcrm12properties2025-091234{objectType}12batch1234archive1234
Archive a propertyHUBSPOT_DATE_BASED_VERSIONED_ARCHIVE_APROPERTYMove a property identified by {propertyName} to the recycling bin.

Move a property identified by {propertyName} to the recycling bin.

Authentication

Connected account required

Tags

Properties DBV APIcrm12properties2025-091234{objectType}12{propertyName}
Archive a property groupHUBSPOT_DATE_BASED_VERSIONED_ARCHIVE_APROPERTY_GROUPMove a property group identified by {groupName} to the recycling bin.

Move a property group identified by {groupName} to the recycling bin.

Authentication

Connected account required

Tags

Properties DBV APIcrm12properties2025-091234{objectType}12groups{groupName}
CreateHUBSPOT_DATE_BASED_VERSIONED_CREATESet association labels between two records.

Set association labels between two records.

Authentication

Connected account required

Tags

Associations DBV APIcrmobjects2025-091{objectType}{objectId}associations{toObjectType}{toObjectId}
Create a batch of objectsHUBSPOT_DATE_BASED_VERSIONED_CREATE_ABATCH_OF_OBJECTSCreate a batch of objects

Create a batch of objects

Authentication

Connected account required

Tags

Objects DBV APIcrm1objects12025-09123{objectType}1batch123create123
Create a batch of propertiesHUBSPOT_DATE_BASED_VERSIONED_CREATE_ABATCH_OF_PROPERTIESCreate a batch of properties using the same rules as when creating an individual property.

Create a batch of properties using the same rules as when creating an individual property.

Authentication

Connected account required

Tags

Properties DBV APIcrm12properties2025-091234{objectType}12batch1234create1234
Create a propertyHUBSPOT_DATE_BASED_VERSIONED_CREATE_APROPERTYCreate and return a copy of a new property for the specified object type.

Create and return a copy of a new property for the specified object type.

Authentication

Connected account required

Tags

Properties DBV APIcrm12properties2025-091234{objectType}12
Create a property groupHUBSPOT_DATE_BASED_VERSIONED_CREATE_APROPERTY_GROUPCreate and return a copy of a new property group.

Create and return a copy of a new property group.

Authentication

Connected account required

Tags

Properties DBV APIcrm12properties2025-091234{objectType}12groups
Create DefaultHUBSPOT_DATE_BASED_VERSIONED_CREATE_DEFAULTCreate the default (most generic) association type between two object types

Create the default (most generic) association type between two object types

Authentication

Connected account required

Tags

Associations DBV APIcrmobjects2025-091{fromObjectType}{fromObjectId}associations1default{toObjectType}1{toObjectId}1
Create Default AssociationsHUBSPOT_DATE_BASED_VERSIONED_CREATE_DEFAULT_ASSOCIATIONSCreate the default (most generic) association type between two object types

Create the default (most generic) association type between two object types

Authentication

Connected account required

Tags

Associations DBV APIcrmassociations122025-0912{fromObjectType}12{toObjectType}123batch12associatedefault1
CreateHUBSPOT_DATE_BASED_VERSIONED_CREATE1Create a CRM object with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard objects is provided.

Create a CRM object with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard objects is provided.

Authentication

Connected account required

Tags

Objects DBV APIcrm1objects12025-09123{objectType}1
CreateHUBSPOT_DATE_BASED_VERSIONED_CREATE2Batch create associations for objects

Batch create associations for objects

Authentication

Connected account required

Tags

Associations DBV APIcrmassociations122025-0912{fromObjectType}12{toObjectType}123batch12create12
DeleteHUBSPOT_DATE_BASED_VERSIONED_DELETEdeletes all associations between two records.

deletes all associations between two records.

Authentication

Connected account required

Tags

Associations DBV APIcrmobjects2025-091{objectType}{objectId}associations{toObjectType}{toObjectId}
Delete Specific LabelsHUBSPOT_DATE_BASED_VERSIONED_DELETE_SPECIFIC_LABELSBatch delete specific association labels for objects. Deleting an unlabeled association will also delete all labeled associations between those two objects

Batch delete specific association labels for objects. Deleting an unlabeled association will also delete all labeled associations between those two objects

Authentication

Connected account required

Tags

Associations DBV APIcrmassociations122025-0912{fromObjectType}12{toObjectType}123batch12labelsarchive1
DeleteHUBSPOT_DATE_BASED_VERSIONED_DELETE1Batch delete associations for objects

Batch delete associations for objects

Authentication

Connected account required

Tags

Associations DBV APIcrmassociations122025-0912{fromObjectType}12{toObjectType}123batch12archive12
GDPR DELETEHUBSPOT_DATE_BASED_VERSIONED_GDPR_DELETEPermanently delete a contact and all associated content to follow GDPR. Use optional property 'idProperty' set to 'email' to identify contact by email address. If email address is not found, the email address will be added to a blocklist and prevent it from being used in the future.

Permanently delete a contact and all associated content to follow GDPR. Use optional property 'idProperty' set to 'email' to identify contact by email address. If email address is not found, the email address will be added to a blocklist and prevent it from being used in the future.

Authentication

Connected account required

Tags

Associations DBV APIcrmobjects2025-091{objectType}gdpr-delete
get-/account-info/2025-09/activity/audit-logsHUBSPOT_DATE_BASED_VERSIONED_GET_ACCOUNT_INFO202509_ACTIVITY_AUDIT_LOGSget-/account-info/2025-09/activity/audit-logs

get-/account-info/2025-09/activity/audit-logs

Authentication

Connected account required

Scopes

account-info.security.readoauth

Tags

Account Info DBV APIaccount-info2025-09activityaudit-logs
Get login activity for a HubSpot account.HUBSPOT_DATE_BASED_VERSIONED_GET_LOGIN_ACTIVITY_FOR_AHUBSPOT_ACCOUNTGet login activity.

Get login activity.

Authentication

Connected account required

Scopes

account-info.security.readoauth

Tags

Account Info DBV APIaccount-info2025-09activitylogin
Get security activity for a HubSpot accountHUBSPOT_DATE_BASED_VERSIONED_GET_SECURITY_ACTIVITY_FOR_AHUBSPOT_ACCOUNTGet security activity

Get security activity

Authentication

Connected account required

Scopes

account-info.security.readoauth

Tags

Account Info DBV APIaccount-info2025-09activitysecurity
ListHUBSPOT_DATE_BASED_VERSIONED_LISTList all associations of an object by object type. Limit 500 per call.

List all associations of an object by object type. Limit 500 per call.

Authentication

Connected account required

Tags

Associations DBV APIcrmobjects2025-091{objectType}{objectId}associations{toObjectType}
ListHUBSPOT_DATE_BASED_VERSIONED_LIST1Read a page of objects. Control what is returned via the `properties` query param.

Read a page of objects. Control what is returned via the `properties` query param.

Authentication

Connected account required

Tags

Objects DBV APIcrm1objects12025-09123{objectType}1
post-/crm/objects/2025-09/{object Type}/batch/upsert_/crm/objects/2025-09/{object Type}/batch/upsertHUBSPOT_DATE_BASED_VERSIONED_POST_CRM_OBJECTS202509_OBJECT_TYPE_BATCH_UPSERT_CRM_OBJECTS202509_OBJECT_TYPE_BATCH_UPSERTpost-/crm/objects/2025-09/{object Type}/batch/upsert_/crm/objects/2025-09/{object Type}/batch/upsert

post-/crm/objects/2025-09/{object Type}/batch/upsert_/crm/objects/2025-09/{object Type}/batch/upsert

Authentication

Connected account required

Tags

Objects DBV APIcrm1objects12025-09123{objectType}1batch123upsert1
post-/crm/objects/2025-09/{object Type}/merge_/crm/objects/2025-09/{object Type}/mergeHUBSPOT_DATE_BASED_VERSIONED_POST_CRM_OBJECTS202509_OBJECT_TYPE_MERGE_CRM_OBJECTS202509_OBJECT_TYPE_MERGEpost-/crm/objects/2025-09/{object Type}/merge_/crm/objects/2025-09/{object Type}/merge

post-/crm/objects/2025-09/{object Type}/merge_/crm/objects/2025-09/{object Type}/merge

Authentication

Connected account required

Tags

Associations DBV APIcrmobjects2025-091{objectType}merge
post-/crm/objects/2025-09/{object Type}/search_/crm/objects/2025-09/{object Type}/searchHUBSPOT_DATE_BASED_VERSIONED_POST_CRM_OBJECTS202509_OBJECT_TYPE_SEARCH_CRM_OBJECTS202509_OBJECT_TYPE_SEARCHpost-/crm/objects/2025-09/{object Type}/search_/crm/objects/2025-09/{object Type}/search

post-/crm/objects/2025-09/{object Type}/search_/crm/objects/2025-09/{object Type}/search

Authentication

Connected account required

Tags

Objects DBV APIcrm1objects12025-09123{objectType}1search1
ReadHUBSPOT_DATE_BASED_VERSIONED_READRead an Object identified by `{objectId}`. `{objectId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{objectId}`. `{objectId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Tags

Objects DBV APIcrm1objects12025-09123{objectType}1{objectId}1
Read a batch of objects by internal ID, or unique property valuesHUBSPOT_DATE_BASED_VERSIONED_READ_ABATCH_OF_OBJECTS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of objects by internal ID, or unique property values

Read a batch of objects by internal ID, or unique property values

Authentication

Connected account required

Tags

Objects DBV APIcrm1objects12025-09123{objectType}1batch123read12
Read a batch of propertiesHUBSPOT_DATE_BASED_VERSIONED_READ_ABATCH_OF_PROPERTIESRead a provided list of properties.

Read a provided list of properties.

Authentication

Connected account required

Tags

Properties DBV APIcrm12properties2025-091234{objectType}12batch1234read123
Read all propertiesHUBSPOT_DATE_BASED_VERSIONED_READ_ALL_PROPERTIESRead all existing properties for the specified object type and HubSpot account.

Read all existing properties for the specified object type and HubSpot account.

Authentication

Connected account required

Tags

Properties DBV APIcrm12properties2025-091234{objectType}12
Read all property groupsHUBSPOT_DATE_BASED_VERSIONED_READ_ALL_PROPERTY_GROUPSRead all existing property groups for the specified object type and HubSpot account.

Read all existing property groups for the specified object type and HubSpot account.

Authentication

Connected account required

Tags

Properties DBV APIcrm12properties2025-091234{objectType}12groups
Read a propertyHUBSPOT_DATE_BASED_VERSIONED_READ_APROPERTYRead a property identified by {propertyName}.

Read a property identified by {propertyName}.

Authentication

Connected account required

Tags

Properties DBV APIcrm12properties2025-091234{objectType}12{propertyName}
Read a property groupHUBSPOT_DATE_BASED_VERSIONED_READ_APROPERTY_GROUPRead a property group identified by {groupName}.

Read a property group identified by {groupName}.

Authentication

Connected account required

Tags

Properties DBV APIcrm12properties2025-091234{objectType}12groups{groupName}
ReadHUBSPOT_DATE_BASED_VERSIONED_READ1Batch read associations for objects to specific object type. The 'after' field in a returned paging object can be added alongside the 'id' to retrieve the next page of associations from that objectId. The 'link' field is deprecated and should be ignored. Note: The 'paging' field will only be present if there are more pages and absent otherwise.

Batch read associations for objects to specific object type. The 'after' field in a returned paging object can be added alongside the 'id' to retrieve the next page of associations from that objectId. The 'link' field is deprecated and should be ignored. Note: The 'paging' field will only be present if there are more pages and absent otherwise.

Authentication

Connected account required

Tags

Associations DBV APIcrmassociations122025-0912{fromObjectType}12{toObjectType}123batch12read1
ReportHUBSPOT_DATE_BASED_VERSIONED_REPORTRequests a report of all objects in the portal which have a high usage of associations

Requests a report of all objects in the portal which have a high usage of associations

Authentication

Connected account required

Tags

Associations DBV APIcrmassociations122025-0912usagehigh-usage-report{userId}
Retrieve account detailsHUBSPOT_DATE_BASED_VERSIONED_RETRIEVE_ACCOUNT_DETAILSRetrieve account details such as the account type, time zone, currencies, and data hosting location.

Retrieve account details such as the account type, time zone, currencies, and data hosting location.

Authentication

Connected account required

Scopes

account-info.security.readoauth

Tags

Account Info DBV APIaccount-info2025-09details
Retrieve private app daily API usageHUBSPOT_DATE_BASED_VERSIONED_RETRIEVE_PRIVATE_APP_DAILY_API_USAGERetrieve the daily API usage for private apps in the account, along with information about usage limits.

Retrieve the daily API usage for private apps in the account, along with information about usage limits.

Authentication

Connected account required

Scopes

account-info.security.readoauth

Tags

Account Info DBV APIaccount-info2025-09api-usagedailyprivate-apps
UpdateHUBSPOT_DATE_BASED_VERSIONED_UPDATEPerform a partial update of an Object identified by `{objectId}`. `{objectId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{objectId}`. `{objectId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Tags

Objects DBV APIcrm1objects12025-09123{objectType}1{objectId}1
Update a batch of objects by internal ID, or unique property valuesHUBSPOT_DATE_BASED_VERSIONED_UPDATE_ABATCH_OF_OBJECTS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of objects by internal ID, or unique property values

Update a batch of objects by internal ID, or unique property values

Authentication

Connected account required

Tags

Objects DBV APIcrm1objects12025-09123{objectType}1batch123update12
Update a propertyHUBSPOT_DATE_BASED_VERSIONED_UPDATE_APROPERTYPerform a partial update of a property identified by {propertyName}. Provided fields will be overwritten.

Perform a partial update of a property identified by {propertyName}. Provided fields will be overwritten.

Authentication

Connected account required

Tags

Properties DBV APIcrm12properties2025-091234{objectType}12{propertyName}
Update a property groupHUBSPOT_DATE_BASED_VERSIONED_UPDATE_APROPERTY_GROUPPerform a partial update of a property group identified by {groupName}. Provided fields will be overwritten.

Perform a partial update of a property group identified by {groupName}. Provided fields will be overwritten.

Authentication

Connected account required

Tags

Properties DBV APIcrm12properties2025-091234{objectType}12groups{groupName}
ArchiveHUBSPOT_ENGAGEMENTS_ARCHIVEMove an Object identified by `{callId}` to the recycling bin.

Move an Object identified by `{callId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Calls APIBasic
Archive a batch of calls by IDHUBSPOT_ENGAGEMENTS_ARCHIVE_ABATCH_OF_CALLS_BY_IDArchive a batch of calls by ID

Archive a batch of calls by ID

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Calls APIBatch
Archive a batch of communications by IDHUBSPOT_ENGAGEMENTS_ARCHIVE_ABATCH_OF_COMMUNICATIONS_BY_IDArchive a batch of communications by ID

Archive a batch of communications by ID

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Communications APIBatch123456
Archive a batch of emails by IDHUBSPOT_ENGAGEMENTS_ARCHIVE_ABATCH_OF_EMAILS_BY_IDArchive a batch of emails by ID

Archive a batch of emails by ID

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Email APIBatch1
Archive a batch of meetings by IDHUBSPOT_ENGAGEMENTS_ARCHIVE_ABATCH_OF_MEETINGS_BY_IDArchive a batch of meetings by ID

Archive a batch of meetings by ID

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Meetings APIBatch12
Archive a batch of notes by IDHUBSPOT_ENGAGEMENTS_ARCHIVE_ABATCH_OF_NOTES_BY_IDArchive a batch of notes by ID

Archive a batch of notes by ID

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Notes APIBatch123
Archive a batch of tasks by IDHUBSPOT_ENGAGEMENTS_ARCHIVE_ABATCH_OF_TASKS_BY_IDArchive a batch of tasks by ID

Archive a batch of tasks by ID

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Tasks APIBatch12345
ArchiveHUBSPOT_ENGAGEMENTS_ARCHIVE1Move an Object identified by `{emailId}` to the recycling bin.

Move an Object identified by `{emailId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Email APIBasic1
ArchiveHUBSPOT_ENGAGEMENTS_ARCHIVE2Move an Object identified by `{meetingId}` to the recycling bin.

Move an Object identified by `{meetingId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Meetings APIBasic12
ArchiveHUBSPOT_ENGAGEMENTS_ARCHIVE3Move an Object identified by `{noteId}` to the recycling bin.

Move an Object identified by `{noteId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Notes APIBasic123
ArchiveHUBSPOT_ENGAGEMENTS_ARCHIVE4Move an Object identified by `{postalMailId}` to the recycling bin.

Move an Object identified by `{postalMailId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Postal Mail APIBasic1234
ArchiveHUBSPOT_ENGAGEMENTS_ARCHIVE5Move an Object identified by `{taskId}` to the recycling bin.

Move an Object identified by `{taskId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Tasks APIBasic12345
ArchiveHUBSPOT_ENGAGEMENTS_ARCHIVE6Move an Object identified by `{communicationId}` to the recycling bin.

Move an Object identified by `{communicationId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Communications APIBasic123456
Batch archiveHUBSPOT_ENGAGEMENTS_BATCH_ARCHIVEBatch archive

Batch archive

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Postal Mail APIBatch1234
Batch createHUBSPOT_ENGAGEMENTS_BATCH_CREATEBatch create

Batch create

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Postal Mail APIBatch1234
Batch upsertHUBSPOT_ENGAGEMENTS_BATCH_UPSERTCreate or update postal mails identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update postal mails identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Postal Mail API
CreateHUBSPOT_ENGAGEMENTS_CREATECreate a call with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard calls is provided.

Create a call with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard calls is provided.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Calls APIBasic
Create a batch of callsHUBSPOT_ENGAGEMENTS_CREATE_ABATCH_OF_CALLSCreate a batch of calls

Create a batch of calls

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Calls APIBatch
Create a batch of communicationsHUBSPOT_ENGAGEMENTS_CREATE_ABATCH_OF_COMMUNICATIONSCreate a batch of communications

Create a batch of communications

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Communications APIBatch123456
Create a batch of emailsHUBSPOT_ENGAGEMENTS_CREATE_ABATCH_OF_EMAILSCreate a batch of emails

Create a batch of emails

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Email APIBatch1
Create a batch of meetingsHUBSPOT_ENGAGEMENTS_CREATE_ABATCH_OF_MEETINGSCreate a batch of meetings

Create a batch of meetings

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Meetings APIBatch12
Create a batch of notesHUBSPOT_ENGAGEMENTS_CREATE_ABATCH_OF_NOTESCreate a batch of notes

Create a batch of notes

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Notes APIBatch123
Create a batch of tasksHUBSPOT_ENGAGEMENTS_CREATE_ABATCH_OF_TASKSCreate a batch of tasks

Create a batch of tasks

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Tasks APIBatch12345
Create or update a batch of calls by unique property valuesHUBSPOT_ENGAGEMENTS_CREATE_OR_UPDATE_ABATCH_OF_CALLS_BY_UNIQUE_PROPERTY_VALUESCreate or update a batch of calls by ID (`callId`) or unique property value (`idProperty`).

Create or update a batch of calls by ID (`callId`) or unique property value (`idProperty`).

Authentication

Connected account required

Scopes

crm.objects.services.readcrm.objects.orders.readcrm.objects.contacts.readcrm.objects.listings.readcrm.objects.carts.writecrm.objects.courses.writecrm.objects.quotes.writecrm.objects.users.readcrm.objects.companies.readcrm.objects.appointments.readcrm.objects.partner-clients.writecrm.objects.leads.readcrm.objects.appointments.writecrm.objects.services.writecrm.objects.line_items.readcrm.objects.courses.readcrm.objects.deals.readcrm.objects.invoices.readcrm.objects.partner-clients.readcrm.objects.deals.writecrm.objects.line_items.writecrm.objects.listings.writecrm.objects.companies.writecrm.objects.contacts.writecrm.objects.users.writecrm.objects.commercepayments.readcrm.objects.leads.writecrm.objects.subscriptions.readcrm.objects.carts.readcrm.objects.orders.writecrm.objects.quotes.read

Tags

Calls API
Create or update a batch of communications by unique property valuesHUBSPOT_ENGAGEMENTS_CREATE_OR_UPDATE_ABATCH_OF_COMMUNICATIONS_BY_UNIQUE_PROPERTY_VALUESCreate and update a batch of messages by a unique property. Messages that don't exist will be created, while existing messages will be updated.

Create and update a batch of messages by a unique property. Messages that don't exist will be created, while existing messages will be updated.

Authentication

Connected account required

Scopes

crm.objects.partner-clients.readcrm.objects.deals.writecrm.objects.line_items.writecrm.objects.listings.writecrm.objects.companies.writecrm.objects.contacts.writecrm.objects.users.writecrm.objects.commercepayments.readcrm.objects.leads.writecrm.objects.subscriptions.readcrm.objects.carts.readcrm.objects.orders.writecrm.objects.quotes.readcrm.objects.services.readcrm.objects.orders.readcrm.objects.contacts.readcrm.objects.listings.readcrm.objects.carts.writecrm.objects.courses.writecrm.objects.quotes.writecrm.objects.users.readcrm.objects.companies.readcrm.objects.appointments.readcrm.objects.partner-clients.writecrm.objects.leads.readcrm.objects.appointments.writecrm.objects.services.writecrm.objects.line_items.readcrm.objects.courses.readcrm.objects.deals.readcrm.objects.invoices.read

Tags

Communications API
Create or update a batch of emails by unique property valuesHUBSPOT_ENGAGEMENTS_CREATE_OR_UPDATE_ABATCH_OF_EMAILS_BY_UNIQUE_PROPERTY_VALUESCreate or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Email API
Create or update a batch of meetings by unique property valuesHUBSPOT_ENGAGEMENTS_CREATE_OR_UPDATE_ABATCH_OF_MEETINGS_BY_UNIQUE_PROPERTY_VALUESCreate or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Scopes

crm.objects.services.readcrm.objects.quotes.readcrm.objects.orders.writecrm.objects.carts.readcrm.objects.subscriptions.readcrm.objects.leads.writecrm.objects.commercepayments.readcrm.objects.users.writecrm.objects.contacts.writecrm.objects.companies.writecrm.objects.listings.writecrm.objects.line_items.writecrm.objects.deals.writecrm.objects.partner-clients.readcrm.objects.invoices.readcrm.objects.deals.readcrm.objects.courses.readcrm.objects.line_items.readcrm.objects.services.writecrm.objects.appointments.writecrm.objects.leads.readcrm.objects.partner-clients.writecrm.objects.appointments.readcrm.objects.companies.readcrm.objects.users.readcrm.objects.quotes.writecrm.objects.courses.writecrm.objects.carts.writecrm.objects.listings.readcrm.objects.contacts.readcrm.objects.orders.read

Tags

Meetings API
Create or update a batch of notes by unique property valuesHUBSPOT_ENGAGEMENTS_CREATE_OR_UPDATE_ABATCH_OF_NOTES_BY_UNIQUE_PROPERTY_VALUESCreate or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Scopes

crm.objects.services.readcrm.objects.quotes.readcrm.objects.orders.writecrm.objects.carts.readcrm.objects.subscriptions.readcrm.objects.leads.writecrm.objects.commercepayments.readcrm.objects.users.writecrm.objects.contacts.writecrm.objects.companies.writecrm.objects.listings.writecrm.objects.line_items.writecrm.objects.deals.writecrm.objects.partner-clients.readcrm.objects.invoices.readcrm.objects.deals.readcrm.objects.courses.readcrm.objects.line_items.readcrm.objects.services.writecrm.objects.appointments.writecrm.objects.leads.readcrm.objects.partner-clients.writecrm.objects.appointments.readcrm.objects.companies.readcrm.objects.users.readcrm.objects.quotes.writecrm.objects.courses.writecrm.objects.carts.writecrm.objects.listings.readcrm.objects.contacts.readcrm.objects.orders.read

Tags

Notes API
Create or update a batch of tasks by unique property valuesHUBSPOT_ENGAGEMENTS_CREATE_OR_UPDATE_ABATCH_OF_TASKS_BY_UNIQUE_PROPERTY_VALUESCreate or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Tasks API
CreateHUBSPOT_ENGAGEMENTS_CREATE1Create a email with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard emails is provided.

Create a email with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard emails is provided.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Email APIBasic1
CreateHUBSPOT_ENGAGEMENTS_CREATE2Create a meeting with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard meetings is provided.

Create a meeting with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard meetings is provided.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Meetings APIBasic12
CreateHUBSPOT_ENGAGEMENTS_CREATE3Create a note with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard notes is provided.

Create a note with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard notes is provided.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Notes APIBasic123
CreateHUBSPOT_ENGAGEMENTS_CREATE4Create a postal mail with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard postal mail is provided.

Create a postal mail with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard postal mail is provided.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Postal Mail APIBasic1234
CreateHUBSPOT_ENGAGEMENTS_CREATE5Create a task with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard tasks is provided.

Create a task with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard tasks is provided.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Tasks APIBasic12345
CreateHUBSPOT_ENGAGEMENTS_CREATE6Create a communication with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard communications is provided.

Create a communication with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard communications is provided.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Communications APIBasic123456
get-/crm/v3/objects/postal mail get PageHUBSPOT_ENGAGEMENTS_GET_CRM_V3_OBJECTS_POSTAL_MAIL_GET_PAGERead a page of postal mail. Control what is returned via the `properties` query param.

Read a page of postal mail. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Postal Mail APIBasic1234
get-/crm/v3/objects/postal mail/{postal Mail Id} get By IdHUBSPOT_ENGAGEMENTS_GET_CRM_V3_OBJECTS_POSTAL_MAIL_POSTAL_MAIL_ID_GET_BY_IDRead an Object identified by `{postalMailId}`. `{postalMailId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{postalMailId}`. `{postalMailId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Postal Mail APIBasic1234
ListHUBSPOT_ENGAGEMENTS_LISTRead a page of calls. Control what is returned via the `properties` query param.

Read a page of calls. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Calls APIBasic
ListHUBSPOT_ENGAGEMENTS_LIST1Read a page of emails. Control what is returned via the `properties` query param.

Read a page of emails. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Email APIBasic1
ListHUBSPOT_ENGAGEMENTS_LIST2Read a page of meetings. Control what is returned via the `properties` query param.

Read a page of meetings. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Meetings APIBasic12
ListHUBSPOT_ENGAGEMENTS_LIST3Read a page of notes. Control what is returned via the `properties` query param.

Read a page of notes. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Notes APIBasic123
ListHUBSPOT_ENGAGEMENTS_LIST4Read a page of tasks. Control what is returned via the `properties` query param.

Read a page of tasks. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Tasks APIBasic12345
ListHUBSPOT_ENGAGEMENTS_LIST5Read a page of communications. Control what is returned via the `properties` query param.

Read a page of communications. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Communications APIBasic123456
patch-/crm/v3/objects/postal mail/{postal Mail Id} updateHUBSPOT_ENGAGEMENTS_PATCH_CRM_V3_OBJECTS_POSTAL_MAIL_POSTAL_MAIL_ID_UPDATEPerform a partial update of an Object identified by `{postalMailId}`. `{postalMailId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{postalMailId}`. `{postalMailId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Postal Mail APIBasic1234
post-/crm/v3/objects/meetings/search do SearchHUBSPOT_ENGAGEMENTS_POST_CRM_V3_OBJECTS_MEETINGS_SEARCH_DO_SEARCHpost-/crm/v3/objects/meetings/search do Search

post-/crm/v3/objects/meetings/search do Search

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Meetings APISearch12
post-/crm/v3/objects/notes/search do SearchHUBSPOT_ENGAGEMENTS_POST_CRM_V3_OBJECTS_NOTES_SEARCH_DO_SEARCHpost-/crm/v3/objects/notes/search do Search

post-/crm/v3/objects/notes/search do Search

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Notes APISearch123
post-/crm/v3/objects/postal mail/batch/read readHUBSPOT_ENGAGEMENTS_POST_CRM_V3_OBJECTS_POSTAL_MAIL_BATCH_READ_READpost-/crm/v3/objects/postal mail/batch/read read

post-/crm/v3/objects/postal mail/batch/read read

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Postal Mail APIBatch1234
post-/crm/v3/objects/postal mail/batch/update updateHUBSPOT_ENGAGEMENTS_POST_CRM_V3_OBJECTS_POSTAL_MAIL_BATCH_UPDATE_UPDATEpost-/crm/v3/objects/postal mail/batch/update update

post-/crm/v3/objects/postal mail/batch/update update

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Postal Mail APIBatch1234
post-/crm/v3/objects/tasks/search do SearchHUBSPOT_ENGAGEMENTS_POST_CRM_V3_OBJECTS_TASKS_SEARCH_DO_SEARCHpost-/crm/v3/objects/tasks/search do Search

post-/crm/v3/objects/tasks/search do Search

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Tasks APISearch12345
ReadHUBSPOT_ENGAGEMENTS_READRead an Object identified by `{callId}`. `{callId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{callId}`. `{callId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Calls APIBasic
Read a batch of calls by internal ID, or unique property valuesHUBSPOT_ENGAGEMENTS_READ_ABATCH_OF_CALLS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of calls by internal ID, or unique property values

Read a batch of calls by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Calls APIBatch
Read a batch of communications by internal ID, or unique property valuesHUBSPOT_ENGAGEMENTS_READ_ABATCH_OF_COMMUNICATIONS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of communications by internal ID, or unique property values

Read a batch of communications by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Communications APIBatch123456
Read a batch of emails by internal ID, or unique property valuesHUBSPOT_ENGAGEMENTS_READ_ABATCH_OF_EMAILS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of emails by internal ID, or unique property values

Read a batch of emails by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Email APIBatch1
Read a batch of meetings by internal ID, or unique property valuesHUBSPOT_ENGAGEMENTS_READ_ABATCH_OF_MEETINGS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of meetings by internal ID, or unique property values

Read a batch of meetings by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Meetings APIBatch12
Read a batch of notes by internal ID, or unique property valuesHUBSPOT_ENGAGEMENTS_READ_ABATCH_OF_NOTES_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of notes by internal ID, or unique property values

Read a batch of notes by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Notes APIBatch123
Read a batch of tasks by internal ID, or unique property valuesHUBSPOT_ENGAGEMENTS_READ_ABATCH_OF_TASKS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of tasks by internal ID, or unique property values

Read a batch of tasks by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Tasks APIBatch12345
ReadHUBSPOT_ENGAGEMENTS_READ1Read an Object identified by `{emailId}`. `{emailId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{emailId}`. `{emailId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Email APIBasic1
ReadHUBSPOT_ENGAGEMENTS_READ2Read an Object identified by `{meetingId}`. `{meetingId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{meetingId}`. `{meetingId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Meetings APIBasic12
ReadHUBSPOT_ENGAGEMENTS_READ3Read an Object identified by `{noteId}`. `{noteId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{noteId}`. `{noteId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Notes APIBasic123
ReadHUBSPOT_ENGAGEMENTS_READ4Read an Object identified by `{taskId}`. `{taskId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{taskId}`. `{taskId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Tasks APIBasic12345
ReadHUBSPOT_ENGAGEMENTS_READ5Read an Object identified by `{communicationId}`. `{communicationId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{communicationId}`. `{communicationId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Communications APIBasic123456
SearchHUBSPOT_ENGAGEMENTS_SEARCHSearch

Search

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Postal Mail APISearch1234
Search for callsHUBSPOT_ENGAGEMENTS_SEARCH_FOR_CALLSSearch for calls

Search for calls

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Calls APISearch
Search for emails using specified criteria and filters.HUBSPOT_ENGAGEMENTS_SEARCH_FOR_EMAILS_USING_SPECIFIED_CRITERIA_AND_FILTERSSearch for emails using specified criteria and filters.

Search for emails using specified criteria and filters.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Email APISearch1
Search for messagesHUBSPOT_ENGAGEMENTS_SEARCH_FOR_MESSAGESSearch for messages

Search for messages

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Communications APISearch123456
UpdateHUBSPOT_ENGAGEMENTS_UPDATEPerform a partial update of an Object identified by `{callId}`. `{callId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{callId}`. `{callId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Calls APIBasic
Update a batch of calls by internal ID, or unique property valuesHUBSPOT_ENGAGEMENTS_UPDATE_ABATCH_OF_CALLS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of calls by internal ID, or unique property values

Update a batch of calls by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Calls APIBatch
Update a batch of communications by internal ID, or unique property valuesHUBSPOT_ENGAGEMENTS_UPDATE_ABATCH_OF_COMMUNICATIONS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of communications by internal ID, or unique property values

Update a batch of communications by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Communications APIBatch123456
Update a batch of emails by internal ID, or unique property valuesHUBSPOT_ENGAGEMENTS_UPDATE_ABATCH_OF_EMAILS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of emails by internal ID, or unique property values

Update a batch of emails by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Email APIBatch1
Update a batch of meetings by internal ID, or unique property valuesHUBSPOT_ENGAGEMENTS_UPDATE_ABATCH_OF_MEETINGS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of meetings by internal ID, or unique property values

Update a batch of meetings by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Meetings APIBatch12
Update a batch of notes by internal ID, or unique property valuesHUBSPOT_ENGAGEMENTS_UPDATE_ABATCH_OF_NOTES_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of notes by internal ID, or unique property values

Update a batch of notes by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Notes APIBatch123
Update a batch of tasks by internal ID, or unique property valuesHUBSPOT_ENGAGEMENTS_UPDATE_ABATCH_OF_TASKS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of tasks by internal ID, or unique property values

Update a batch of tasks by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Tasks APIBatch12345
UpdateHUBSPOT_ENGAGEMENTS_UPDATE1Perform a partial update of an Object identified by `{emailId}`. `{emailId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{emailId}`. `{emailId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Email APIBasic1
UpdateHUBSPOT_ENGAGEMENTS_UPDATE2Perform a partial update of an Object identified by `{meetingId}`. `{meetingId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{meetingId}`. `{meetingId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Meetings APIBasic12
UpdateHUBSPOT_ENGAGEMENTS_UPDATE3Perform a partial update of an Object identified by `{noteId}`. `{noteId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{noteId}`. `{noteId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Notes APIBasic123
UpdateHUBSPOT_ENGAGEMENTS_UPDATE4Perform a partial update of an Object identified by `{taskId}`. `{taskId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{taskId}`. `{taskId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Tasks APIBasic12345
UpdateHUBSPOT_ENGAGEMENTS_UPDATE5Perform a partial update of an Object identified by `{communicationId}`. `{communicationId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{communicationId}`. `{communicationId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.line_items.readcrm.objects.deals.readcrm.objects.quotes.writecrm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.writecrm.objects.companies.readcrm.objects.line_items.writecrm.objects.quotes.readcrm.objects.deals.write

Tags

Communications APIBasic123456
Create a property for an event definitionHUBSPOT_EVENTS_CREATE_APROPERTY_FOR_AN_EVENT_DEFINITIONAdd a new property to an existing custom event definition.

Add a new property to an existing custom event definition.

Authentication

Connected account required

Tags

Custom Event Definitions APIEvent definition
Create custom event definitionHUBSPOT_EVENTS_CREATE_CUSTOM_EVENT_DEFINITIONCreate a custom event definition.

Create a custom event definition.

Authentication

Connected account required

Tags

Custom Event Definitions APIEvent definition
Delete an event definitionHUBSPOT_EVENTS_DELETE_AN_EVENT_DEFINITIONDelete an event definition

Delete an event definition

Authentication

Connected account required

Tags

Custom Event Definitions APIEvent definition
Delete a property from a custom event definitionHUBSPOT_EVENTS_DELETE_APROPERTY_FROM_ACUSTOM_EVENT_DEFINITIONDeletes a property from an existing custom event definition.

Deletes a property from an existing custom event definition.

Authentication

Connected account required

Tags

Custom Event Definitions APIEvent definition
Event TypesHUBSPOT_EVENTS_EVENT_TYPESThis endpoint returns a list of event type names which are visible to you. You may use these event type names to query the API for specific event instances of a desired type.

This endpoint returns a list of event type names which are visible to you. You may use these event type names to query the API for specific event instances of a desired type.

Authentication

Connected account required

Scopes

oauth

Tags

Events APIEvents
Retrieve a custom event definitionHUBSPOT_EVENTS_RETRIEVE_ACUSTOM_EVENT_DEFINITIONFetch a single custom event definition by name.

Fetch a single custom event definition by name.

Authentication

Connected account required

Tags

Custom Event Definitions APIEvent definition
Retrieve event dataHUBSPOT_EVENTS_RETRIEVE_EVENT_DATARetrieve instances of event completion data. For example, retrieve all event completions associated with a specific contact.

Retrieve instances of event completion data. For example, retrieve all event completions associated with a specific contact.

Authentication

Connected account required

Scopes

oauth

Tags

Events APIEvents
Retrieve event definitionsHUBSPOT_EVENTS_RETRIEVE_EVENT_DEFINITIONSSearch for existing custom event definitions.

Search for existing custom event definitions.

Authentication

Connected account required

Tags

Custom Event Definitions APIEvent definition
Send a batch of event completionsHUBSPOT_EVENTS_SEND_ABATCH_OF_EVENT_COMPLETIONSSend multiple event completions at once.

Send multiple event completions at once.

Authentication

Connected account required

Scopes

behavioral_events.event_definitions.read_writeanalytics.behavioral_events.send

Tags

Custom Event Definitions API
Send a custom event completionHUBSPOT_EVENTS_SEND_ACUSTOM_EVENT_COMPLETIONEndpoint to send an instance of a behavioral event

Endpoint to send an instance of a behavioral event

Authentication

Connected account required

Tags

Custom Behavioral Events APICustom Behavioral Events API1
Update a custom event definitionHUBSPOT_EVENTS_UPDATE_ACUSTOM_EVENT_DEFINITIONUpdate a specific custom event definition by name.

Update a specific custom event definition by name.

Authentication

Connected account required

Tags

Custom Event Definitions APIEvent definition
Update an existing custom event propertyHUBSPOT_EVENTS_UPDATE_AN_EXISTING_CUSTOM_EVENT_PROPERTYUpdates an existing property in a custom event definition.

Updates an existing property in a custom event definition.

Authentication

Connected account required

Tags

Custom Event Definitions APIEvent definition
Add tokens to an existing templateHUBSPOT_EXTEND_CRM_ADD_TOKENS_TO_AN_EXISTING_TEMPLATEUpdate an existing event type template with new tokens.

Update an existing event type template with new tokens.

Authentication

Connected account required

Tags

Timeline APITokens
Create an event templateHUBSPOT_EXTEND_CRM_CREATE_AN_EVENT_TEMPLATEEvent templates define the general structure for a custom timeline event, and enable you to send event data to HubSpot. A template includes formatted copy for its heading and details, as well as any custom property definitions. A single app can include up to 750 event templates.<br/><Warning>the `v1` and `v3` timeline events APIs are only available for app partners with existing `v1`/`v3` timeline events defined in their public app. <ul><li>If your app doesn't include any timeline events yet, requests to this endpoint will fail. Instead, you can get started on [latest version of the developer platform](/apps/developer-platform/build-apps/overview). Note that you'll need to request approval before you can define app events for your app. Learn more in the [app events overview](/apps/developer-platform/add-features/app-events/overview).</li><li>If your app includes a `v1`/`v3` timeline event, learn how to [migrate it to the developer platform](/apps/developer-platform/add-features/app-events/create-and-manage-event-types#migrate-an-existing-timeline-event-type). You don't need to request approval before migrating existing event types.</li></ul>If you're not an app partner, you can send custom event data to HubSpot using the [custom events API](/api-reference/events-manage-event-definitions-v3/guide).</Warning>

Event templates define the general structure for a custom timeline event, and enable you to send event data to HubSpot. A template includes formatted copy for its heading and details, as well as any custom property definitions. A single app can include up to 750 event templates.<br/><Warning>the `v1` and `v3` timeline events APIs are only available for app partners with existing `v1`/`v3` timeline events defined in their public app. <ul><li>If your app doesn't include any timeline events yet, requests to this endpoint will fail. Instead, you can get started on [latest version of the developer platform](/apps/developer-platform/build-apps/overview). Note that you'll need to request approval before you can define app events for your app. Learn more in the [app events overview](/apps/developer-platform/add-features/app-events/overview).</li><li>If your app includes a `v1`/`v3` timeline event, learn how to [migrate it to the developer platform](/apps/developer-platform/add-features/app-events/create-and-manage-event-types#migrate-an-existing-timeline-event-type). You don't need to request approval before migrating existing event types.</li></ul>If you're not an app partner, you can send custom event data to HubSpot using the [custom events API](/api-reference/events-manage-event-definitions-v3/guide).</Warning>

Authentication

Connected account required

Tags

Timeline APITemplates
Create multiple eventsHUBSPOT_EXTEND_CRM_CREATE_MULTIPLE_EVENTSBatch create multiple instances of timeline events based on an event template. Once created, these event are immutable on the object timeline and cannot be modified. If the event template was configured to update object properties via `objectPropertyName`, this call will also attempt to updates those properties, or add them if they don't exist.

Batch create multiple instances of timeline events based on an event template. Once created, these event are immutable on the object timeline and cannot be modified. If the event template was configured to update object properties via `objectPropertyName`, this call will also attempt to updates those properties, or add them if they don't exist.

Authentication

Connected account required

Scopes

crm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.schemas.companies.readcrm.schemas.companies.writecrm.schemas.contacts.readcrm.schemas.contacts.writecrm.schemas.deals.readcrm.schemas.deals.writeticketstickets.highly_sensitive.v2tickets.sensitive.v2timeline

Tags

Timeline APIEvents
Create new calling extension settings for a specific app.HUBSPOT_EXTEND_CRM_CREATE_NEW_CALLING_EXTENSION_SETTINGS_FOR_ASPECIFIC_APPUsed to set the menu label, target iframe URL, and dimensions for your calling extension.

Used to set the menu label, target iframe URL, and dimensions for your calling extension.

Authentication

Connected account required

Tags

Callings Extensions APISettings
Create new channel connection settings for a specific app.HUBSPOT_EXTEND_CRM_CREATE_NEW_CHANNEL_CONNECTION_SETTINGS_FOR_ASPECIFIC_APPConfigure [channel connection settings](https://developers.hubspot.com/docs/guides/api/crm/extensions/third-party-calling#create-channel-connection-settings) for the app.

Configure [channel connection settings](https://developers.hubspot.com/docs/guides/api/crm/extensions/third-party-calling#create-channel-connection-settings) for the app.

Authentication

Connected account required

Tags

Callings Extensions API
Create or update settingsHUBSPOT_EXTEND_CRM_CREATE_OR_UPDATE_SETTINGSUpdates the settings for a video conference application with the specified ID.

Updates the settings for a video conference application with the specified ID.

Authentication

Connected account required

Tags

Video Conference Ext APISettings1
Create recording settings for an app.HUBSPOT_EXTEND_CRM_CREATE_RECORDING_SETTINGS_FOR_AN_APPCreate recording settings for an app.

Create recording settings for an app.

Authentication

Connected account required

Tags

Callings Extensions APIRecording_Settings
Delete an event templateHUBSPOT_EXTEND_CRM_DELETE_AN_EVENT_TEMPLATEDelete an event type template by ID.

Delete an event type template by ID.

Authentication

Connected account required

Tags

Timeline APITemplates
Delete a template tokenHUBSPOT_EXTEND_CRM_DELETE_ATEMPLATE_TOKENDelete an existing token from a specific event type template.

Delete an existing token from a specific event type template.

Authentication

Connected account required

Tags

Timeline APITokens
Delete settingsHUBSPOT_EXTEND_CRM_DELETE_SETTINGSDeletes the settings for a video conference application with the specified ID.

Deletes the settings for a video conference application with the specified ID.

Authentication

Connected account required

Tags

Video Conference Ext APISettings1
Delete the calling extension settings for a specific app.HUBSPOT_EXTEND_CRM_DELETE_THE_CALLING_EXTENSION_SETTINGS_FOR_ASPECIFIC_APPDeletes this calling extension. This will remove your service as an option for all connected accounts.

Deletes this calling extension. This will remove your service as an option for all connected accounts.

Authentication

Connected account required

Tags

Callings Extensions APISettings
Get all event templatesHUBSPOT_EXTEND_CRM_GET_ALL_EVENT_TEMPLATESRetrieve all templates defined for an app.

Retrieve all templates defined for an app.

Authentication

Connected account required

Tags

Timeline APITemplates
Get an event instanceHUBSPOT_EXTEND_CRM_GET_AN_EVENT_INSTANCERetrieve an event instance, specified by template ID and event ID.

Retrieve an event instance, specified by template ID and event ID.

Authentication

Connected account required

Scopes

crm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.schemas.companies.readcrm.schemas.companies.writecrm.schemas.contacts.readcrm.schemas.contacts.writecrm.schemas.deals.readcrm.schemas.deals.writeticketstickets.highly_sensitive.v2tickets.sensitive.v2timeline

Tags

Timeline APIEvents
Get an event templateHUBSPOT_EXTEND_CRM_GET_AN_EVENT_TEMPLATERetrieve an event type template by ID.

Retrieve an event type template by ID.

Authentication

Connected account required

Tags

Timeline APITemplates
Get event detailsHUBSPOT_EXTEND_CRM_GET_EVENT_DETAILSRetrieve details for a specific event, specified by template ID and event ID.

Retrieve details for a specific event, specified by template ID and event ID.

Authentication

Connected account required

Scopes

crm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.schemas.companies.readcrm.schemas.companies.writecrm.schemas.contacts.readcrm.schemas.contacts.writecrm.schemas.deals.readcrm.schemas.deals.writeticketstickets.highly_sensitive.v2tickets.sensitive.v2timeline

Tags

Timeline APIEvents
Get event render by IDHUBSPOT_EXTEND_CRM_GET_EVENT_RENDER_BY_IDRetrieve the template renderings in HTML format for a specific event.

Retrieve the template renderings in HTML format for a specific event.

Authentication

Connected account required

Scopes

crm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.schemas.companies.readcrm.schemas.companies.writecrm.schemas.contacts.readcrm.schemas.contacts.writecrm.schemas.deals.readcrm.schemas.deals.writeticketstickets.highly_sensitive.v2tickets.sensitive.v2timeline

Tags

Timeline APIEvents
Get settingsHUBSPOT_EXTEND_CRM_GET_SETTINGSReturn the settings for a video conference application with the specified ID.

Return the settings for a video conference application with the specified ID.

Authentication

Connected account required

Tags

Video Conference Ext APISettings1
Mark a call recording as ready for retrieval.HUBSPOT_EXTEND_CRM_MARK_ACALL_RECORDING_AS_READY_FOR_RETRIEVALMark a call recording as ready for transcription, specifying the call by its ID (`engagementid`).

Mark a call recording as ready for transcription, specifying the call by its ID (`engagementid`).

Authentication

Connected account required

Scopes

crm.schemas.contacts.writecrm.objects.contacts.writecrm.objects.contacts.readcrm.schemas.contacts.read

Tags

Callings Extensions API
Remove the channel connection settings for a specific app.HUBSPOT_EXTEND_CRM_REMOVE_THE_CHANNEL_CONNECTION_SETTINGS_FOR_ASPECIFIC_APPDelete the [channel connection settings](https://developers.hubspot.com/docs/guides/api/crm/extensions/third-party-calling#delete-existing-channel-connection-settings) for the app.

Delete the [channel connection settings](https://developers.hubspot.com/docs/guides/api/crm/extensions/third-party-calling#delete-existing-channel-connection-settings) for the app.

Authentication

Connected account required

Tags

Callings Extensions API
Retrieve recording settings for an app.HUBSPOT_EXTEND_CRM_RETRIEVE_RECORDING_SETTINGS_FOR_AN_APPRetrieve recording settings for an app.

Retrieve recording settings for an app.

Authentication

Connected account required

Tags

Callings Extensions APIRecording_Settings
Retrieve the calling extension settings for a specific app.HUBSPOT_EXTEND_CRM_RETRIEVE_THE_CALLING_EXTENSION_SETTINGS_FOR_ASPECIFIC_APPReturns the calling extension settings configured for your app.

Returns the calling extension settings configured for your app.

Authentication

Connected account required

Tags

Callings Extensions APISettings
Retrieve the channel connection settings for a specific app.HUBSPOT_EXTEND_CRM_RETRIEVE_THE_CHANNEL_CONNECTION_SETTINGS_FOR_ASPECIFIC_APPRetrieve the settings related to the app's [channel connection](https://developers.hubspot.com/docs/guides/api/crm/extensions/third-party-calling#fetch-existing-channel-connection-settings).

Retrieve the settings related to the app's [channel connection](https://developers.hubspot.com/docs/guides/api/crm/extensions/third-party-calling#fetch-existing-channel-connection-settings).

Authentication

Connected account required

Tags

Callings Extensions API
Send event data (single)HUBSPOT_EXTEND_CRM_SEND_EVENT_DATA_SINGLESend a single instance of event data to a specified event type.

Send a single instance of event data to a specified event type.

Authentication

Connected account required

Scopes

crm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.schemas.companies.readcrm.schemas.companies.writecrm.schemas.contacts.readcrm.schemas.contacts.writecrm.schemas.deals.readcrm.schemas.deals.writeticketstickets.highly_sensitive.v2tickets.sensitive.v2timeline

Tags

Timeline APIEvents
Submit details of an inbound call to the CRM.HUBSPOT_EXTEND_CRM_SUBMIT_DETAILS_OF_AN_INBOUND_CALL_TO_THE_CRMThis endpoint allows you to submit information about an inbound call to the CRM system. The request must include details such as the external call ID, call status, and involved phone numbers. This operation helps in logging and managing inbound call data within the CRM.

This endpoint allows you to submit information about an inbound call to the CRM system. The request must include details such as the external call ID, call status, and involved phone numbers. This operation helps in logging and managing inbound call data within the CRM.

Authentication

Connected account required

Scopes

contacts-readcontacts-writecrm-transcription-api-readcrm-transcription-api-writedevelopers-readdevelopers-write

Tags

Callings Extensions API
Update an event templateHUBSPOT_EXTEND_CRM_UPDATE_AN_EVENT_TEMPLATEUpdate an existing event template, specified by ID.

Update an existing event template, specified by ID.

Authentication

Connected account required

Tags

Timeline APITemplates
Update a template tokenHUBSPOT_EXTEND_CRM_UPDATE_ATEMPLATE_TOKENUpdate an event type template token, specified by token name.

Update an event type template token, specified by token name.

Authentication

Connected account required

Tags

Timeline APITokens
Update recording settings for an app.HUBSPOT_EXTEND_CRM_UPDATE_RECORDING_SETTINGS_FOR_AN_APPUpdate recording settings for an app.

Update recording settings for an app.

Authentication

Connected account required

Tags

Callings Extensions APIRecording_Settings
Update the calling extension settings for a specific app.HUBSPOT_EXTEND_CRM_UPDATE_THE_CALLING_EXTENSION_SETTINGS_FOR_ASPECIFIC_APPUpdates existing calling extension settings.

Updates existing calling extension settings.

Authentication

Connected account required

Tags

Callings Extensions APISettings
Update the channel connection settings for a specific app.HUBSPOT_EXTEND_CRM_UPDATE_THE_CHANNEL_CONNECTION_SETTINGS_FOR_ASPECIFIC_APPUpdate existing [channel connection settings](https://developers.hubspot.com/docs/guides/api/crm/extensions/third-party-calling#manage-the-webhook-settings-for-channel-connection) for your app.

Update existing [channel connection settings](https://developers.hubspot.com/docs/guides/api/crm/extensions/third-party-calling#manage-the-webhook-settings-for-channel-connection) for your app.

Authentication

Connected account required

Tags

Callings Extensions API
Execute a GraphQL operationHUBSPOT_GRAPHQL_COLLECTOR_EXECUTE_AGRAPHQL_OPERATIONTo make an API request to the /collector/graphql endpoint, the following scopes are required: - collector.graphql_schema.read - collector.graphql_query.execute Note: You must also include any scopes that correspond to the data sources in your query. For example, the crm.objects.contacts.read scope is required if you're fetching contacts in your query. Once a user has authorized the required scopes above, you can make a POST request to the /collector/graphql endpoint and include the following fields:

To make an API request to the /collector/graphql endpoint, the following scopes are required: - collector.graphql_schema.read - collector.graphql_query.execute Note: You must also include any scopes that correspond to the data sources in your query. For example, the crm.objects.contacts.read scope is required if you're fetching contacts in your query. Once a user has authorized the required scopes above, you can make a POST request to the /collector/graphql endpoint and include the following fields:

Authentication

Connected account required

Scopes

collector.graphql_schema.readcollector.graphql_query.execute

Tags

/
Add asset associationHUBSPOT_MARKETING_ADD_ASSET_ASSOCIATIONAssociate a specified asset with a campaign. Important: Currently, only the following asset types can be associated and disassociated via the API: Forms, Static lists, External website pages

Associate a specified asset with a campaign. Important: Currently, only the following asset types can be associated and disassociated via the API: Forms, Static lists, External website pages

Authentication

Connected account required

Scopes

marketing.campaigns.readmarketing.campaigns.revenue.read

Tags

Campaigns APIAsset
Add budget itemHUBSPOT_MARKETING_ADD_BUDGET_ITEMAdd a new budget item to the campaign

Add a new budget item to the campaign

Authentication

Connected account required

Tags

Campaigns API
Archive a form definitionHUBSPOT_MARKETING_ARCHIVE_AFORM_DEFINITIONArchive a form definition. New submissions will not be accepted and the form definition will be permanently deleted after 3 months.

Archive a form definition. New submissions will not be accepted and the form definition will be permanently deleted after 3 months.

Authentication

Connected account required

Tags

Forms APIForms
Associate a list with a marketing eventHUBSPOT_MARKETING_ASSOCIATE_ALIST_WITH_AMARKETING_EVENTAssociates a list with a marketing event by marketing event id and ILS list id

Associates a list with a marketing event by marketing event id and ILS list id

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]
Associate a list with a marketing eventHUBSPOT_MARKETING_ASSOCIATE_ALIST_WITH_AMARKETING_EVENT1Associates a list with a marketing event by external account id, external event id, and ILS list id

Associates a list with a marketing event by external account id, external event id, and ILS list id

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]
Associate a list with a marketing eventHUBSPOT_MARKETING_ASSOCIATE_ALIST_WITH_AMARKETING_EVENT2Associates a list with a marketing event by external account id, external event id, and ILS list id

Associates a list with a marketing event by external account id, external event id, and ILS list id

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]List Associations
Associate a list with a marketing eventHUBSPOT_MARKETING_ASSOCIATE_ALIST_WITH_AMARKETING_EVENT3Associates a list with a marketing event by marketing event id and ILS list id

Associates a list with a marketing event by marketing event id and ILS list id

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]List Associations
Batch retrieve contacts who have opted out of all communicationsHUBSPOT_MARKETING_BATCH_RETRIEVE_CONTACTS_WHO_HAVE_OPTED_OUT_OF_ALL_COMMUNICATIONSChecks whether a set of contacts have opted out of all communications.

Checks whether a set of contacts have opted out of all communications.

Authentication

Connected account required

Scopes

communication_preferences.readcommunication_preferences.read_writecommunication_preferences.statuses.batch.readcommunication_preferences.statuses.batch.writecommunication_preferences.write

Tags

Subscription Preferences V4 APIPublic_Status
Batch retrieve subscription statusesHUBSPOT_MARKETING_BATCH_RETRIEVE_SUBSCRIPTION_STATUSESBatch retrieve subscription statuses for a set of contacts.

Batch retrieve subscription statuses for a set of contacts.

Authentication

Connected account required

Scopes

communication_preferences.readcommunication_preferences.read_writecommunication_preferences.statuses.batch.readcommunication_preferences.statuses.batch.writecommunication_preferences.write

Tags

Subscription Preferences V4 APIPublic_Status
Batch unsubscribe contacts from all subscriptionsHUBSPOT_MARKETING_BATCH_UNSUBSCRIBE_CONTACTS_FROM_ALL_SUBSCRIPTIONSUnsubscribe a set of contacts from all email subscriptions.

Unsubscribe a set of contacts from all email subscriptions.

Authentication

Connected account required

Scopes

communication_preferences.readcommunication_preferences.read_writecommunication_preferences.statuses.batch.readcommunication_preferences.statuses.batch.writecommunication_preferences.write

Tags

Subscription Preferences V4 APIPublic_Status
Batch update subscription statusHUBSPOT_MARKETING_BATCH_UPDATE_SUBSCRIPTION_STATUSUpdate the subscription status for a set of contacts.

Update the subscription status for a set of contacts.

Authentication

Connected account required

Scopes

communication_preferences.readcommunication_preferences.read_writecommunication_preferences.statuses.batch.readcommunication_preferences.statuses.batch.writecommunication_preferences.write

Tags

Subscription Preferences V4 APIPublic_Status
Campaign searchHUBSPOT_MARKETING_CAMPAIGN_SEARCHThis endpoint allows users to search for and return a page of campaigns based on various query parameters. Users can filter by name, sort, and paginate through the campaigns, as well as control which properties are returned in the response.

This endpoint allows users to search for and return a page of campaigns based on various query parameters. Users can filter by name, sort, and paginate through the campaigns, as well as control which properties are returned in the response.

Authentication

Connected account required

Scopes

marketing.campaigns.readmarketing.campaigns.revenue.read

Tags

Campaigns APISearch1
Clone a marketing emailHUBSPOT_MARKETING_CLONE_AMARKETING_EMAILThis will create a duplicate email with the same properties as the original, with the exception of a unique ID.

This will create a duplicate email with the same properties as the original, with the exception of a unique ID.

Authentication

Connected account required

Tags

Marketing Emails API
Create a batch of campaignsHUBSPOT_MARKETING_CREATE_ABATCH_OF_CAMPAIGNSThis endpoint creates a batch of campaigns. The maximum number of items in a batch request is 50. The campaigns in the response are not guaranteed to be in the same order as they were provided in the request.

This endpoint creates a batch of campaigns. The maximum number of items in a batch request is 50. The campaigns in the response are not guaranteed to be in the same order as they were provided in the request.

Authentication

Connected account required

Scopes

marketing.campaigns.readmarketing.campaigns.revenue.read

Tags

Campaigns APIBatch12
Create a campaignHUBSPOT_MARKETING_CREATE_ACAMPAIGNCreate a campaign with the given properties and return the campaign object, including the campaignGuid and created properties.

Create a campaign with the given properties and return the campaign object, including the campaignGuid and created properties.

Authentication

Connected account required

Scopes

marketing.campaigns.readmarketing.campaigns.revenue.read

Tags

Campaigns APIBasic12
Create a formHUBSPOT_MARKETING_CREATE_AFORMAdd a new `hubspot` form

Add a new `hubspot` form

Authentication

Connected account required

Tags

Forms APIForms
Create a marketing eventHUBSPOT_MARKETING_CREATE_AMARKETING_EVENTCreates a new marketing event in HubSpot

Creates a new marketing event in HubSpot

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]Basic
Create a marketing eventHUBSPOT_MARKETING_CREATE_AMARKETING_EVENT1Creates a new marketing event in HubSpot

Creates a new marketing event in HubSpot

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Basic1
Create an A/B test variation of a marketing emailHUBSPOT_MARKETING_CREATE_AN_ABTEST_VARIATION_OF_AMARKETING_EMAILCreate a variation of a marketing email for an A/B test. The new variation will be created as a draft. If an active variation already exists, a new one won't be created.

Create a variation of a marketing email for an A/B test. The new variation will be created as a draft. If an active variation already exists, a new one won't be created.

Authentication

Connected account required

Tags

Marketing Emails API
Create a new marketing emailHUBSPOT_MARKETING_CREATE_ANEW_MARKETING_EMAILUse this endpoint to create a new marketing email.

Use this endpoint to create a new marketing email.

Authentication

Connected account required

Tags

Marketing Emails APIMarketing Emails
Create campaign spend itemHUBSPOT_MARKETING_CREATE_CAMPAIGN_SPEND_ITEMCreate a new campaign spend item

Create a new campaign spend item

Authentication

Connected account required

Tags

Campaigns API
Create or update a marketing eventHUBSPOT_MARKETING_CREATE_OR_UPDATE_AMARKETING_EVENTUpsets a Marketing Event. If there is an existing Marketing event with the specified id, it will be updated; otherwise a new event will be created.

Upsets a Marketing Event. If there is an existing Marketing event with the specified id, it will be updated; otherwise a new event will be created.

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]Basic
Create or update a marketing eventHUBSPOT_MARKETING_CREATE_OR_UPDATE_AMARKETING_EVENT1Upserts a marketing event If there is an existing marketing event with the specified ID, it will be updated; otherwise a new event will be created.

Upserts a marketing event If there is an existing marketing event with the specified ID, it will be updated; otherwise a new event will be created.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Basic1
Create or update draft versionHUBSPOT_MARKETING_CREATE_OR_UPDATE_DRAFT_VERSIONCreate or update the draft version of a marketing email. If no draft exists, the system creates a draft from the current “live” email then applies the request body to that draft. The draft version only lives on the buffer—the email is not cloned.

Create or update the draft version of a marketing email. If no draft exists, the system creates a draft from the current “live” email then applies the request body to that draft. The draft version only lives on the buffer—the email is not cloned.

Authentication

Connected account required

Tags

Marketing Emails APIMarketing Emails
Create or Update Multiple Marketing EventsHUBSPOT_MARKETING_CREATE_OR_UPDATE_MULTIPLE_MARKETING_EVENTSUpset multiple Marketing Event. If there is an existing Marketing event with the specified id, it will be updated; otherwise a new event will be created.

Upset multiple Marketing Event. If there is an existing Marketing event with the specified id, it will be updated; otherwise a new event will be created.

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]Batch
Create or Update Multiple Marketing EventsHUBSPOT_MARKETING_CREATE_OR_UPDATE_MULTIPLE_MARKETING_EVENTS1Upserts multiple Marketing Events. If a Marketing Event with the specified ID already exists, it will be updated; otherwise, a new event will be created. Only Marketing Events originally created by the same app can be updated.

Upserts multiple Marketing Events. If a Marketing Event with the specified ID already exists, it will be updated; otherwise, a new event will be created. Only Marketing Events originally created by the same app can be updated.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Batch1
Delete a batch of campaignsHUBSPOT_MARKETING_DELETE_ABATCH_OF_CAMPAIGNSThis endpoint deletes a batch of campaigns. The maximum number of items in a batch request is 50. The response will always be 204 No Content, regardless of whether the campaigns exist or not, whether they were successfully deleted or not, or if only some of the campaigns in the batch were deleted.

This endpoint deletes a batch of campaigns. The maximum number of items in a batch request is 50. The response will always be 204 No Content, regardless of whether the campaigns exist or not, whether they were successfully deleted or not, or if only some of the campaigns in the batch were deleted.

Authentication

Connected account required

Scopes

marketing.campaigns.readmarketing.campaigns.revenue.read

Tags

Campaigns APIBatch12
Delete a marketing emailHUBSPOT_MARKETING_DELETE_AMARKETING_EMAILDelete a marketing email

Delete a marketing email

Authentication

Connected account required

Tags

Marketing Emails APIMarketing Emails
Delete budget itemHUBSPOT_MARKETING_DELETE_BUDGET_ITEMDelete a specific budget item by ID

Delete a specific budget item by ID

Authentication

Connected account required

Tags

Campaigns API
Delete campaignHUBSPOT_MARKETING_DELETE_CAMPAIGNDelete a specified campaign from the system. This call will return a 204 No Content response regardless of whether the campaignGuid provided corresponds to an existing campaign or not.

Delete a specified campaign from the system. This call will return a 204 No Content response regardless of whether the campaignGuid provided corresponds to an existing campaign or not.

Authentication

Connected account required

Scopes

marketing.campaigns.readmarketing.campaigns.revenue.read

Tags

Campaigns APIBasic12
Delete campaign spend itemHUBSPOT_MARKETING_DELETE_CAMPAIGN_SPEND_ITEMDelete a specific campaign spend item by ID

Delete a specific campaign spend item by ID

Authentication

Connected account required

Tags

Campaigns API
Delete Marketing Event by External IdsHUBSPOT_MARKETING_DELETE_MARKETING_EVENT_BY_EXTERNAL_IDSDeletes an existing Marketing Event with the specified id, if one exists.

Deletes an existing Marketing Event with the specified id, if one exists.

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]Basic
Delete Marketing Event by External IdsHUBSPOT_MARKETING_DELETE_MARKETING_EVENT_BY_EXTERNAL_IDS1Deletes the existing Marketing Event with the specified externalAccountId, externalEventId, if it exists. Only Marketing Events created by the same app can be deleted.

Deletes the existing Marketing Event with the specified externalAccountId, externalEventId, if it exists. Only Marketing Events created by the same app can be deleted.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Basic1
Delete Marketing Event by objectIdHUBSPOT_MARKETING_DELETE_MARKETING_EVENT_BY_OBJECTIDDeletes the existing Marketing Event with the specified objectId, if it exists.

Deletes the existing Marketing Event with the specified objectId, if it exists.

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]
Delete Marketing Event by objectIdHUBSPOT_MARKETING_DELETE_MARKETING_EVENT_BY_OBJECTID1Deletes the existing Marketing Event with the specified objectId, if it exists.

Deletes the existing Marketing Event with the specified objectId, if it exists.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Basic1
Delete Multiple Marketing Events by External IdsHUBSPOT_MARKETING_DELETE_MULTIPLE_MARKETING_EVENTS_BY_EXTERNAL_IDSBulk delete a number of marketing events in HubSpot

Bulk delete a number of marketing events in HubSpot

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]Batch
Delete Multiple Marketing Events by External IdsHUBSPOT_MARKETING_DELETE_MULTIPLE_MARKETING_EVENTS_BY_EXTERNAL_IDS1Deletes multiple Marketing Events based on externalAccountId, externalEventId, and appId. Only Marketing Events created by the same apps will be deleted; events from other apps cannot be removed by this endpoint.

Deletes multiple Marketing Events based on externalAccountId, externalEventId, and appId. Only Marketing Events created by the same apps will be deleted; events from other apps cannot be removed by this endpoint.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Batch1
Delete Multiple Marketing Events by ObjectIdHUBSPOT_MARKETING_DELETE_MULTIPLE_MARKETING_EVENTS_BY_OBJECTIDDeletes multiple Marketing Events from the portal based on their objectId, if they exist. Responses: 204: Returned if all specified Marketing Events were successfully deleted. 207: Returned if some objectIds did not correspond to any existing Marketing Events.

Deletes multiple Marketing Events from the portal based on their objectId, if they exist. Responses: 204: Returned if all specified Marketing Events were successfully deleted. 207: Returned if some objectIds did not correspond to any existing Marketing Events.

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]
Delete Multiple Marketing Events by ObjectIdHUBSPOT_MARKETING_DELETE_MULTIPLE_MARKETING_EVENTS_BY_OBJECTID1Deletes multiple Marketing Events from the portal based on their objectId, if they exist. Responses: 204: Returned if all specified Marketing Events were successfully deleted. 207: Returned if some objectIds did not correspond to any existing Marketing Events.

Deletes multiple Marketing Events from the portal based on their objectId, if they exist. Responses: 204: Returned if all specified Marketing Events were successfully deleted. 207: Returned if some objectIds did not correspond to any existing Marketing Events.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Batch1
Disassociate a list from a marketing eventHUBSPOT_MARKETING_DISASSOCIATE_ALIST_FROM_AMARKETING_EVENTDisassociates a list from a marketing event by marketing event id and ILS list id

Disassociates a list from a marketing event by marketing event id and ILS list id

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]
Disassociate a list from a marketing eventHUBSPOT_MARKETING_DISASSOCIATE_ALIST_FROM_AMARKETING_EVENT1Disassociates a list from a marketing event by external account id, external event id, and ILS list id

Disassociates a list from a marketing event by external account id, external event id, and ILS list id

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]
Disassociate a list from a marketing eventHUBSPOT_MARKETING_DISASSOCIATE_ALIST_FROM_AMARKETING_EVENT2Disassociates a list from a marketing event by external account id, external event id, and ILS list id

Disassociates a list from a marketing event by external account id, external event id, and ILS list id

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]List Associations
Disassociate a list from a marketing eventHUBSPOT_MARKETING_DISASSOCIATE_ALIST_FROM_AMARKETING_EVENT3Disassociates a list from a marketing event by marketing event id and ILS list id

Disassociates a list from a marketing event by marketing event id and ILS list id

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]List Associations
Fetch contact IDsHUBSPOT_MARKETING_FETCH_CONTACT_IDSFetch the list of contact IDs for the specified campaign and contact type

Fetch the list of contact IDs for the specified campaign and contact type

Authentication

Connected account required

Scopes

marketing.campaigns.readmarketing.campaigns.revenue.read

Tags

Campaigns APIReports
Fetch revenueHUBSPOT_MARKETING_FETCH_REVENUEFetch revenue attribution report data for a specified campaign

Fetch revenue attribution report data for a specified campaign

Authentication

Connected account required

Tags

Campaigns APIReports
Find App-Specific Marketing Events by External Event IdHUBSPOT_MARKETING_FIND_APP_SPECIFIC_MARKETING_EVENTS_BY_EXTERNAL_EVENT_IDSearch for marketing events that have an event id that starts with the query string

Search for marketing events that have an event id that starts with the query string

Authentication

Connected account required

Scopes

crm.objects.marketing_events.writecrm.objects.marketing_events.read

Tags

Marketing Events APIv3 [legacy]Search
Find App-Specific Marketing Events by External Event IdHUBSPOT_MARKETING_FIND_APP_SPECIFIC_MARKETING_EVENTS_BY_EXTERNAL_EVENT_ID1Retrieves Marketing Events where the externalEventId matches the value provided in the request, limited to events created by the app making the request. Marketing Events created by other apps will not be included in the results.

Retrieves Marketing Events where the externalEventId matches the value provided in the request, limited to events created by the app making the request. Marketing Events created by other apps will not be included in the results.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Identifiers
Find Marketing Events by External Event IdHUBSPOT_MARKETING_FIND_MARKETING_EVENTS_BY_EXTERNAL_EVENT_IDThis endpoint searches the portal for all Marketing Events whose externalEventId matches the value provided in the request. It retrieves the objectId and additional event details for each matching Marketing Event. Since multiple Marketing Events can have the same externalEventId, the endpoint returns all matching results. Note: Marketing Events become searchable by externalEventId a few minutes after creation.

This endpoint searches the portal for all Marketing Events whose externalEventId matches the value provided in the request. It retrieves the objectId and additional event details for each matching Marketing Event. Since multiple Marketing Events can have the same externalEventId, the endpoint returns all matching results. Note: Marketing Events become searchable by externalEventId a few minutes after creation.

Authentication

Connected account required

Scopes

crm.objects.marketing_events.readcrm.objects.marketing_events.write

Tags

Marketing Events APIv3 [legacy]
Find Marketing Events by External Event IdHUBSPOT_MARKETING_FIND_MARKETING_EVENTS_BY_EXTERNAL_EVENT_ID1This endpoint searches the portal for all Marketing Events whose externalEventId matches the value provided in the request. It retrieves the objectId and additional event details for each matching Marketing Event. Since multiple Marketing Events can have the same externalEventId, the endpoint returns all matching results. Note: Marketing Events become searchable by externalEventId a few minutes after creation.

This endpoint searches the portal for all Marketing Events whose externalEventId matches the value provided in the request. It retrieves the objectId and additional event details for each matching Marketing Event. Since multiple Marketing Events can have the same externalEventId, the endpoint returns all matching results. Note: Marketing Events become searchable by externalEventId a few minutes after creation.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Identifiers
Get a form definitionHUBSPOT_MARKETING_GET_AFORM_DEFINITIONReturns a form based on the form ID provided.

Returns a form based on the form ID provided.

Authentication

Connected account required

Tags

Forms APIForms
Get aggregated statistic intervalsHUBSPOT_MARKETING_GET_AGGREGATED_STATISTIC_INTERVALSGet aggregated statistics in intervals for a specified time span. Each interval contains aggregated statistics of the emails that were sent in that time.

Get aggregated statistics in intervals for a specified time span. Each interval contains aggregated statistics of the emails that were sent in that time.

Authentication

Connected account required

Tags

Marketing Emails APIStatistics
Get aggregated statisticsHUBSPOT_MARKETING_GET_AGGREGATED_STATISTICSUse this endpoint to get aggregated statistics of emails sent in a specified time span. It also returns the list of emails that were sent during the time span.

Use this endpoint to get aggregated statistics of emails sent in a specified time span. It also returns the list of emails that were sent during the time span.

Authentication

Connected account required

Tags

Marketing Emails APIStatistics
Get a list of formsHUBSPOT_MARKETING_GET_ALIST_OF_FORMSReturns a list of forms based on the search filters. By default, it returns the first 20 `hubspot` forms

Returns a list of forms based on the search filters. By default, it returns the first 20 `hubspot` forms

Authentication

Connected account required

Tags

Forms APIForms
Get all marketing emailsHUBSPOT_MARKETING_GET_ALL_MARKETING_EMAILSThe results can be filtered, allowing you to find a specific set of emails. See the table below for a full list of filtering options.

The results can be filtered, allowing you to find a specific set of emails. See the table below for a full list of filtering options.

Authentication

Connected account required

Tags

Marketing Emails APIMarketing Emails
Get all marketing eventHUBSPOT_MARKETING_GET_ALL_MARKETING_EVENTReturns all Marketing Events available on the portal, along with their properties, regardless of whether they were created manually or through the application. The marketing events returned by this endpoint are sorted by objectId.

Returns all Marketing Events available on the portal, along with their properties, regardless of whether they were created manually or through the application. The marketing events returned by this endpoint are sorted by objectId.

Authentication

Connected account required

Scopes

crm.objects.marketing_events.readcrm.objects.marketing_events.write

Tags

Marketing Events APIv3 [legacy]
Get a revision of a marketing emailHUBSPOT_MARKETING_GET_AREVISION_OF_AMARKETING_EMAILGet a specific revision of a marketing email.

Get a specific revision of a marketing email.

Authentication

Connected account required

Tags

Marketing Emails APIMarketing Emails
Get Campaign MetricsHUBSPOT_MARKETING_GET_CAMPAIGN_METRICSThis endpoint retrieves key attribution metrics for a specified campaign, such as sessions, new contacts, and influenced contacts.

This endpoint retrieves key attribution metrics for a specified campaign, such as sessions, new contacts, and influenced contacts.

Authentication

Connected account required

Scopes

marketing.campaigns.readmarketing.campaigns.revenue.read

Tags

Campaigns APIReports
Get draft version of a marketing emailHUBSPOT_MARKETING_GET_DRAFT_VERSION_OF_AMARKETING_EMAILGet the draft version of an email (if it exists). If no draft version exists, the published email is returned.

Get the draft version of an email (if it exists). If no draft version exists, the published email is returned.

Authentication

Connected account required

Tags

Marketing Emails APIMarketing Emails
Get lists associated with a marketing eventHUBSPOT_MARKETING_GET_LISTS_ASSOCIATED_WITH_AMARKETING_EVENTGets lists associated with a marketing event by external account id and external event id

Gets lists associated with a marketing event by external account id and external event id

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]
Get lists associated with a marketing eventHUBSPOT_MARKETING_GET_LISTS_ASSOCIATED_WITH_AMARKETING_EVENT1Gets lists associated with a marketing event by marketing event id

Gets lists associated with a marketing event by marketing event id

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]
Get lists associated with a marketing eventHUBSPOT_MARKETING_GET_LISTS_ASSOCIATED_WITH_AMARKETING_EVENT2Gets lists associated with a marketing event by external account id and external event id

Gets lists associated with a marketing event by external account id and external event id

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]List Associations
Get lists associated with a marketing eventHUBSPOT_MARKETING_GET_LISTS_ASSOCIATED_WITH_AMARKETING_EVENT3Gets lists associated with a marketing event by marketing event id

Gets lists associated with a marketing event by marketing event id

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]List Associations
Get Marketing Event by External IDsHUBSPOT_MARKETING_GET_MARKETING_EVENT_BY_EXTERNAL_IDSReturns the details of the Marketing Event with the specified id, if one exists.

Returns the details of the Marketing Event with the specified id, if one exists.

Authentication

Connected account required

Scopes

crm.objects.marketing_events.writecrm.objects.marketing_events.read

Tags

Marketing Events APIv3 [legacy]Basic
Get Marketing Event by External IDsHUBSPOT_MARKETING_GET_MARKETING_EVENT_BY_EXTERNAL_IDS1Returns the details of a Marketing Event with the specified externalAccountId, externalEventId, if it exists. Only Marketing Events created by the same app making the request can be retrieved.

Returns the details of a Marketing Event with the specified externalAccountId, externalEventId, if it exists. Only Marketing Events created by the same app making the request can be retrieved.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Basic1
Get Marketing Event by objectIdHUBSPOT_MARKETING_GET_MARKETING_EVENT_BY_OBJECTIDReturns the details of a Marketing Event with the specified objectId, if it exists.

Returns the details of a Marketing Event with the specified objectId, if it exists.

Authentication

Connected account required

Scopes

crm.objects.marketing_events.readcrm.objects.marketing_events.write

Tags

Marketing Events APIv3 [legacy]
Get Marketing Event by objectIdHUBSPOT_MARKETING_GET_MARKETING_EVENT_BY_OBJECTID1Returns the details of a Marketing Event with the specified objectId, if it exists.

Returns the details of a Marketing Event with the specified objectId, if it exists.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Basic1
get-/marketing/marketing-events/2026-03_/marketing/marketing-events/v3HUBSPOT_MARKETING_GET_MARKETING_MARKETING_EVENTS202603_MARKETING_MARKETING_EVENTS_V3get-/marketing/marketing-events/2026-03_/marketing/marketing-events/v3

get-/marketing/marketing-events/2026-03_/marketing/marketing-events/v3

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Basic1
Get revisions of a marketing emailHUBSPOT_MARKETING_GET_REVISIONS_OF_AMARKETING_EMAILGet a list of all versions of a marketing email, with each entry including the full state of that particular version. The current revision has the ID -1.

Get a list of all versions of a marketing email, with each entry including the full state of that particular version. The current revision has the ID -1.

Authentication

Connected account required

Tags

Marketing Emails APIMarketing Emails
Get subscription definitionsHUBSPOT_MARKETING_GET_SUBSCRIPTION_DEFINITIONSGet a list of all subscription definitions for the portal

Get a list of all subscription definitions for the portal

Authentication

Connected account required

Tags

Subscription Preferences V3 APIDefinition
Get subscription preferences for a specific contactHUBSPOT_MARKETING_GET_SUBSCRIPTION_PREFERENCES_FOR_ASPECIFIC_CONTACTRetrieve a contact's current email subscription preferences.

Retrieve a contact's current email subscription preferences.

Authentication

Connected account required

Scopes

communication_preferences.readcommunication_preferences.read_writecommunication_preferences.statuses.batch.readcommunication_preferences.statuses.batch.writecommunication_preferences.write

Tags

Subscription Preferences V4 APIPublic_Status
Get subscription statuses for a contactHUBSPOT_MARKETING_GET_SUBSCRIPTION_STATUSES_FOR_ACONTACTReturns a list of subscriptions and their status for a given contact.

Returns a list of subscriptions and their status for a given contact.

Authentication

Connected account required

Tags

Subscription Preferences V3 APIStatus
Get the details of a specified marketing emailHUBSPOT_MARKETING_GET_THE_DETAILS_OF_ASPECIFIED_MARKETING_EMAILGet the details for a marketing email.

Get the details for a marketing email.

Authentication

Connected account required

Tags

Marketing Emails APIMarketing Emails
Get the variation of a an A/B marketing emailHUBSPOT_MARKETING_GET_THE_VARIATION_OF_AAN_ABMARKETING_EMAILThis endpoint lets you obtain the variation of an A/B marketing email. If the email is variation A (master) it will return variation B (variant) and vice versa.

This endpoint lets you obtain the variation of an A/B marketing email. If the email is variation A (master) it will return variation B (variant) and vice versa.

Authentication

Connected account required

Tags

Marketing Emails APIMarketing Emails
List assetsHUBSPOT_MARKETING_LIST_ASSETSThis endpoint lists all assets of the campaign by asset type. The assetType parameter is required, and each request can only fetch assets of a single type. Asset metrics can also be fetched along with the assets; they are available only if start and end dates are provided.

This endpoint lists all assets of the campaign by asset type. The assetType parameter is required, and each request can only fetch assets of a single type. Asset metrics can also be fetched along with the assets; they are available only if start and end dates are provided.

Authentication

Connected account required

Scopes

marketing.campaigns.readmarketing.campaigns.revenue.read

Tags

Campaigns APIAsset
Mark a marketing event as cancelledHUBSPOT_MARKETING_MARK_AMARKETING_EVENT_AS_CANCELLEDMark a marketing event as cancelled.

Mark a marketing event as cancelled.

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]Basic
Mark a marketing event as cancelledHUBSPOT_MARKETING_MARK_AMARKETING_EVENT_AS_CANCELLED1Mark a marketing event as cancelled.

Mark a marketing event as cancelled.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Event Status
Mark a marketing event as completedHUBSPOT_MARKETING_MARK_AMARKETING_EVENT_AS_COMPLETEDMark a marketing event as completed

Mark a marketing event as completed

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]Marketing_Events_External
Mark a marketing event as completedHUBSPOT_MARKETING_MARK_AMARKETING_EVENT_AS_COMPLETED1Mark a marketing event as completed

Mark a marketing event as completed

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Event Status
Partially update a form definitionHUBSPOT_MARKETING_PARTIALLY_UPDATE_AFORM_DEFINITIONUpdate some of the form definition components

Update some of the form definition components

Authentication

Connected account required

Tags

Forms APIForms
post-/communication-preferences/v4/links/generate_/communication-preferences/v4/links/generateHUBSPOT_MARKETING_POST_COMMUNICATION_PREFERENCES_V4_LINKS_GENERATE_COMMUNICATION_PREFERENCES_V4_LINKS_GENERATEpost-/communication-preferences/v4/links/generate_/communication-preferences/v4/links/generate

post-/communication-preferences/v4/links/generate_/communication-preferences/v4/links/generate

Authentication

Connected account required

Scopes

communication_preferences.readcommunication_preferences.read_writecommunication_preferences.statuses.batch.readcommunication_preferences.statuses.batch.writecommunication_preferences.write

Tags

Subscription Preferences V4 APIPublic_Link_Generation
Publish or send a marketing emailHUBSPOT_MARKETING_PUBLISH_OR_SEND_AMARKETING_EMAILIf you have a Marketing Hub Enterprise account or the transactional email add-on, you can use this endpoint to publish an automated email or send/schedule a regular email.

If you have a Marketing Hub Enterprise account or the transactional email add-on, you can use this endpoint to publish an automated email or send/schedule a regular email.

Authentication

Connected account required

Scopes

contentmarketing-emailtransactional-email

Tags

Marketing Emails API
Read a batch of campaignsHUBSPOT_MARKETING_READ_ABATCH_OF_CAMPAIGNSThis endpoint reads a batch of campaigns based on the provided input data and returns the campaigns along with their associated assets. The maximum number of items in a batch request is 50. The campaigns in the response are not guaranteed to be in the same order as they were provided in the request. If duplicate campaign IDs are provided in the request, duplicates will be ignored. The response will include only unique IDs and will be returned without duplicates.

This endpoint reads a batch of campaigns based on the provided input data and returns the campaigns along with their associated assets. The maximum number of items in a batch request is 50. The campaigns in the response are not guaranteed to be in the same order as they were provided in the request. If duplicate campaign IDs are provided in the request, duplicates will be ignored. The response will include only unique IDs and will be returned without duplicates.

Authentication

Connected account required

Scopes

marketing.campaigns.readmarketing.campaigns.revenue.read

Tags

Campaigns APIBatch12
Read a campaignHUBSPOT_MARKETING_READ_ACAMPAIGNGet a campaign identified by a specific campaignGuid with the given properties. Along with the campaign information, it also returns information about assets. Depending on the query parameters used, this can also be used to return information about the corresponding assets' metrics. Metrics are available only if startDate and endDate are provided.

Get a campaign identified by a specific campaignGuid with the given properties. Along with the campaign information, it also returns information about assets. Depending on the query parameters used, this can also be used to return information about the corresponding assets' metrics. Metrics are available only if startDate and endDate are provided.

Authentication

Connected account required

Scopes

marketing.campaigns.readmarketing.campaigns.revenue.read

Tags

Campaigns APIBasic12
Read budgetHUBSPOT_MARKETING_READ_BUDGETRetrieve detailed information about the budget and spend items for a specified campaign, including the total budget, total spend, and remaining budget. Budget and Spend items may be returned in any order, but the order field specifies their sequence based on the creation date. The item with order 0 is the oldest, and items with higher order values are newer

Retrieve detailed information about the budget and spend items for a specified campaign, including the total budget, total spend, and remaining budget. Budget and Spend items may be returned in any order, but the order field specifies their sequence based on the creation date. The item with order 0 is the oldest, and items with higher order values are newer

Authentication

Connected account required

Scopes

marketing.campaigns.readmarketing.campaigns.revenue.read

Tags

Campaigns APIBudget
Read campaign spend itemHUBSPOT_MARKETING_READ_CAMPAIGN_SPEND_ITEMRead a campaign spend item by its spendId

Read a campaign spend item by its spendId

Authentication

Connected account required

Scopes

marketing.campaigns.readmarketing.campaigns.writemarketing.campaigns.revenue.read

Tags

Campaigns API
Read participations breakdown by Contact identifierHUBSPOT_MARKETING_READ_PARTICIPATIONS_BREAKDOWN_BY_CONTACT_IDENTIFIERRead Contact's participations by identifier - email or internal id.

Read Contact's participations by identifier - email or internal id.

Authentication

Connected account required

Scopes

crm.objects.marketing_events.writecrm.objects.marketing_events.read

Tags

Marketing Events APIv3 [legacy]
Read participations breakdown by Contact identifierHUBSPOT_MARKETING_READ_PARTICIPATIONS_BREAKDOWN_BY_CONTACT_IDENTIFIER1Read Contact's participations by identifier - email or internal id.

Read Contact's participations by identifier - email or internal id.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Participant State
Read participations breakdown by Marketing Event external identifierHUBSPOT_MARKETING_READ_PARTICIPATIONS_BREAKDOWN_BY_MARKETING_EVENT_EXTERNAL_IDENTIFIERRead Marketing event's participations breakdown with optional filters by externalAccountId and externalEventId pair.

Read Marketing event's participations breakdown with optional filters by externalAccountId and externalEventId pair.

Authentication

Connected account required

Scopes

crm.objects.marketing_events.writecrm.objects.marketing_events.read

Tags

Marketing Events APIv3 [legacy]
Read participations breakdown by Marketing Event external identifierHUBSPOT_MARKETING_READ_PARTICIPATIONS_BREAKDOWN_BY_MARKETING_EVENT_EXTERNAL_IDENTIFIER1Read Marketing event's participations breakdown with optional filters by externalAccountId and externalEventId pair.

Read Marketing event's participations breakdown with optional filters by externalAccountId and externalEventId pair.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Participant State
Read participations breakdown by Marketing Event internal identifierHUBSPOT_MARKETING_READ_PARTICIPATIONS_BREAKDOWN_BY_MARKETING_EVENT_INTERNAL_IDENTIFIERRead Marketing event's participations breakdown with optional filters by internal identifier marketingEventId.

Read Marketing event's participations breakdown with optional filters by internal identifier marketingEventId.

Authentication

Connected account required

Scopes

crm.objects.marketing_events.writecrm.objects.marketing_events.read

Tags

Marketing Events APIv3 [legacy]
Read participations breakdown by Marketing Event internal identifierHUBSPOT_MARKETING_READ_PARTICIPATIONS_BREAKDOWN_BY_MARKETING_EVENT_INTERNAL_IDENTIFIER1Read Marketing event's participations breakdown with optional filters by internal identifier marketingEventId.

Read Marketing event's participations breakdown with optional filters by internal identifier marketingEventId.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Participant State
Read participations counters by Marketing Event external identifierHUBSPOT_MARKETING_READ_PARTICIPATIONS_COUNTERS_BY_MARKETING_EVENT_EXTERNAL_IDENTIFIERRead Marketing event's participations counters by externalAccountId and externalEventId pair.

Read Marketing event's participations counters by externalAccountId and externalEventId pair.

Authentication

Connected account required

Scopes

crm.objects.marketing_events.writecrm.objects.marketing_events.read

Tags

Marketing Events APIv3 [legacy]
Read participations counters by Marketing Event external identifierHUBSPOT_MARKETING_READ_PARTICIPATIONS_COUNTERS_BY_MARKETING_EVENT_EXTERNAL_IDENTIFIER1Read Marketing event's participations counters by externalAccountId and externalEventId pair.

Read Marketing event's participations counters by externalAccountId and externalEventId pair.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Participant State
Read participations counters by Marketing Event internal identifierHUBSPOT_MARKETING_READ_PARTICIPATIONS_COUNTERS_BY_MARKETING_EVENT_INTERNAL_IDENTIFIERRead Marketing event's participations counters by internal identifier marketingEventId.

Read Marketing event's participations counters by internal identifier marketingEventId.

Authentication

Connected account required

Scopes

crm.objects.marketing_events.writecrm.objects.marketing_events.read

Tags

Marketing Events APIv3 [legacy]
Read participations counters by Marketing Event internal identifierHUBSPOT_MARKETING_READ_PARTICIPATIONS_COUNTERS_BY_MARKETING_EVENT_INTERNAL_IDENTIFIER1Read Marketing event's participations counters by internal identifier marketingEventId.

Read Marketing event's participations counters by internal identifier marketingEventId.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Participant State
Record a subscriber state by contact emailHUBSPOT_MARKETING_RECORD_ASUBSCRIBER_STATE_BY_CONTACT_EMAILRecord a subscription state between multiple HubSpot contacts and a marketing event, using contact email addresses. Note that the contact must already exist in HubSpot; a contact will not be created.

Record a subscription state between multiple HubSpot contacts and a marketing event, using contact email addresses. Note that the contact must already exist in HubSpot; a contact will not be created.

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]Subscriber State Changes
Record a subscriber state by contact emailHUBSPOT_MARKETING_RECORD_ASUBSCRIBER_STATE_BY_CONTACT_EMAIL1Record a subscriber state between multiple HubSpot contacts and a marketing event, using contact email addresses. Note that the contact must already exist in HubSpot; a contact will not be created. The contactProperties field is used only when creating a new contact. These properties will not update existing contacts.

Record a subscriber state between multiple HubSpot contacts and a marketing event, using contact email addresses. Note that the contact must already exist in HubSpot; a contact will not be created. The contactProperties field is used only when creating a new contact. These properties will not update existing contacts.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Subscriber State Changes1
Record a subscriber state by contact IDHUBSPOT_MARKETING_RECORD_ASUBSCRIBER_STATE_BY_CONTACT_IDRecord a subscription state between multiple HubSpot contacts and a marketing event, using HubSpot contact ids. Note that the contact must already exist in HubSpot; a contact will not be create.

Record a subscription state between multiple HubSpot contacts and a marketing event, using HubSpot contact ids. Note that the contact must already exist in HubSpot; a contact will not be create.

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]Subscriber State Changes
Record a subscriber state by contact IDHUBSPOT_MARKETING_RECORD_ASUBSCRIBER_STATE_BY_CONTACT_ID1Record a subscriber state between multiple HubSpot contacts and a marketing event, using HubSpot contact IDs. Note that the contact must already exist in HubSpot; a contact will not be created.

Record a subscriber state between multiple HubSpot contacts and a marketing event, using HubSpot contact IDs. Note that the contact must already exist in HubSpot; a contact will not be created.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Subscriber State Changes1
Record Participants by ContactId with Marketing Event External IdsHUBSPOT_MARKETING_RECORD_PARTICIPANTS_BY_CONTACTID_WITH_MARKETING_EVENT_EXTERNAL_IDSRecord a subscription state between multiple HubSpot contacts and a marketing event, using HubSpot contact ids.

Record a subscription state between multiple HubSpot contacts and a marketing event, using HubSpot contact ids.

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]Attendance Subscriber State Changes
Record Participants by ContactId with Marketing Event External IdsHUBSPOT_MARKETING_RECORD_PARTICIPANTS_BY_CONTACTID_WITH_MARKETING_EVENT_EXTERNAL_IDS1Records the participation of multiple HubSpot contacts in a Marketing Event using their HubSpot contact IDs. Additional Functionality: - Adds a timeline event to the contacts. Allowed Properties: For the state "attend": - joinedAt - leftAt

Records the participation of multiple HubSpot contacts in a Marketing Event using their HubSpot contact IDs. Additional Functionality: - Adds a timeline event to the contacts. Allowed Properties: For the state "attend": - joinedAt - leftAt

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Event Attendees
Record Participants by ContactId with Marketing Event Object IdHUBSPOT_MARKETING_RECORD_PARTICIPANTS_BY_CONTACTID_WITH_MARKETING_EVENT_OBJECT_IDRecords the participation of multiple HubSpot contacts in a Marketing Event using their HubSpot contact IDs. Additional Functionality: - Adds a timeline event to the contacts. Allowed Properties: For the state "attend": - joinedAt - leftAt

Records the participation of multiple HubSpot contacts in a Marketing Event using their HubSpot contact IDs. Additional Functionality: - Adds a timeline event to the contacts. Allowed Properties: For the state "attend": - joinedAt - leftAt

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]
Record Participants by ContactId with Marketing Event Object IdHUBSPOT_MARKETING_RECORD_PARTICIPANTS_BY_CONTACTID_WITH_MARKETING_EVENT_OBJECT_ID1Records the participation of multiple HubSpot contacts in a Marketing Event using their HubSpot contact IDs. Additional Functionality: - Adds a timeline event to the contacts. Allowed Properties: For the state "attend": - joinedAt - leftAt

Records the participation of multiple HubSpot contacts in a Marketing Event using their HubSpot contact IDs. Additional Functionality: - Adds a timeline event to the contacts. Allowed Properties: For the state "attend": - joinedAt - leftAt

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Event Attendees
Record Participants by Email with Marketing Event External IdsHUBSPOT_MARKETING_RECORD_PARTICIPANTS_BY_EMAIL_WITH_MARKETING_EVENT_EXTERNAL_IDSRecord a subscription state between multiple HubSpot contacts and a marketing event, using contact email addresses. If contact is not present it will be automatically created.

Record a subscription state between multiple HubSpot contacts and a marketing event, using contact email addresses. If contact is not present it will be automatically created.

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]Attendance Subscriber State Changes
Record Participants by Email with Marketing Event External IdsHUBSPOT_MARKETING_RECORD_PARTICIPANTS_BY_EMAIL_WITH_MARKETING_EVENT_EXTERNAL_IDS1Records the participation of multiple HubSpot contacts in a Marketing Event using their email addresses. If a contact does not exist, it will be automatically created. The contactProperties field is used exclusively for creating new contacts and will not update properties of existing contacts. Additional Functionality: - Adds a timeline event to the contacts. Allowed Properties: For the state "attend": - joinedAt - leftAt

Records the participation of multiple HubSpot contacts in a Marketing Event using their email addresses. If a contact does not exist, it will be automatically created. The contactProperties field is used exclusively for creating new contacts and will not update properties of existing contacts. Additional Functionality: - Adds a timeline event to the contacts. Allowed Properties: For the state "attend": - joinedAt - leftAt

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Event Attendees
Record Participants by Email with Marketing Event Object IdHUBSPOT_MARKETING_RECORD_PARTICIPANTS_BY_EMAIL_WITH_MARKETING_EVENT_OBJECT_IDRecords the participation of multiple HubSpot contacts in a Marketing Event using their email addresses. If a contact does not exist, it will be automatically created. The contactProperties field is used exclusively for creating new contacts and will not update properties of existing contacts. Additional Functionality: - Adds a timeline event to the contacts. Allowed Properties: For the state "attend": - joinedAt - leftAt

Records the participation of multiple HubSpot contacts in a Marketing Event using their email addresses. If a contact does not exist, it will be automatically created. The contactProperties field is used exclusively for creating new contacts and will not update properties of existing contacts. Additional Functionality: - Adds a timeline event to the contacts. Allowed Properties: For the state "attend": - joinedAt - leftAt

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]
Record Participants by Email with Marketing Event Object IdHUBSPOT_MARKETING_RECORD_PARTICIPANTS_BY_EMAIL_WITH_MARKETING_EVENT_OBJECT_ID1Records the participation of multiple HubSpot contacts in a Marketing Event using their email addresses. If a contact does not exist, it will be automatically created. The contactProperties field is used exclusively for creating new contacts and will not update properties of existing contacts. Additional Functionality: - Adds a timeline event to the contacts. Allowed Properties: For the state "attend": - joinedAt - leftAt

Records the participation of multiple HubSpot contacts in a Marketing Event using their email addresses. If a contact does not exist, it will be automatically created. The contactProperties field is used exclusively for creating new contacts and will not update properties of existing contacts. Additional Functionality: - Adds a timeline event to the contacts. Allowed Properties: For the state "attend": - joinedAt - leftAt

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Event Attendees
Remove asset associationHUBSPOT_MARKETING_REMOVE_ASSET_ASSOCIATIONDisassociate a specified asset from a campaign. Important: Currently, only the following asset types can be associated and disassociated via the API: Forms, Static lists, External website pages

Disassociate a specified asset from a campaign. Important: Currently, only the following asset types can be associated and disassociated via the API: Forms, Static lists, External website pages

Authentication

Connected account required

Scopes

marketing.campaigns.readmarketing.campaigns.revenue.read

Tags

Campaigns APIAsset
Reset the draft versionHUBSPOT_MARKETING_RESET_THE_DRAFT_VERSIONResets the draft back to a copy of the live object.

Resets the draft back to a copy of the live object.

Authentication

Connected account required

Tags

Marketing Emails APIMarketing Emails
Restore a revision of a marketing emailHUBSPOT_MARKETING_RESTORE_AREVISION_OF_AMARKETING_EMAILRestores a previous revision of a marketing email. The current revision becomes old, and the restored revision is given a new version number.

Restores a previous revision of a marketing email. The current revision becomes old, and the restored revision is given a new version number.

Authentication

Connected account required

Tags

Marketing Emails APIMarketing Emails
Restore a revision of a marketing email to DRAFT stateHUBSPOT_MARKETING_RESTORE_AREVISION_OF_AMARKETING_EMAIL_TO_DRAFT_STATERestores a previous revision of a marketing email to DRAFT state. If there is currently something in the draft for that object, it is overwritten.

Restores a previous revision of a marketing email to DRAFT state. If there is currently something in the draft for that object, it is overwritten.

Authentication

Connected account required

Tags

Marketing Emails APIMarketing Emails
Retrieve a contact's unsubscribed statusHUBSPOT_MARKETING_RETRIEVE_ACONTACT_SUNSUBSCRIBED_STATUSCheck whether a contact has unsubscribed from all email subscriptions. If a contact has not opted out of all communications, the response `results` array will be empty.

Check whether a contact has unsubscribed from all email subscriptions. If a contact has not opted out of all communications, the response `results` array will be empty.

Authentication

Connected account required

Scopes

communication_preferences.readcommunication_preferences.read_writecommunication_preferences.statuses.batch.readcommunication_preferences.statuses.batch.writecommunication_preferences.write

Tags

Subscription Preferences V4 APIPublic_Status
Retrieve all subscription status definitionsHUBSPOT_MARKETING_RETRIEVE_ALL_SUBSCRIPTION_STATUS_DEFINITIONSGet a list of subscription status definitions from the account.

Get a list of subscription status definitions from the account.

Authentication

Connected account required

Scopes

communication_preferences.readcommunication_preferences.read_writecommunication_preferences.statuses.batch.readcommunication_preferences.statuses.batch.writecommunication_preferences.write

Tags

Subscription Preferences V4 APIPublic_Definition
Retrieve the application settingsHUBSPOT_MARKETING_RETRIEVE_THE_APPLICATION_SETTINGSRetrieve the current settings for the application.

Retrieve the current settings for the application.

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]Settings
Retrieve the application settingsHUBSPOT_MARKETING_RETRIEVE_THE_APPLICATION_SETTINGS1Retrieve the current settings for the application.

Retrieve the current settings for the application.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Settings1
Send an emailHUBSPOT_MARKETING_SEND_AN_EMAILSend an email

Send an email

Authentication

Connected account required

Scopes

transactional-emailmarketing-email

Tags

Single-Send APISingle_Send1
Send a single send transactional email asynchronously.HUBSPOT_MARKETING_SEND_ASINGLE_SEND_TRANSACTIONAL_EMAIL_ASYNCHRONOUSLYAsynchronously send a transactional email. Returns the status of the email send with a statusId that can be used to continuously query for the status using the Email Send Status API.

Asynchronously send a transactional email. Returns the status of the email send with a statusId that can be used to continuously query for the status using the Email Send Status API.

Authentication

Connected account required

Scopes

transactional-email

Tags

Transactional Email APISingle_Send
Subscribe a contactHUBSPOT_MARKETING_SUBSCRIBE_ACONTACTSubscribes a contact to the given subscription type. This API is not valid to use for subscribing a contact at a brand or portal level and will return an error.

Subscribes a contact to the given subscription type. This API is not valid to use for subscribing a contact at a brand or portal level and will return an error.

Authentication

Connected account required

Scopes

communication_preferences.writecommunication_preferences.read_writecommunication_preferences.read

Tags

Subscription Preferences V3 APIStatus
Unpublish or cancel a marketing emailHUBSPOT_MARKETING_UNPUBLISH_OR_CANCEL_AMARKETING_EMAILIf you have a Marketing Hub Enterprise account or the transactional email add-on, you can use this endpoint to unpublish an automated email or cancel a regular email. If the email is already in the process of being sent, canceling might not be possible.

If you have a Marketing Hub Enterprise account or the transactional email add-on, you can use this endpoint to unpublish an automated email or cancel a regular email. If the email is already in the process of being sent, canceling might not be possible.

Authentication

Connected account required

Scopes

contentmarketing-emailtransactional-email

Tags

Marketing Emails API
Unsubscribe a contactHUBSPOT_MARKETING_UNSUBSCRIBE_ACONTACTUnsubscribes a contact from the given subscription type. This API is not valid to use for unsubscribing a contact at a brand or portal level and will return an error.

Unsubscribes a contact from the given subscription type. This API is not valid to use for unsubscribing a contact at a brand or portal level and will return an error.

Authentication

Connected account required

Scopes

communication_preferences.writecommunication_preferences.read_writecommunication_preferences.read

Tags

Subscription Preferences V3 APIStatus
Unsubscribe a contact from all subscriptionsHUBSPOT_MARKETING_UNSUBSCRIBE_ACONTACT_FROM_ALL_SUBSCRIPTIONSUnsubscribe a contact from all email subscriptions.

Unsubscribe a contact from all email subscriptions.

Authentication

Connected account required

Scopes

communication_preferences.readcommunication_preferences.read_writecommunication_preferences.statuses.batch.readcommunication_preferences.statuses.batch.writecommunication_preferences.write

Tags

Subscription Preferences V4 APIPublic_Status
Update a batch of campaignsHUBSPOT_MARKETING_UPDATE_ABATCH_OF_CAMPAIGNSThis endpoint updates a batch of campaigns based on the provided input data. The maximum number of items in a batch request is 50. If an empty string ("") is passed for any property in the Batch Update, it will reset that property's value.

This endpoint updates a batch of campaigns based on the provided input data. The maximum number of items in a batch request is 50. If an empty string ("") is passed for any property in the Batch Update, it will reset that property's value.

Authentication

Connected account required

Scopes

marketing.campaigns.readmarketing.campaigns.revenue.read

Tags

Campaigns APIBatch12
Update a contact's subscription statusHUBSPOT_MARKETING_UPDATE_ACONTACT_SSUBSCRIPTION_STATUSSet the subscription status of a specific contact.

Set the subscription status of a specific contact.

Authentication

Connected account required

Scopes

communication_preferences.readcommunication_preferences.read_writecommunication_preferences.statuses.batch.readcommunication_preferences.statuses.batch.writecommunication_preferences.write

Tags

Subscription Preferences V4 APIPublic_Status
Update a form definitionHUBSPOT_MARKETING_UPDATE_AFORM_DEFINITIONUpdate all fields of a hubspot form definition.

Update all fields of a hubspot form definition.

Authentication

Connected account required

Tags

Forms APIForms
Update a marketing emailHUBSPOT_MARKETING_UPDATE_AMARKETING_EMAILChange properties of a marketing email.

Change properties of a marketing email.

Authentication

Connected account required

Tags

Marketing Emails APIMarketing Emails
Update budget itemHUBSPOT_MARKETING_UPDATE_BUDGET_ITEMUpdate a specific budget item by ID

Update a specific budget item by ID

Authentication

Connected account required

Tags

Campaigns API
Update campaignHUBSPOT_MARKETING_UPDATE_CAMPAIGNPerform a partial update of a campaign identified by the specified campaignGuid. Provided property values will be overwritten. Read-only and non-existent properties will cause 400 error. If an empty string is passed for any property in the Batch Update, it will reset that property's value.

Perform a partial update of a campaign identified by the specified campaignGuid. Provided property values will be overwritten. Read-only and non-existent properties will cause 400 error. If an empty string is passed for any property in the Batch Update, it will reset that property's value.

Authentication

Connected account required

Scopes

marketing.campaigns.readmarketing.campaigns.revenue.read

Tags

Campaigns APIBasic12
Update campaign spend itemHUBSPOT_MARKETING_UPDATE_CAMPAIGN_SPEND_ITEMUpdate a specific campaign spend item by ID

Update a specific campaign spend item by ID

Authentication

Connected account required

Tags

Campaigns API
Update Marketing Event by External IDsHUBSPOT_MARKETING_UPDATE_MARKETING_EVENT_BY_EXTERNAL_IDSUpdates an existing Marketing Event with the specified id, if one exists.

Updates an existing Marketing Event with the specified id, if one exists.

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]Basic
Update Marketing Event by External IDsHUBSPOT_MARKETING_UPDATE_MARKETING_EVENT_BY_EXTERNAL_IDS1Updates the details of an existing Marketing Event identified by its externalAccountId, externalEventId if it exists. Only Marketing Events created by the same app can be updated.

Updates the details of an existing Marketing Event identified by its externalAccountId, externalEventId if it exists. Only Marketing Events created by the same app can be updated.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Basic1
Update Marketing Event by objectIdHUBSPOT_MARKETING_UPDATE_MARKETING_EVENT_BY_OBJECTIDUpdates the details of an existing Marketing Event identified by its objectId, if it exists.

Updates the details of an existing Marketing Event identified by its objectId, if it exists.

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]
Update Marketing Event by objectIdHUBSPOT_MARKETING_UPDATE_MARKETING_EVENT_BY_OBJECTID1Updates the details of an existing Marketing Event identified by its objectId, if it exists.

Updates the details of an existing Marketing Event identified by its objectId, if it exists.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Basic1
Update Multiple Marketing Events by ObjectIdHUBSPOT_MARKETING_UPDATE_MULTIPLE_MARKETING_EVENTS_BY_OBJECTIDUpdates multiple Marketing Events on the portal based on their objectId, if they exist.

Updates multiple Marketing Events on the portal based on their objectId, if they exist.

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]
Update Multiple Marketing Events by ObjectIdHUBSPOT_MARKETING_UPDATE_MULTIPLE_MARKETING_EVENTS_BY_OBJECTID1Updates multiple Marketing Events on the portal based on their objectId, if they exist.

Updates multiple Marketing Events on the portal based on their objectId, if they exist.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Batch1
Update the application settingsHUBSPOT_MARKETING_UPDATE_THE_APPLICATION_SETTINGSCreate or update the current settings for the application.

Create or update the current settings for the application.

Authentication

Connected account required

Tags

Marketing Events APIv3 [legacy]Settings
Update the application settingsHUBSPOT_MARKETING_UPDATE_THE_APPLICATION_SETTINGS1Create or update the current settings for the application.

Create or update the current settings for the application.

Authentication

Connected account required

Scopes

developers-readdevelopers-writemarketing-events-readmarketing-events-write

Tags

Marketing Events API2026-03 [latest]Settings1
Add a new currency with central exchange rates.HUBSPOT_SETTINGS_ADD_ANEW_CURRENCY_WITH_CENTRAL_EXCHANGE_RATESCreate a new currency with central exchange rates in the portal. Unsupported currencies cannot be added here.

Create a new currency with central exchange rates in the portal. Unsupported currencies cannot be added here.

Authentication

Connected account required

Scopes

settings.currencies.readsettings.currencies.write

Tags

Currencies API
Add a new exchange rateHUBSPOT_SETTINGS_ADD_ANEW_EXCHANGE_RATEAdd a new exchange rate

Add a new exchange rate

Authentication

Connected account required

Tags

Currencies APICurrency
Adds a userHUBSPOT_SETTINGS_ADDS_AUSERNew users will only have minimal permissions, which is contacts-base. A welcome email will prompt them to set a password and log in to HubSpot.

New users will only have minimal permissions, which is contacts-base. A welcome email will prompt them to set a password and log in to HubSpot.

Authentication

Connected account required

Tags

User Provisioning APIUsers
ArchiveHUBSPOT_SETTINGS_ARCHIVEMove an Object identified by `{userId}` to the recycling bin.

Move an Object identified by `{userId}` to the recycling bin.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Users API
Archive a batch of users by IDHUBSPOT_SETTINGS_ARCHIVE_ABATCH_OF_USERS_BY_IDArchive a batch of users by ID

Archive a batch of users by ID

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Users API
Change the visibility of a specific currency pairsHUBSPOT_SETTINGS_CHANGE_THE_VISIBILITY_OF_ASPECIFIC_CURRENCY_PAIRSChange the visibility of a specific currency pairs

Change the visibility of a specific currency pairs

Authentication

Connected account required

Tags

Currencies APICurrency
CreateHUBSPOT_SETTINGS_CREATECreate a user with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard users is provided.

Create a user with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard users is provided.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Users API
Create a batch of usersHUBSPOT_SETTINGS_CREATE_ABATCH_OF_USERSCreate a batch of users

Create a batch of users

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Users API
Create multiple exchange ratesHUBSPOT_SETTINGS_CREATE_MULTIPLE_EXCHANGE_RATESCreate multiple exchange rates

Create multiple exchange rates

Authentication

Connected account required

Tags

Currencies APICurrency
Create or update a batch of users by unique property valuesHUBSPOT_SETTINGS_CREATE_OR_UPDATE_ABATCH_OF_USERS_BY_UNIQUE_PROPERTY_VALUESCreate or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Create or update records identified by a unique property value as specified by the `idProperty` query param. `idProperty` query param refers to a property whose values are unique for the object.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Users API
Get all currency codesHUBSPOT_SETTINGS_GET_ALL_CURRENCY_CODESGet all currency codes

Get all currency codes

Authentication

Connected account required

Tags

Currencies APICurrency
Get all current exchange ratesHUBSPOT_SETTINGS_GET_ALL_CURRENT_EXCHANGE_RATESGet all current exchange rates

Get all current exchange rates

Authentication

Connected account required

Tags

Currencies APICurrency
Get all tax ratesHUBSPOT_SETTINGS_GET_ALL_TAX_RATESRetrieve a paginated list of all tax rates set up in the account tax rate library

Retrieve a paginated list of all tax rates set up in the account tax rate library

Authentication

Connected account required

Scopes

tax_rates.read

Tags

Tax Rates APIPublic_Tax_Rate
Get a specific tax rateHUBSPOT_SETTINGS_GET_ASPECIFIC_TAX_RATERetrieve a specific tax rate by its `taxRateGroupId`.

Retrieve a specific tax rate by its `taxRateGroupId`.

Authentication

Connected account required

Scopes

tax_rates.read

Tags

Tax Rates APIPublic_Tax_Rate
Get Business Units for a userHUBSPOT_SETTINGS_GET_BUSINESS_UNITS_FOR_AUSERGet Business Units identified by `userId`. The `userId` refers to the user’s ID.

Get Business Units identified by `userId`. The `userId` refers to the user’s ID.

Authentication

Connected account required

Tags

Business Unit APIBusiness Unit
Get exchange ratesHUBSPOT_SETTINGS_GET_EXCHANGE_RATESGet exchange rates

Get exchange rates

Authentication

Connected account required

Tags

Currencies APICurrency
Get the company currencyHUBSPOT_SETTINGS_GET_THE_COMPANY_CURRENCYGet the company currency

Get the company currency

Authentication

Connected account required

Tags

Currencies APICurrency
Get the details for a specific exchange rateHUBSPOT_SETTINGS_GET_THE_DETAILS_FOR_ASPECIFIC_EXCHANGE_RATEGet the details for a specific exchange rate

Get the details for a specific exchange rate

Authentication

Connected account required

Tags

Currencies APICurrency
ListHUBSPOT_SETTINGS_LISTRead a page of users. Control what is returned via the `properties` query param.

Read a page of users. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.companies.readcrm.objects.carts.writecrm.objects.deals.writecrm.objects.users.writecrm.objects.orders.readcrm.objects.leads.readcrm.objects.orders.writecrm.objects.subscriptions.readcrm.objects.line_items.writecrm.objects.companies.writecrm.objects.users.readcrm.objects.line_items.readcrm.objects.leads.writecrm.objects.contacts.readcrm.objects.invoices.readcrm.objects.quotes.readcrm.objects.partner-clients.writecrm.objects.partner-clients.readcrm.objects.deals.readcrm.objects.carts.readcrm.objects.commercepayments.readcrm.objects.contacts.writecrm.objects.quotes.write

Tags

Users APIBasic
Modifies a userHUBSPOT_SETTINGS_MODIFIES_AUSERModifies a user identified by `userId`. `userId` refers to the user's ID by default, or optionally email as specified by the `IdProperty` query param.

Modifies a user identified by `userId`. `userId` refers to the user's ID by default, or optionally email as specified by the `IdProperty` query param.

Authentication

Connected account required

Tags

User Provisioning APIUsers
post-/crm/v3/objects/users/searchHUBSPOT_SETTINGS_POST_CRM_V3_OBJECTS_USERS_SEARCHpost-/crm/v3/objects/users/search

post-/crm/v3/objects/users/search

Authentication

Connected account required

Scopes

crm.objects.companies.readcrm.objects.carts.writecrm.objects.deals.writecrm.objects.users.writecrm.objects.orders.readcrm.objects.leads.readcrm.objects.orders.writecrm.objects.subscriptions.readcrm.objects.line_items.writecrm.objects.companies.writecrm.objects.users.readcrm.objects.line_items.readcrm.objects.leads.writecrm.objects.contacts.readcrm.objects.invoices.readcrm.objects.quotes.readcrm.objects.partner-clients.writecrm.objects.partner-clients.readcrm.objects.deals.readcrm.objects.carts.readcrm.objects.commercepayments.readcrm.objects.contacts.writecrm.objects.quotes.write

Tags

Users APISearch
ReadHUBSPOT_SETTINGS_READRead an Object identified by `{userId}`. `{userId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Read an Object identified by `{userId}`. `{userId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.

Authentication

Connected account required

Scopes

crm.objects.companies.readcrm.objects.carts.writecrm.objects.deals.writecrm.objects.users.writecrm.objects.orders.readcrm.objects.leads.readcrm.objects.orders.writecrm.objects.subscriptions.readcrm.objects.line_items.writecrm.objects.companies.writecrm.objects.users.readcrm.objects.line_items.readcrm.objects.leads.writecrm.objects.contacts.readcrm.objects.invoices.readcrm.objects.quotes.readcrm.objects.partner-clients.writecrm.objects.partner-clients.readcrm.objects.deals.readcrm.objects.carts.readcrm.objects.commercepayments.readcrm.objects.contacts.writecrm.objects.quotes.write

Tags

Users APIBasic
Read a batch of users by internal ID, or unique property valuesHUBSPOT_SETTINGS_READ_ABATCH_OF_USERS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESRead a batch of users by internal ID, or unique property values

Read a batch of users by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.companies.readcrm.objects.carts.writecrm.objects.deals.writecrm.objects.users.writecrm.objects.orders.readcrm.objects.leads.readcrm.objects.orders.writecrm.objects.subscriptions.readcrm.objects.line_items.writecrm.objects.companies.writecrm.objects.users.readcrm.objects.line_items.readcrm.objects.leads.writecrm.objects.contacts.readcrm.objects.invoices.readcrm.objects.quotes.readcrm.objects.partner-clients.writecrm.objects.partner-clients.readcrm.objects.deals.readcrm.objects.carts.readcrm.objects.commercepayments.readcrm.objects.contacts.writecrm.objects.quotes.write

Tags

Users APIBatch
Removes a userHUBSPOT_SETTINGS_REMOVES_AUSERRemoves a user identified by `userId`. `userId` refers to the user's ID by default, or optionally email as specified by the `IdProperty` query param.

Removes a user identified by `userId`. `userId` refers to the user's ID by default, or optionally email as specified by the `IdProperty` query param.

Authentication

Connected account required

Tags

User Provisioning APIUsers
Retrieve currencies not supported by central exchange rates.HUBSPOT_SETTINGS_RETRIEVE_CURRENCIES_NOT_SUPPORTED_BY_CENTRAL_EXCHANGE_RATESRetrieve a list of currency codes that are not supported by the central exchange rates. Unsupported currencies will need to be manually updated.

Retrieve a list of currency codes that are not supported by the central exchange rates. Unsupported currencies will need to be manually updated.

Authentication

Connected account required

Scopes

settings.currencies.readsettings.currencies.write

Tags

Currencies API
Retrieve information about the central exchange rates feature.HUBSPOT_SETTINGS_RETRIEVE_INFORMATION_ABOUT_THE_CENTRAL_EXCHANGE_RATES_FEATURERetrieve details on whether the central exchange rates feature is enabled for the portal.

Retrieve details on whether the central exchange rates feature is enabled for the portal.

Authentication

Connected account required

Scopes

settings.currencies.readsettings.currencies.write

Tags

Currencies API
Retrieve multiple ratesHUBSPOT_SETTINGS_RETRIEVE_MULTIPLE_RATESRetrieve multiple rates

Retrieve multiple rates

Authentication

Connected account required

Tags

Currencies APICurrency
Retrieves a list of users from an accountHUBSPOT_SETTINGS_RETRIEVES_ALIST_OF_USERS_FROM_AN_ACCOUNTRetrieves a list of users from an account

Retrieves a list of users from an account

Authentication

Connected account required

Tags

User Provisioning APIUsers
Retrieves a userHUBSPOT_SETTINGS_RETRIEVES_AUSERRetrieves a user identified by `userId`. `userId` refers to the user's ID by default, or optionally email as specified by the `IdProperty` query param.

Retrieves a user identified by `userId`. `userId` refers to the user's ID by default, or optionally email as specified by the `IdProperty` query param.

Authentication

Connected account required

Tags

User Provisioning APIUsers
Retrieves the roles on an accountHUBSPOT_SETTINGS_RETRIEVES_THE_ROLES_ON_AN_ACCOUNTRetrieves the roles on an account

Retrieves the roles on an account

Authentication

Connected account required

Tags

User Provisioning APIRoles
See details about this account's teamsHUBSPOT_SETTINGS_SEE_DETAILS_ABOUT_THIS_ACCOUNT_STEAMSView teams for this account

View teams for this account

Authentication

Connected account required

Scopes

settings.users.writesettings.users.readsettings.users.teams.read

Tags

User Provisioning APITeams
Set or update the company currency.HUBSPOT_SETTINGS_SET_OR_UPDATE_THE_COMPANY_CURRENCYSet or update the company currency.

Set or update the company currency.

Authentication

Connected account required

Tags

Currencies APICurrency
UpdateHUBSPOT_SETTINGS_UPDATEPerform a partial update of an Object identified by `{userId}`or optionally a unique property value as specified by the `idProperty` query param. `{userId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Perform a partial update of an Object identified by `{userId}`or optionally a unique property value as specified by the `idProperty` query param. `{userId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Users API
Update a batch of users by internal ID, or unique property valuesHUBSPOT_SETTINGS_UPDATE_ABATCH_OF_USERS_BY_INTERNAL_ID_OR_UNIQUE_PROPERTY_VALUESUpdate a batch of users by internal ID, or unique property values

Update a batch of users by internal ID, or unique property values

Authentication

Connected account required

Scopes

crm.objects.appointments.readcrm.objects.appointments.sensitive.read.v2crm.objects.appointments.sensitive.write.v2crm.objects.appointments.writecrm.objects.carts.readcrm.objects.carts.writecrm.objects.commercepayments.readcrm.objects.commercepayments.writecrm.objects.companies.highly_sensitive.read.v2crm.objects.companies.highly_sensitive.write.v2crm.objects.companies.readcrm.objects.companies.sensitive.read.v2crm.objects.companies.sensitive.write.v2crm.objects.companies.writecrm.objects.contacts.highly_sensitive.read.v2crm.objects.contacts.highly_sensitive.write.v2crm.objects.contacts.readcrm.objects.contacts.sensitive.read.v2crm.objects.contacts.sensitive.write.v2crm.objects.contacts.writecrm.objects.courses.readcrm.objects.courses.writecrm.objects.custom.highly_sensitive.read.v2crm.objects.custom.highly_sensitive.write.v2crm.objects.custom.readcrm.objects.custom.sensitive.read.v2crm.objects.custom.sensitive.write.v2crm.objects.custom.writecrm.objects.deals.highly_sensitive.read.v2crm.objects.deals.highly_sensitive.write.v2crm.objects.deals.readcrm.objects.deals.sensitive.read.v2crm.objects.deals.sensitive.write.v2crm.objects.deals.writecrm.objects.goals.readcrm.objects.goals.writecrm.objects.invoices.readcrm.objects.invoices.writecrm.objects.leads.readcrm.objects.leads.writecrm.objects.line_items.readcrm.objects.line_items.writecrm.objects.listings.readcrm.objects.listings.writecrm.objects.orders.readcrm.objects.orders.writecrm.objects.partner-clients.readcrm.objects.partner-clients.writecrm.objects.partner-services.readcrm.objects.partner-services.writecrm.objects.products.readcrm.objects.products.writecrm.objects.projects.highly_sensitive.readcrm.objects.projects.highly_sensitive.writecrm.objects.projects.readcrm.objects.projects.sensitive.readcrm.objects.projects.sensitive.writecrm.objects.projects.writecrm.objects.quotes.readcrm.objects.quotes.writecrm.objects.services.readcrm.objects.services.writecrm.objects.subscriptions.readcrm.objects.subscriptions.writecrm.objects.users.readcrm.objects.users.writee-commercemedia_bridge.readoauthticketstickets.highly_sensitive.v2tickets.sensitive.v2

Tags

Users API
Update a conversion rateHUBSPOT_SETTINGS_UPDATE_ACONVERSION_RATEUpdate a conversion rate

Update a conversion rate

Authentication

Connected account required

Tags

Currencies APICurrency
Update multiple exchange ratesHUBSPOT_SETTINGS_UPDATE_MULTIPLE_EXCHANGE_RATESUpdate multiple exchange rates

Update multiple exchange rates

Authentication

Connected account required

Tags

Currencies APICurrency
Batch create event subscriptionsHUBSPOT_WEBHOOKS_BATCH_CREATE_EVENT_SUBSCRIPTIONSBatch create event subscriptions

Batch create event subscriptions

Authentication

Connected account required

Tags

Webhooks APIv3 [legacy]Subscriptions
Batch create event subscriptionsHUBSPOT_WEBHOOKS_BATCH_CREATE_EVENT_SUBSCRIPTIONS1Batch create event subscriptions for the specified app.

Batch create event subscriptions for the specified app.

Authentication

Connected account required

Scopes

developers-readdevelopers-writeprivate-apps-readprivate-apps-writewebhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-read

Tags

Webhooks API2026-03 [latest]1Batch1
Batch readHUBSPOT_WEBHOOKS_BATCH_READExecute a batch read operation on the webhooks journal. This endpoint allows you to retrieve a batch of webhook journal entries by providing the necessary input data. It is useful for processing multiple records in a single request, streamlining data retrieval tasks.

Execute a batch read operation on the webhooks journal. This endpoint allows you to retrieve a batch of webhook journal entries by providing the necessary input data. It is useful for processing multiple records in a single request, streamlining data retrieval tasks.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Batch1
Batch readHUBSPOT_WEBHOOKS_BATCH_READ1Execute a batch read operation on the webhooks journal for the specified date, 2026-03. This endpoint allows you to retrieve multiple entries from the webhooks journal in a single request, which can be useful for processing large amounts of data efficiently. Ensure that the request body is provided in the required format.

Execute a batch read operation on the webhooks journal for the specified date, 2026-03. This endpoint allows you to retrieve multiple entries from the webhooks journal in a single request, which can be useful for processing large amounts of data efficiently. Ensure that the request body is provided in the required format.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Batch1
Create an event subscriptionHUBSPOT_WEBHOOKS_CREATE_AN_EVENT_SUBSCRIPTIONCreate an event subscription

Create an event subscription

Authentication

Connected account required

Tags

Webhooks APIv3 [legacy]Subscriptions
Create an event subscriptionHUBSPOT_WEBHOOKS_CREATE_AN_EVENT_SUBSCRIPTION1Create new event subscription for the specified app.

Create new event subscription for the specified app.

Authentication

Connected account required

Scopes

developers-readdevelopers-writeprivate-apps-readprivate-apps-writewebhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-read

Tags

Webhooks API2026-03 [latest]1Basic1
Create FilterHUBSPOT_WEBHOOKS_CREATE_FILTERCreate a new filter for a specific webhook subscription in the HubSpot account. This endpoint allows you to define conditions that determine when a webhook should be triggered. The filter is associated with a subscription identified by its ID, and the request must include the filter details.

Create a new filter for a specific webhook subscription in the HubSpot account. This endpoint allows you to define conditions that determine when a webhook should be triggered. The filter is associated with a subscription identified by its ID, and the request must include the filter details.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Advanced1
Create SnapshotHUBSPOT_WEBHOOKS_CREATE_SNAPSHOTCreate a batch of CRM object snapshots in HubSpot. This endpoint is used to capture the current state of specified CRM objects for later reference or analysis. It requires a JSON payload containing the details of the CRM objects to snapshot. This operation is exempt from daily and ten-secondly rate limits.

Create a batch of CRM object snapshots in HubSpot. This endpoint is used to capture the current state of specified CRM objects for later reference or analysis. It requires a JSON payload containing the details of the CRM objects to snapshot. This operation is exempt from daily and ten-secondly rate limits.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Advanced1
Create SubscriptionHUBSPOT_WEBHOOKS_CREATE_SUBSCRIPTIONCreate a new subscription in the Webhooks Journal for the specified version. This endpoint allows you to define the subscription details by providing the necessary information in the request body. It supports various types of subscriptions, including object, association, event, app lifecycle event, list membership, and GDPR privacy deletion. Ensure that all required fields are included in the request to successfully create a subscription.

Create a new subscription in the Webhooks Journal for the specified version. This endpoint allows you to define the subscription details by providing the necessary information in the request body. It supports various types of subscriptions, including object, association, event, app lifecycle event, list membership, and GDPR privacy deletion. Ensure that all required fields are included in the request to successfully create a subscription.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Basic1
Delete event subscriptionHUBSPOT_WEBHOOKS_DELETE_EVENT_SUBSCRIPTIONDelete event subscription

Delete event subscription

Authentication

Connected account required

Tags

Webhooks APIv3 [legacy]Subscriptions
Delete event subscriptionHUBSPOT_WEBHOOKS_DELETE_EVENT_SUBSCRIPTION1Delete an existing event subscription by ID.

Delete an existing event subscription by ID.

Authentication

Connected account required

Scopes

developers-readdevelopers-writeprivate-apps-readprivate-apps-writewebhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-read

Tags

Webhooks API2026-03 [latest]1Basic1
Delete filterHUBSPOT_WEBHOOKS_DELETE_FILTERRemove a specific filter from the webhooks journal subscriptions. This operation is useful for managing and cleaning up filters that are no longer needed. Once deleted, the filter cannot be recovered.

Remove a specific filter from the webhooks journal subscriptions. This operation is useful for managing and cleaning up filters that are no longer needed. Once deleted, the filter cannot be recovered.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Basic1
Delete SubscriptionHUBSPOT_WEBHOOKS_DELETE_SUBSCRIPTIONDelete a webhook journal subscription for a specific portal. This operation removes the subscription associated with the given portalId, ensuring that no further webhook events are sent for this portal. Use this endpoint to manage and clean up subscriptions that are no longer needed.

Delete a webhook journal subscription for a specific portal. This operation removes the subscription associated with the given portalId, ensuring that no further webhook events are sent for this portal. Use this endpoint to manage and clean up subscriptions that are no longer needed.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Basic1
Delete subscriptionHUBSPOT_WEBHOOKS_DELETE_SUBSCRIPTION1Delete a specific webhook journal subscription using its unique identifier. This operation is useful for managing and cleaning up subscriptions that are no longer needed in your HubSpot account.

Delete a specific webhook journal subscription using its unique identifier. This operation is useful for managing and cleaning up subscriptions that are no longer needed in your HubSpot account.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Basic1
Delete webhook settingsHUBSPOT_WEBHOOKS_DELETE_WEBHOOK_SETTINGSDelete webhook settings

Delete webhook settings

Authentication

Connected account required

Tags

Webhooks APIv3 [legacy]Settings
Delete webhook settingsHUBSPOT_WEBHOOKS_DELETE_WEBHOOK_SETTINGS1Delete the webhook settings for the specified app. Event subscriptions will not be deleted, but will be paused until another webhook is created.

Delete the webhook settings for the specified app. Event subscriptions will not be deleted, but will be paused until another webhook is created.

Authentication

Connected account required

Scopes

developers-readdevelopers-writeprivate-apps-readprivate-apps-writewebhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-read

Tags

Webhooks API2026-03 [latest]1Basic1
Fetch BatchHUBSPOT_WEBHOOKS_FETCH_BATCHRetrieve a batch of webhook journal entries starting from a specified offset. This endpoint is useful for paginating through large sets of webhook data. The number of entries returned is determined by the 'count' parameter.

Retrieve a batch of webhook journal entries starting from a specified offset. This endpoint is useful for paginating through large sets of webhook data. The number of entries returned is determined by the 'count' parameter.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Batch1
Fetch BatchHUBSPOT_WEBHOOKS_FETCH_BATCH1Retrieve a batch of webhook journal entries starting from a specified offset. This endpoint allows you to fetch a defined number of entries, which can be useful for processing large datasets in manageable chunks.

Retrieve a batch of webhook journal entries starting from a specified offset. This endpoint allows you to fetch a defined number of entries, which can be useful for processing large datasets in manageable chunks.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Batch1
Fetch earliest batchHUBSPOT_WEBHOOKS_FETCH_EARLIEST_BATCHRetrieve the earliest batch of webhook journal entries. This endpoint is useful for accessing the oldest available data in the webhook journal, allowing users to process or analyze historical webhook events. The number of entries to fetch is specified by the 'count' path parameter.

Retrieve the earliest batch of webhook journal entries. This endpoint is useful for accessing the oldest available data in the webhook journal, allowing users to process or analyze historical webhook events. The number of entries to fetch is specified by the 'count' path parameter.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Batch1
Fetch Earliest BatchHUBSPOT_WEBHOOKS_FETCH_EARLIEST_BATCH1Retrieve the earliest batch of webhook journal entries for a specified count. This endpoint is useful for accessing historical webhook data in batches, allowing you to process or analyze older entries. The number of entries retrieved is determined by the count parameter.

Retrieve the earliest batch of webhook journal entries for a specified count. This endpoint is useful for accessing historical webhook data in batches, allowing you to process or analyze older entries. The number of entries retrieved is determined by the count parameter.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Batch1
List SubscriptionsHUBSPOT_WEBHOOKS_LIST_SUBSCRIPTIONSRetrieve a list of webhook journal subscriptions for the specified version. This endpoint allows you to view all active subscriptions without pagination. It is useful for monitoring and managing webhook subscriptions in your HubSpot account.

Retrieve a list of webhook journal subscriptions for the specified version. This endpoint allows you to view all active subscriptions without pagination. It is useful for monitoring and managing webhook subscriptions in your HubSpot account.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Basic1
Read an event subscriptionHUBSPOT_WEBHOOKS_READ_AN_EVENT_SUBSCRIPTIONRead an event subscription

Read an event subscription

Authentication

Connected account required

Tags

Webhooks APIv3 [legacy]Subscriptions
Read an event subscriptionHUBSPOT_WEBHOOKS_READ_AN_EVENT_SUBSCRIPTION1Retrieve a specific event subscription by ID.

Retrieve a specific event subscription by ID.

Authentication

Connected account required

Scopes

developers-readdevelopers-writeprivate-apps-readprivate-apps-writewebhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-read

Tags

Webhooks API2026-03 [latest]1Basic1
Read event subscriptionsHUBSPOT_WEBHOOKS_READ_EVENT_SUBSCRIPTIONSRead event subscriptions

Read event subscriptions

Authentication

Connected account required

Tags

Webhooks APIv3 [legacy]Subscriptions
Read event subscriptionsHUBSPOT_WEBHOOKS_READ_EVENT_SUBSCRIPTIONS1Retrieve event subscriptions for the specified app.

Retrieve event subscriptions for the specified app.

Authentication

Connected account required

Scopes

developers-readdevelopers-writeprivate-apps-readprivate-apps-writewebhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-read

Tags

Webhooks API2026-03 [latest]1Basic1
Read webhook settingsHUBSPOT_WEBHOOKS_READ_WEBHOOK_SETTINGSRead webhook settings

Read webhook settings

Authentication

Connected account required

Tags

Webhooks APIv3 [legacy]Settings
Read webhook settingsHUBSPOT_WEBHOOKS_READ_WEBHOOK_SETTINGS1Retrieve the webhook settings for the specified app, including the webhook’s target URL, throttle configuration, and create/update date.

Retrieve the webhook settings for the specified app, including the webhook’s target URL, throttle configuration, and create/update date.

Authentication

Connected account required

Scopes

developers-readdevelopers-writeprivate-apps-readprivate-apps-writewebhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-read

Tags

Webhooks API2026-03 [latest]1Basic1
Retrieve batchHUBSPOT_WEBHOOKS_RETRIEVE_BATCHRetrieve the latest batch of webhook journal entries up to the specified count. This endpoint is useful for fetching recent webhook data for analysis or processing. The count parameter determines the maximum number of entries to return.

Retrieve the latest batch of webhook journal entries up to the specified count. This endpoint is useful for fetching recent webhook data for analysis or processing. The count parameter determines the maximum number of entries to return.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Batch1
Retrieve earliestHUBSPOT_WEBHOOKS_RETRIEVE_EARLIESTRetrieve the earliest webhook journal entries for the specified portal. This endpoint can be used to access the oldest records available in the webhook journal, which may be useful for auditing or historical analysis.

Retrieve the earliest webhook journal entries for the specified portal. This endpoint can be used to access the oldest records available in the webhook journal, which may be useful for auditing or historical analysis.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Basic1
Retrieve earliest entryHUBSPOT_WEBHOOKS_RETRIEVE_EARLIEST_ENTRYRetrieve the earliest entry from the webhooks journal for the specified portal. This endpoint is useful for accessing the first recorded webhook event in the journal, which can be helpful for auditing or debugging purposes.

Retrieve the earliest entry from the webhooks journal for the specified portal. This endpoint is useful for accessing the first recorded webhook event in the journal, which can be helpful for auditing or debugging purposes.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Basic1
Retrieve filterHUBSPOT_WEBHOOKS_RETRIEVE_FILTERRetrieve a specific filter associated with a webhook journal subscription. This endpoint allows you to access the details of the filter identified by the filterId, which is useful for managing and understanding the conditions applied to webhook events.

Retrieve a specific filter associated with a webhook journal subscription. This endpoint allows you to access the details of the filter identified by the filterId, which is useful for managing and understanding the conditions applied to webhook events.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Basic1
Retrieve filtersHUBSPOT_WEBHOOKS_RETRIEVE_FILTERSRetrieve the filters associated with a specific webhook subscription. This endpoint allows you to view the filters applied to a subscription, which can help in managing and understanding the conditions set for webhook events.

Retrieve the filters associated with a specific webhook subscription. This endpoint allows you to view the filters applied to a subscription, which can help in managing and understanding the conditions set for webhook events.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Basic1
Retrieve latestHUBSPOT_WEBHOOKS_RETRIEVE_LATESTRetrieve the latest entries from the webhooks journal for the specified portal. This endpoint is useful for accessing the most recent webhook events that have been logged, allowing for real-time monitoring or debugging of webhook activities.

Retrieve the latest entries from the webhooks journal for the specified portal. This endpoint is useful for accessing the most recent webhook events that have been logged, allowing for real-time monitoring or debugging of webhook activities.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Basic1
Retrieve Latest BatchHUBSPOT_WEBHOOKS_RETRIEVE_LATEST_BATCHRetrieve the latest batch of webhook journal entries. This endpoint allows you to specify the number of entries to fetch, providing a way to access the most recent webhook events processed by your HubSpot account.

Retrieve the latest batch of webhook journal entries. This endpoint allows you to specify the number of entries to fetch, providing a way to access the most recent webhook events processed by your HubSpot account.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Batch1
Retrieve latest journalHUBSPOT_WEBHOOKS_RETRIEVE_LATEST_JOURNALRetrieve the latest entries from the webhooks journal for the specified portal. This endpoint is useful for accessing the most recent webhook events and their statuses, allowing you to monitor and debug webhook activity effectively.

Retrieve the latest entries from the webhooks journal for the specified portal. This endpoint is useful for accessing the most recent webhook events and their statuses, allowing you to monitor and debug webhook activity effectively.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Basic1
Retrieve Next BatchHUBSPOT_WEBHOOKS_RETRIEVE_NEXT_BATCHRetrieve the next set of webhook journal entries starting from a specified offset. This endpoint is useful for paginating through large sets of webhook data, allowing you to continue from where a previous request left off.

Retrieve the next set of webhook journal entries starting from a specified offset. This endpoint is useful for paginating through large sets of webhook data, allowing you to continue from where a previous request left off.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Basic1
Retrieve Next EntriesHUBSPOT_WEBHOOKS_RETRIEVE_NEXT_ENTRIESRetrieve the next set of entries from the webhooks journal starting from a specified offset. This endpoint is useful for paginating through journal entries to process or analyze webhook events sequentially.

Retrieve the next set of entries from the webhooks journal starting from a specified offset. This endpoint is useful for paginating through journal entries to process or analyze webhook events sequentially.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Basic1
Retrieve statusHUBSPOT_WEBHOOKS_RETRIEVE_STATUSRetrieve the status of a specific webhook journal entry using its unique status ID. This endpoint is useful for monitoring the progress or outcome of webhook journal entries, allowing you to check if an entry is pending, in progress, completed, failed, or expired.

Retrieve the status of a specific webhook journal entry using its unique status ID. This endpoint is useful for monitoring the progress or outcome of webhook journal entries, allowing you to check if an entry is pending, in progress, completed, failed, or expired.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Basic1
Retrieve statusHUBSPOT_WEBHOOKS_RETRIEVE_STATUS1Retrieve the status of a specific webhook journal entry using its unique status ID. This endpoint provides detailed information about the status, including whether it is pending, in progress, completed, failed, or expired. It is useful for monitoring and managing the state of webhook journal entries.

Retrieve the status of a specific webhook journal entry using its unique status ID. This endpoint provides detailed information about the status, including whether it is pending, in progress, completed, failed, or expired. It is useful for monitoring and managing the state of webhook journal entries.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Basic1
Retrieve subscriptionHUBSPOT_WEBHOOKS_RETRIEVE_SUBSCRIPTIONRetrieve details of a specific webhook subscription using its unique identifier. This endpoint is useful for obtaining information about a particular subscription, such as its actions, object type, and associated properties.

Retrieve details of a specific webhook subscription using its unique identifier. This endpoint is useful for obtaining information about a particular subscription, such as its actions, object type, and associated properties.

Authentication

Connected account required

Scopes

webhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-readdevelopers-readdevelopers-writeprivate-apps-readprivate-apps-write

Tags

Webhooks API2026-03 [latest]1Basic1
Update an event subscriptionHUBSPOT_WEBHOOKS_UPDATE_AN_EVENT_SUBSCRIPTIONUpdate an event subscription

Update an event subscription

Authentication

Connected account required

Tags

Webhooks APIv3 [legacy]Subscriptions
Update an event subscriptionHUBSPOT_WEBHOOKS_UPDATE_AN_EVENT_SUBSCRIPTION1Update an existing event subscription by ID.

Update an existing event subscription by ID.

Authentication

Connected account required

Scopes

developers-readdevelopers-writeprivate-apps-readprivate-apps-writewebhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-read

Tags

Webhooks API2026-03 [latest]1Basic1
Update webhook settingsHUBSPOT_WEBHOOKS_UPDATE_WEBHOOK_SETTINGSUpdate webhook settings

Update webhook settings

Authentication

Connected account required

Tags

Webhooks APIv3 [legacy]Settings
Update webhook settingsHUBSPOT_WEBHOOKS_UPDATE_WEBHOOK_SETTINGS1Update webhook settings for the specified app.

Update webhook settings for the specified app.

Authentication

Connected account required

Scopes

developers-readdevelopers-writeprivate-apps-readprivate-apps-writewebhooks-journal-data-accesswebhooks-journal-snapshot-managementwebhooks-journal-subscription-managementwebhooks-journal-subscription-read

Tags

Webhooks API2026-03 [latest]1Basic1