# HubSpot docs: APIs 2026-03 CRM

## CRM

- [HubSpot CRM embed](https://developers.hubspot.com/docs/api-reference/2026-03/crm/embed.md): Learn how to embed a HubSpot view such as a record timeline, property history, or meeting link in a third-party platform.
- [CRM Search API](https://developers.hubspot.com/docs/api-reference/2026-03/crm/search-the-crm.md): The CRM search endpoints make getting data more efficient by allowing developers to filter, sort, and search across any CRM object type.
- [Understanding the CRM APIs](https://developers.hubspot.com/docs/api-reference/2026-03/crm/understanding-the-crm.md): HubSpot’s CRM is a system for managing customer relationships and data. Learn about objects and the related CRM APIs.
- [Using Object APIs](https://developers.hubspot.com/docs/api-reference/2026-03/crm/using-object-apis.md): Learn how to use the object API endpoints to create and manage records or activities.
- [APIs / 2026-03 / CRM / Objects (380 pages)](https://developers.hubspot.com/docs/_llms/apis/2026-03/crm/objects.md): Documentation for APIs / 2026-03 / CRM / Objects.

### Activities

#### Calls

- [Calls API](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/calls/guide.md): Use the calls engagement API to log and manage calls on CRM records.
- [Create a call](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/calls/create-call.md): 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.
- [Retrieve a call](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/calls/get-call.md): 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.
- [Retrieve calls](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/calls/get-calls.md): Read a page of calls. Control what is returned via the `properties` query param.
- [Update a call](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/calls/update-call.md): Perform a partial update of an Object identified by `{callId}`or optionally a unique property value as specified by the `idProperty` query param. `{callId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Prov…
- [Archive a call](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/calls/delete-call.md): Move an Object identified by `{callId}` to the recycling bin.

##### Batch

- [Create calls](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/calls/batch/create-calls.md): Create a batch of calls. The `inputs` array can contain a `properties` object to define property values for each record, along with an `associations` array to define [associations](https://developers.hubspot.com/docs/guides/api/crm/associations/associations-v4) with other CRM records.
- [Retrieve calls](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/calls/batch/get-calls.md): Retrieve a batch of calls by ID.
- [Update calls](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/calls/batch/update-calls.md): Update a batch of calls by ID.
- [Upsert calls](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/calls/batch/upsert-calls.md): 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.
- [Archive calls](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/calls/batch/delete-calls.md): Archive a batch of calls by ID. Deleted calls can be restored within 90 days of being deleted, but call recordings recording will be permanently deleted. Learn more about [restoring activity records](https://knowledge.hubspot.com/records/restore-deleted-activity-in-a-record).

##### Search

- [Search for calls](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/calls/search/search-calls.md): Search for calls 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).

#### Emails

- [Emails API](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/emails/guide.md): Use the email engagement API to log and manage emails on CRM records.
- [Create an email](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/emails/create-email.md): 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.
- [Retrieve an email](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/emails/get-email.md): 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.
- [Retrieve emails](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/emails/get-emails.md): Read a page of emails. Control what is returned via the `properties` query param.
- [Update an email](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/emails/update-email.md): Perform a partial update of an Object identified by `{emailId}`or optionally a unique property value as specified by the `idProperty` query param. `{emailId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Pr…
- [Delete an email](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/emails/delete-email.md): Move an Object identified by `{emailId}` to the recycling bin.

##### Batch

- [Create emails](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/emails/batch/create-emails.md): Create a batch of emails with specified properties and return the created objects.
- [Retrieve emails](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/emails/batch/get-emails.md): Retrieve records by record ID or include the `idProperty` parameter to retrieve records by a custom unique value property.
- [Update emails](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/emails/batch/update-emails.md): Update a batch of emails using their internal IDs or unique property values.
- [Upsert emails](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/emails/batch/upsert-emails.md): 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.
- [Delete emails](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/emails/batch/delete-emails.md): Archive a batch of emails identified by their IDs.

##### Search

- [Search for emails](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/emails/search/search-emails.md): Perform a search for emails based on the provided query parameters and return matching results.

#### Meetings

- [Meetings API](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/meetings/guide.md): Use the meetings engagement API to log and manage meetings on CRM records.
- [Create meeting](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/meetings/create-meeting.md): 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.
- [Retrieve meeting](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/meetings/get-meeting.md): 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.
- [Retrieve meetings](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/meetings/get-meetings.md): Read a page of meetings. Control what is returned via the `properties` query param.
- [Update meeting](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/meetings/update-meeting.md): Perform a partial update of an Object identified by `{meetingId}`or optionally a unique property value as specified by the `idProperty` query param. `{meetingId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object…
- [Delete meeting](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/meetings/delete-meeting.md): Move an Object identified by `{meetingId}` to the recycling bin.

##### Batch

- [Create meetings](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/meetings/batch/create-meetings.md): Create a batch of meetings. The `inputs` array can contain a `properties` object to define property values for the record, along with an `associations` array to define relationships with other object records.
- [Retrieve meetings](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/meetings/batch/get-meetings.md): Retrieve records by record ID or include the `idProperty` parameter to retrieve records by a custom unique value property.
- [Update meetings](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/meetings/batch/update-meetings.md): Update a batch of meetings by ID (`objectId`) 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.
- [Upsert meetings](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/meetings/batch/upsert-meetings.md): 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.
- [Delete meetings](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/meetings/batch/delete-meetings.md): Delete a batch of meetings by ID.

##### Search

- [Search for meetings](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/meetings/search/search-meetings.md): Search for meetings by filtering on properties, searching through associations, and sorting results.

#### Notes

- [Notes API](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/notes/guide.md): Use the notes engagement API to log and manage notes on CRM records.
- [Create note](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/notes/create-note.md): 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.
- [Retrieve note](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/notes/get-note.md): 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.
- [Retrieve a note](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/notes/get-notes.md): Read a page of notes. Control what is returned via the `properties` query param.
- [Update note](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/notes/update-note.md): Perform a partial update of an Object identified by `{noteId}`or optionally a unique property value as specified by the `idProperty` query param. `{noteId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Prov…
- [Delete a note](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/notes/delete-note.md): Move an Object identified by `{noteId}` to the recycling bin.

##### Batch

- [Create notes](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/notes/batch/create-notes.md): Create multiple notes in a single request by providing the necessary properties for each note. This operation returns the created notes with their unique identifiers.
- [Retrieve notes](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/notes/batch/get-notes.md): Retrieve records by record ID or include the `idProperty` parameter to retrieve records by a custom unique value property.
- [Update notes](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/notes/batch/update-notes.md): Update multiple notes using their internal IDs or unique property values. This operation allows you to modify the properties of several notes in a single request, streamlining the process of managing note data in bulk.
- [Upsert notes](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/notes/batch/upsert-notes.md): 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.
- [Delete notes](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/notes/batch/delete-notes.md): Archive multiple notes by their IDs in a single request. This operation moves the specified notes to the recycling bin, making them inaccessible from regular queries.

##### Search

- [Search for notes](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/notes/search/search-notes.md): Execute a search for notes using filters, sorting options, and other query parameters to refine the results. This endpoint allows for complex queries to locate specific notes within the CRM system.

#### Postal mail

- [Postal Mail API](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/postal-mail/guide.md): Use the postal mail engagement API to log any postal mail you've sent to or received from contacts or companies on their CRM records.
- [Create postal mail](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/postal-mail/create-postal-mail.md): Create a postal mail object with the given properties and return a copy of the object, including the ID.
- [Get postal mail](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/postal-mail/get-postal-mail-objectId.md)
- [Get all postal mail](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/postal-mail/get-postal-mail.md)
- [Update postal mail](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/postal-mail/update-postal-mail-objectId.md)
- [Update postal mail](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/postal-mail/update-postal-mail.md)
- [Archive postal mail](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/postal-mail/delete-postal-mail.md): Move the postal mail object with the ID `{postalMailId}` to the recycling bin.

##### Batch

- [Create postal mail](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/postal-mail/batch/create-postal-mail.md): Create a batch of postal mail objects.
- [Retrieve postal mail](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/postal-mail/batch/get-postal-mail.md): Retrieve multiple postal mail objects using their internal IDs or unique property values.
- [Update postal mail](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/postal-mail/batch/update-postal-mail-objectType.md): Update multiple postal mail objects in a single request.
- [Set default association](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/postal-mail/batch/update-postal-mail.md)
- [Upsert postal mail](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/postal-mail/batch/upsert-postal-mail.md): 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.
- [Archive postal mail](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/postal-mail/batch/delete-postal-mail.md): Archive a batch of postal mail objects using their IDs.

##### Search

- [Search for postal mail](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/postal-mail/search/search-postal-mail.md): Search for postal mail objects using specific criteria in the request.

#### Tasks

- [Tasks API](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/tasks/guide.md): Use the tasks engagement API to log and manage tasks on CRM records.
- [Create a task](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/tasks/create-task.md): 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.
- [Retrieve a task](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/tasks/get-task.md): 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.
- [Retrieve tasks](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/tasks/get-tasks.md): Read a page of tasks. Control what is returned via the `properties` query param.
- [Subtasks](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/tasks/subtasks-guide.md): Use the tasks API to create subtasks.
- [Update a task](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/tasks/update-task.md): Perform a partial update of an Object identified by `{taskId}`or optionally a unique property value as specified by the `idProperty` query param. `{taskId}` refers to the internal object ID by default, and the `idProperty` query param refers to a property whose values are unique for the object. Prov…
- [Delete a task](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/tasks/delete-task.md): Move an Object identified by `{taskId}` to the recycling bin.

##### Batch

- [Create tasks](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/tasks/batch/create-tasks.md): Create multiple tasks in a single request by providing a batch of task properties and associations. This endpoint allows for efficient task creation by processing multiple tasks together.
- [Retrieve tasks](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/tasks/batch/get-tasks.md): Retrieve records by record ID or include the `idProperty` parameter to retrieve records by a custom unique value property.
- [Update tasks](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/tasks/batch/update-tasks.md): Update multiple tasks in a single request using their internal IDs or unique property values. This operation allows you to modify the properties of each task in the batch, ensuring efficient management of task data.
- [Upsert tasks](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/tasks/batch/upsert-tasks.md): 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.
- [Delete tasks](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/tasks/batch/delete-tasks.md): Archive a batch of tasks by their IDs, moving them to the recycling bin. This operation requires a list of task IDs to be provided in the request body.

##### Search

- [Search for tasks](https://developers.hubspot.com/docs/api-reference/2026-03/crm/activities/tasks/search/search-tasks.md): Execute a search for tasks based on the provided criteria, including filters, properties, and sorting options. This allows for retrieving tasks that match specific conditions or property values.

### Associations

- [Associations overview](https://developers.hubspot.com/docs/api-reference/2026-03/crm/associations/overview.md): Learn how to create and manage associations between object records via the API.

#### Associate records

- [Associate records](https://developers.hubspot.com/docs/api-reference/2026-03/crm/associations/associate-records/guide.md): Use the associations API to create, manage, and remove associations between CRM records.
- [Report high usage](https://developers.hubspot.com/docs/api-reference/2026-03/crm/associations/associate-records/report-high-usage.md): Requests a report of all objects in the portal which have a high usage of associations
- [Associate records (labeled)](https://developers.hubspot.com/docs/api-reference/2026-03/crm/associations/associate-records/update-association-labeled.md): Set association labels between two records.
- [Associate records (default)](https://developers.hubspot.com/docs/api-reference/2026-03/crm/associations/associate-records/update-association.md): Create the default (most generic) association type between two object types
- [Remove association between records](https://developers.hubspot.com/docs/api-reference/2026-03/crm/associations/associate-records/delete-association.md): deletes all associations between two records.

##### Batch

- [Associate records (labeled)](https://developers.hubspot.com/docs/api-reference/2026-03/crm/associations/associate-records/batch/create-associations-labeled.md): Batch create associations for objects
- [Associate records (default)](https://developers.hubspot.com/docs/api-reference/2026-03/crm/associations/associate-records/batch/create-associations.md): Create the default (most generic) association type between two object types
- [Retrieve associations](https://developers.hubspot.com/docs/api-reference/2026-03/crm/associations/associate-records/batch/get-associations.md): 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 presen…
- [Delete specific labels](https://developers.hubspot.com/docs/api-reference/2026-03/crm/associations/associate-records/batch/delete-association-labels.md): Batch delete specific association labels for objects. Deleting an unlabeled association will also delete all labeled associations between those two objects
- [Remove associations](https://developers.hubspot.com/docs/api-reference/2026-03/crm/associations/associate-records/batch/delete-associations.md): Batch delete associations for objects

#### Associations schema

- [Configure associations](https://developers.hubspot.com/docs/api-reference/2026-03/crm/associations/associations-schema/guide.md): The Associations Schema endpoints are used to manage association types across objects.

##### Labels

- [Batch create labels](https://developers.hubspot.com/docs/api-reference/2026-03/crm/associations/associations-schema/labels/create-associations-label-batch.md): Batch configure association limits between two object types.
- [Create association label](https://developers.hubspot.com/docs/api-reference/2026-03/crm/associations/associations-schema/labels/create-associations-label.md): Create a new label that describes the relationship between two specified CRM object types. This can help in categorizing and managing associations more effectively.
- [Retrieve association labels](https://developers.hubspot.com/docs/api-reference/2026-03/crm/associations/associations-schema/labels/get-associations-label.md): Retrieve all labels that describe the relationships between two specified CRM object types. These labels provide context about the nature of the associations.
- [Update association label](https://developers.hubspot.com/docs/api-reference/2026-03/crm/associations/associations-schema/labels/update-associations-label.md): Update an existing label that describes the relationship between two specified CRM object types. This allows for modifications to existing association labels to better reflect the nature of the relationship.
- [Delete association label](https://developers.hubspot.com/docs/api-reference/2026-03/crm/associations/associations-schema/labels/delete-associations-label.md): Remove a specific label from the association between two CRM object types.

##### Limits

- [Retrieve all association limits](https://developers.hubspot.com/docs/api-reference/2026-03/crm/associations/associations-schema/limits/get-all-associations-limits.md): Retrieve all configured association limits between objects, which include details about how different CRM object types are associated with each other.
- [Retrieve association limits](https://developers.hubspot.com/docs/api-reference/2026-03/crm/associations/associations-schema/limits/get-associations-limits.md): Retrieve the configuration details for associations between two specified CRM object types. Use this endpoint to understand limits that have been set for specific association types.
- [Update association limits](https://developers.hubspot.com/docs/api-reference/2026-03/crm/associations/associations-schema/limits/update-associations-limits.md): Batch update association limits that have been configured between two object types.
- [Remove association limits](https://developers.hubspot.com/docs/api-reference/2026-03/crm/associations/associations-schema/limits/delete-associations-limits.md): Batch delete limits that have been defined for association types between two object types.

### CRM Data Model

- [Object Activation API](https://developers.hubspot.com/docs/api-reference/2026-03/crm/crm-data-model/guide.md): Learn how to check if objects are activated for use in a HubSpot account.
- [Is object type is enabled](https://developers.hubspot.com/docs/api-reference/2026-03/crm/crm-data-model/get-object-library-objectTypeId.md): Fetch whether object type is enabled
- [Fetch object type enablement status](https://developers.hubspot.com/docs/api-reference/2026-03/crm/crm-data-model/get-object-library.md): For all object types supporting enablement, returns whether they're enabled or disabled

### Exports

- [Exports API](https://developers.hubspot.com/docs/api-reference/2026-03/crm/exports/guide.md): Learn how to use the Exports API to export records in views or lists from your HubSpot account.
- [Start an export](https://developers.hubspot.com/docs/api-reference/2026-03/crm/exports/create-export.md): Begins exporting CRM data for the portal as specified in the request body
- [Retrieve export status](https://developers.hubspot.com/docs/api-reference/2026-03/crm/exports/get-export-status.md): Returns the status of the export with taskId, including the URL of the resulting file if the export status is COMPLETE
- [Retrieve export details](https://developers.hubspot.com/docs/api-reference/2026-03/crm/exports/get-export.md): Retrieve detailed information about a specific CRM export, including its current state and properties.

### Extensions

#### Calling extensions

- [Calling extensions SDK](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/calling-extensions/calling-sdk.md): Overview of the calling extensions SDK
- [CRM API | Receive calls in HubSpot when using calling apps](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/calling-extensions/receive-incoming-calls.md): You can receive calls in HubSpot when using calling apps.
- [Call recordings and transcripts](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/calling-extensions/recordings-and-transcriptions.md): Learn how to log call recordings and their associated transcripts in HubSpot.
- [Set up third-party calling in help desk](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/calling-extensions/third-party-calling.md): Learn how to set up third-party calling in your HubSpot help desk.
- [Third-party transcripts](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/calling-extensions/third-party-transcripts.md): Enable HubSpot to use transcripts from a third-party platform as a part of its Conversation Intelligence feature.

##### Channel Connection Settings

- [Configure channel connection settings](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/calling-extensions/channel-connection-settings/create-channel-connection-settings.md): Establish new channel connection settings for the specified app.
- [Retrieve channel connection settings](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/calling-extensions/channel-connection-settings/get-channel-connection-settings.md): Access the current channel connection settings for the specified app.
- [Update channel connection settings](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/calling-extensions/channel-connection-settings/update-channel-connection-settings.md): Modify the existing channel connection settings for the specified app.
- [Delete channel connection settings](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/calling-extensions/channel-connection-settings/delete-channel-connection-settings.md): Delete the channel connection settings associated with the specified app.

##### Inbound

- [Create inbound call](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/calling-extensions/inbound/create-inbound-call.md): 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.

##### Recording

- [Mark a call recording as ready](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/calling-extensions/recording/call-recording-ready.md): This endpoint is used to mark a call recording as ready. It requires the engagementId to identify the specific recording.

##### Settings

- [Create new calling extension settings for a specific app.](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/calling-extensions/settings/create-calling-extension.md): Create new settings for the calling extension associated with the specified appId.
- [Retrieve the calling extension settings for a specific app.](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/calling-extensions/settings/get-calling-extensions.md): Retrieve the current settings of the calling extension for the specified appId.
- [Update the calling extension settings for a specific app.](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/calling-extensions/settings/update-calling-extension.md): Modify existing calling extension settings for the specified appId. Only the fields provided in the request will be updated.
- [Delete the calling extension settings for a specific app.](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/calling-extensions/settings/delete-calling-extension.md): Remove the calling extension settings associated with the specified appId. This action cannot be undone.

#### CRM cards

- [Legacy CRM cards](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/crm-cards/guide.md): Learn about CRM cards built for legacy public apps.
- [Create a new card](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/crm-cards/create-crm-card.md): Defines a new card that will become active on an account when this app is installed.
- [Get a card.](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/crm-cards/get-crm-card.md): Returns the definition for a card with the given ID.
- [Get all cards](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/crm-cards/get-crm-cards.md): Returns a list of cards for a given app.
- [Get sample card detail response](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/crm-cards/get-sample-response.md): 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.
- [Migrate CRM card views](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/crm-cards/migrate-crm-card.md): Swaps a Legacy CRM Card with an App Card in views. Reference the "Migrate a legacy CRM card to an app card" docs for more information
- [Update a card](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/crm-cards/update-crm-card.md): Update a card definition with new details.
- [Delete a card](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/crm-cards/delete-crm-card.md): 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.

#### Transcriptions

- [Create a transcript](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/transcriptions/create-transcript.md)
- [Retrieve a transcript](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/transcriptions/get-transcript.md)
- [Transcribe inbound call](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/transcriptions/transcribe-inbound.md)
- [Delete a transcript](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/transcriptions/delete-transcript.md)

#### Video conferencing extension

- [Video conference extension](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/video-conferencing-extension/guide.md): These endpoints are used to plug into the meeting creation flow within HubSpot and add video conference information.
- [Get settings](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/video-conferencing-extension/get-video-conferencing-extension.md): Fetch video conference extension settings for your app
- [Create or update settings](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/video-conferencing-extension/update-video-conferencing-extension.md): Create or update video conference extension settings for your app
- [Delete settings](https://developers.hubspot.com/docs/api-reference/2026-03/crm/extensions/video-conferencing-extension/delete-video-conferencing-extension.md): Delete video conference extension settings for your app

### Imports

- [Imports API](https://developers.hubspot.com/docs/api-reference/2026-03/crm/imports/guide.md): Imports are used to populate a HubSpot account with object data that can be used with the sales, marketing, and service tools.
- [Cancel an active import](https://developers.hubspot.com/docs/api-reference/2026-03/crm/imports/cancel-import.md): This allows a developer to cancel an active import.
- [Start an import](https://developers.hubspot.com/docs/api-reference/2026-03/crm/imports/create-import.md)
- [Retrieve errors for a specific import](https://developers.hubspot.com/docs/api-reference/2026-03/crm/imports/get-import-errors.md): Retrieves detailed error records for a specific import operation, enabling you to identify and troubleshoot records that failed during processing.
- [Get the information on any import](https://developers.hubspot.com/docs/api-reference/2026-03/crm/imports/get-import.md): A complete summary of an import record, including any updates.
- [Retrieve imports](https://developers.hubspot.com/docs/api-reference/2026-03/crm/imports/get-imports.md)

### Limits Tracking

- [Limits Tracking API](https://developers.hubspot.com/docs/api-reference/2026-03/crm/limits-tracking/guide.md): Learn how to view an account's usage and limits for CRM data such as records, associations, pipelines, and properties.
- [Read calculation property limits](https://developers.hubspot.com/docs/api-reference/2026-03/crm/limits-tracking/get-calculated-properties.md): Returns overall limit and per object usage for calculated properties
- [Read custom object limits](https://developers.hubspot.com/docs/api-reference/2026-03/crm/limits-tracking/get-custom-object-types.md): Returns limits and usage for custom object schemas
- [Read custom property limits](https://developers.hubspot.com/docs/api-reference/2026-03/crm/limits-tracking/get-custom-properties.md): Returns limits and usage per object for custom properties
- [Read record association limits](https://developers.hubspot.com/docs/api-reference/2026-03/crm/limits-tracking/get-from.md): Returns objects with records approaching or at association limits
- [Read record association limits from an object](https://developers.hubspot.com/docs/api-reference/2026-03/crm/limits-tracking/get-limits-tracking-fromObjectTypeId.md): Returns objects for which the from object has records approaching or at association limits
- [Read record association limits between two objects](https://developers.hubspot.com/docs/api-reference/2026-03/crm/limits-tracking/get-limits-tracking-toObjectTypeId.md): Returns records approaching or at association limits between two objects
- [Read association label limits](https://developers.hubspot.com/docs/api-reference/2026-03/crm/limits-tracking/get-limits-tracking.md): Returns limits and usage for custom association labels
- [Read pipeline limits](https://developers.hubspot.com/docs/api-reference/2026-03/crm/limits-tracking/get-pipelines.md): Returns limits and usage per object for pipelines
- [Read record limits](https://developers.hubspot.com/docs/api-reference/2026-03/crm/limits-tracking/get-records.md): Returns limits and usage per object for records

### Segments (Lists)

- [Lists (Segments) API](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/guide.md): Learn how to create and manage segments using the Lists API.
- [Create list](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/create-list.md)
- [Retrieve a list by ID](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/get-list-listId.md): Fetch a single list by **ILS list ID**.
- [Retrieve a list by name](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/get-list.md): Fetch a single list by list name and object type.
- [Retrieve lists](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/get-lists.md)
- [List (segment) filters overview](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/list-filters.md): Learn how to structure filters when using the Lists API
- [Restore list](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/restore-list.md): 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.
- [Update list filters](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/update-list-filters.md): 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.
- [Update list name](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/update-list-name.md): Update the name of a list. The name must be globally unique relative to all other public lists in the portal.
- [Delete a list](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/delete-list.md): 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.

#### ID Mapping

- [Translate Legacy List Id to Modern List Id in Batch](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/id-mapping/translate-id-batch.md): 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.
- [Translate Legacy List Id to Modern List Id](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/id-mapping/translate-id.md): 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.

#### List Management

- [Cancel the conversion of a list](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/list-management/cancel-conversion.md): Delete an existing scheduled conversion for a list.
- [Creates a folder](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/list-management/create-folder.md): Creates a folder with the given information.
- [Retrieve the conversion details for a list](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/list-management/get-conversion-details.md): 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.
- [Retrieve a folder](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/list-management/get-folder.md): 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.
- [Moves a folder](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/list-management/move-folder.md): This moves the folder from its current location to a new location. It updates the parent of this folder to the new Id given.
- [Moves a list to a given folder](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/list-management/move-list-to-folder.md): Given a list and a folder, the list will be moved to that folder.
- [Rename a folder](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/list-management/rename-folder.md): Renames the given folderId with a new name.
- [Schedule or update the conversion of a list to static](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/list-management/schedule-conversion.md): 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.
- [Delete a folder](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/list-management/delete-folder.md): Deletes the folder with the given Id.

#### Memberships

- [Add All Records from a Source List to a Destination List](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/memberships/add-to-list-from-source-list.md): 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 list…
- [Add records to a list](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/memberships/add-to-list.md): Add the records provided to the list. Records that do not exist or that are already members of the list are ignored.
- [Get lists a record is a member of](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/memberships/get-lists-per-record.md): For given record provide lists this record is member of.
- [Retrieve lists](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/memberships/get-memberships-batch.md)
- [Fetch List Memberships Ordered by Added to List Date](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/memberships/get-memberships-by-added-date.md): Fetch the memberships of a list in order sorted by the time the records were added to the list.
- [Fetch List Memberships Ordered by ID](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/memberships/get-memberships-by-id.md): Fetch the memberships of a list in order sorted by the `recordId` of the records in the list.
- [Update list membership](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/memberships/update-list-memberships.md): Add and/or remove records that have already been created in the system to and/or from a list.
- [Delete all records from a list](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/memberships/delete-list-listId.md): Remove **all** of the records from a list. ***Note:*** *The list is not deleted.*

#### Search

- [Search Lists](https://developers.hubspot.com/docs/api-reference/2026-03/crm/lists/search/search-lists.md): Search lists by list name or page through all lists by providing an empty `query` value.

### Owners

- [Owners API](https://developers.hubspot.com/docs/api-reference/2026-03/crm/owners/guide.md): HubSpot uses owners to assign CRM objects to specific people. These endpoints are used to get a list of available owners for an account.
- [Retrieve an owner](https://developers.hubspot.com/docs/api-reference/2026-03/crm/owners/get-owner.md): Retrieve details of a specific owner using either their 'id' or 'userId'.
- [Retrieve all owners](https://developers.hubspot.com/docs/api-reference/2026-03/crm/owners/get-owners.md)

### Pipelines

- [Pipelines API](https://developers.hubspot.com/docs/api-reference/2026-03/crm/pipelines/guide.md): The Pipelines endpoints are used to view, create, and manage pipelines in the HubSpot CRM and service tools.
- [Create a pipeline](https://developers.hubspot.com/docs/api-reference/2026-03/crm/pipelines/create-pipeline.md): Create a new pipeline with the provided property values. The entire pipeline object, including its unique ID, will be returned in the response.
- [Return a pipeline by ID](https://developers.hubspot.com/docs/api-reference/2026-03/crm/pipelines/get-pipeline.md): Return a single pipeline object identified by its unique `{pipelineId}`.
- [Retrieve all pipelines](https://developers.hubspot.com/docs/api-reference/2026-03/crm/pipelines/get-pipelines.md): Return all pipelines for the object type specified by `{objectType}`.
- [Replace a pipeline](https://developers.hubspot.com/docs/api-reference/2026-03/crm/pipelines/replace-pipeline.md): Replace all properties of an existing pipeline with the provided values.
- [Partially update a pipeline](https://developers.hubspot.com/docs/api-reference/2026-03/crm/pipelines/update-pipeline.md): Perform a partial update of the pipeline identified by `{pipelineId}`. The updated pipeline will be returned in the response.
- [Delete a pipeline](https://developers.hubspot.com/docs/api-reference/2026-03/crm/pipelines/delete-pipeline.md): Delete a pipeline identified by its unique pipelineId

#### Audit

- [Return an audit of all changes to a pipeline stage](https://developers.hubspot.com/docs/api-reference/2026-03/crm/pipelines/audit/audit-pipeline-stage.md): Return a reverse chronological list of all mutations that have occurred on the pipeline stage identified by `{stageId}`.
- [Return an audit of all changes to the pipeline](https://developers.hubspot.com/docs/api-reference/2026-03/crm/pipelines/audit/audit-pipeline.md): Return a reverse chronological list of all mutations that have occurred on the pipeline identified by `{pipelineId}`.

#### Stages

- [Create a pipeline stage](https://developers.hubspot.com/docs/api-reference/2026-03/crm/pipelines/stages/create-pipeline-stage.md): Create a new stage within the specified pipeline.
- [Return a pipeline stage by ID](https://developers.hubspot.com/docs/api-reference/2026-03/crm/pipelines/stages/get-pipeline-stage.md): Retrieve a specific stage from a pipeline using its ID.
- [Replace a pipeline stage](https://developers.hubspot.com/docs/api-reference/2026-03/crm/pipelines/stages/replace-pipeline-stage.md): Replace all the properties of an existing pipeline stage with the values provided. The updated stage will be returned in the response.
- [Delete a pipeline stage](https://developers.hubspot.com/docs/api-reference/2026-03/crm/pipelines/stages/delete-pipeline-stage.md): Delete a specific stage from a pipeline.

### Properties

- [Properties API](https://developers.hubspot.com/docs/api-reference/2026-03/crm/properties/guide.md): The CRM properties endpoints allow you to manage custom properties as well as view default property details for any object.
- [Create a property](https://developers.hubspot.com/docs/api-reference/2026-03/crm/properties/create-property.md): Create and return a copy of a new property for the specified object type.
- [Read all properties](https://developers.hubspot.com/docs/api-reference/2026-03/crm/properties/get-properties.md): Read all existing properties for the specified object type and HubSpot account.
- [Read a property](https://developers.hubspot.com/docs/api-reference/2026-03/crm/properties/get-property.md): Read a property identified by {propertyName}.
- [Access and manage Sensitive Data](https://developers.hubspot.com/docs/api-reference/2026-03/crm/properties/sensitive-data.md): Learn how to gain access to and manage Sensitive Data via API.
- [Update a property](https://developers.hubspot.com/docs/api-reference/2026-03/crm/properties/update-property.md): Perform a partial update of a property identified by { propertyName }. Provided fields will be overwritten.
- [Archive a property](https://developers.hubspot.com/docs/api-reference/2026-03/crm/properties/delete-property.md): Move a property identified by {propertyName} to the recycling bin.

#### Batch

- [Create a batch of properties](https://developers.hubspot.com/docs/api-reference/2026-03/crm/properties/batch/create-properties.md): Create a batch of properties using the same rules as when creating an individual property.
- [Read a batch of properties](https://developers.hubspot.com/docs/api-reference/2026-03/crm/properties/batch/get-properties.md): Read a provided list of properties.
- [Archive a batch of properties](https://developers.hubspot.com/docs/api-reference/2026-03/crm/properties/batch/delete-properties.md): 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).

#### Property groups

- [Create a property group](https://developers.hubspot.com/docs/api-reference/2026-03/crm/properties/property-groups/create-property.md): Create and return a copy of a new property group.
- [Read all property groups](https://developers.hubspot.com/docs/api-reference/2026-03/crm/properties/property-groups/get-properties.md): Read all existing property groups for the specified object type and HubSpot account.
- [Read a property group](https://developers.hubspot.com/docs/api-reference/2026-03/crm/properties/property-groups/get-property.md): Read a property group identified by {groupName}.
- [Update a property group](https://developers.hubspot.com/docs/api-reference/2026-03/crm/properties/property-groups/update-property.md): Perform a partial update of a property group identified by {groupName}. Provided fields will be overwritten.
- [Archive a property group](https://developers.hubspot.com/docs/api-reference/2026-03/crm/properties/property-groups/delete-property.md): Move a property group identified by {groupName} to the recycling bin.

### Property Validations

- [Property Validations API](https://developers.hubspot.com/docs/api-reference/2026-03/crm/property-validations/guide.md): The property validations endpoints allow you to view, create, and update validation rules for your properties.
- [Read validation rules for a property](https://developers.hubspot.com/docs/api-reference/2026-03/crm/property-validations/get-property-validation.md): Read a property's validation rules identified by {propertyName}.
- [Retrieve a validation rule for a specific property and rule type, providing details on how property values should be formatted.](https://developers.hubspot.com/docs/api-reference/2026-03/crm/property-validations/get-property-validations-ruleType.md): Retrieve a specific validation rule for a property identified by its name and rule type.
- [Read all property validation rules for an object](https://developers.hubspot.com/docs/api-reference/2026-03/crm/property-validations/get-property-validations.md): Read all properties with validation rules for a given object.
- [Update a validation rule for a specific property and rule type, allowing customization of property value constraints.](https://developers.hubspot.com/docs/api-reference/2026-03/crm/property-validations/update-property-validation.md): Update a specific validation rule for a property identified by its name and rule type.

## OpenAPI Specs

- [crm-calls-v2026-03](/docs/specs/2026-03/crm-calls-v2026-03.json)
- [crm-emails-v2026-03](/docs/specs/2026-03/crm-emails-v2026-03.json)
- [crm-meetings-v2026-03](/docs/specs/2026-03/crm-meetings-v2026-03.json)
- [crm-notes-v2026-03](/docs/specs/2026-03/crm-notes-v2026-03.json)
- [crm-postal-mail-v2026-03](/docs/specs/2026-03/crm-postal-mail-v2026-03.json)
- [crm-tasks-v2026-03](/docs/specs/2026-03/crm-tasks-v2026-03.json)
- [crm-associations-v2026-03](/docs/specs/2026-03/crm-associations-v2026-03.json)
- [crm-associations-schema-v2026-03](/docs/specs/2026-03/crm-associations-schema-v2026-03.json)
- [crm-object-library-v2026-03](/docs/specs/2026-03/crm-object-library-v2026-03.json)
- [crm-exports-v2026-03](/docs/specs/2026-03/crm-exports-v2026-03.json)
- [crm-calling-extensions-v2026-03](/docs/specs/2026-03/crm-calling-extensions-v2026-03.json)
- [crm-public-app-crm-cards-v2026-03](/docs/specs/2026-03/crm-public-app-crm-cards-v2026-03.json)
- [crm-transcriptions-v2026-03](/docs/specs/2026-03/crm-transcriptions-v2026-03.json)
- [crm-video-conferencing-extension-v2026-03](/docs/specs/2026-03/crm-video-conferencing-extension-v2026-03.json)
- [crm-imports-v2026-03](/docs/specs/2026-03/crm-imports-v2026-03.json)
- [crm-limits-tracking-v2026-03](/docs/specs/2026-03/crm-limits-tracking-v2026-03.json)
- [crm-lists-v2026-03](/docs/specs/2026-03/crm-lists-v2026-03.json)
- [crm-appointments-v2026-03](/docs/specs/2026-03/crm-appointments-v2026-03.json)
- [crm-carts-v2026-03](/docs/specs/2026-03/crm-carts-v2026-03.json)
- [crm-commerce-payments-v2026-03](/docs/specs/2026-03/crm-commerce-payments-v2026-03.json)
- [crm-commerce-subscriptions-v2026-03](/docs/specs/2026-03/crm-commerce-subscriptions-v2026-03.json)
- [crm-communications-v2026-03](/docs/specs/2026-03/crm-communications-v2026-03.json)
- [crm-companies-v2026-03](/docs/specs/2026-03/crm-companies-v2026-03.json)
- [crm-contacts-v2026-03](/docs/specs/2026-03/crm-contacts-v2026-03.json)
- [crm-contracts-v2026-03](/docs/specs/2026-03/crm-contracts-v2026-03.json)
- [crm-courses-v2026-03](/docs/specs/2026-03/crm-courses-v2026-03.json)
- [crm-custom-objects-v2026-03](/docs/specs/2026-03/crm-custom-objects-v2026-03.json)
- [crm-deal-splits-v2026-03](/docs/specs/2026-03/crm-deal-splits-v2026-03.json)
- [crm-deals-v2026-03](/docs/specs/2026-03/crm-deals-v2026-03.json)
- [crm-discounts-v2026-03](/docs/specs/2026-03/crm-discounts-v2026-03.json)
- [crm-feedback-submissions-v2026-03](/docs/specs/2026-03/crm-feedback-submissions-v2026-03.json)
- [crm-fees-v2026-03](/docs/specs/2026-03/crm-fees-v2026-03.json)
- [crm-goal-targets-v2026-03](/docs/specs/2026-03/crm-goal-targets-v2026-03.json)
- [crm-invoices-v2026-03](/docs/specs/2026-03/crm-invoices-v2026-03.json)
- [crm-leads-v2026-03](/docs/specs/2026-03/crm-leads-v2026-03.json)
- [crm-line-items-v2026-03](/docs/specs/2026-03/crm-line-items-v2026-03.json)
- [crm-listings-v2026-03](/docs/specs/2026-03/crm-listings-v2026-03.json)
- [crm-objects-v2026-03](/docs/specs/2026-03/crm-objects-v2026-03.json)
- [crm-orders-v2026-03](/docs/specs/2026-03/crm-orders-v2026-03.json)
- [crm-partner-clients-v2026-03](/docs/specs/2026-03/crm-partner-clients-v2026-03.json)
- [crm-partner-services-v2026-03](/docs/specs/2026-03/crm-partner-services-v2026-03.json)
- [crm-products-v2026-03](/docs/specs/2026-03/crm-products-v2026-03.json)
- [crm-projects-v2026-03](/docs/specs/2026-03/crm-projects-v2026-03.json)
- [crm-quotes-v2026-03](/docs/specs/2026-03/crm-quotes-v2026-03.json)
- [crm-schemas-v2026-03](/docs/specs/2026-03/crm-schemas-v2026-03.json)
- [crm-services-v2026-03](/docs/specs/2026-03/crm-services-v2026-03.json)
- [crm-taxes-v2026-03](/docs/specs/2026-03/crm-taxes-v2026-03.json)
- [crm-tickets-v2026-03](/docs/specs/2026-03/crm-tickets-v2026-03.json)
- [crm-users-v2026-03](/docs/specs/2026-03/crm-users-v2026-03.json)
- [crm-crm-owners-v2026-03](/docs/specs/2026-03/crm-crm-owners-v2026-03.json)
- [crm-pipelines-v2026-03](/docs/specs/2026-03/crm-pipelines-v2026-03.json)
- [crm-properties-v2026-03](/docs/specs/2026-03/crm-properties-v2026-03.json)
- [crm-property-validations-v2026-03](/docs/specs/2026-03/crm-property-validations-v2026-03.json)
