---
title: "Create Snapshot"
method: POST
path: "/webhooks-journal/snapshots/2026-03/crm"
tags: ["Advanced"]
---

# Create Snapshot

`POST /webhooks-journal/snapshots/2026-03/crm`

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.

## Request body

- CrmObjectSnapshotBatchRequest
  - `snapshotRequests` CrmObjectSnapshotRequest[], required — An array of CrmObjectSnapshotRequest objects, each representing a request to create a snapshot for a specific CRM object. This property is required.
    - `objectId` integer, required — An integer representing the unique identifier of the CRM object.
    - `objectTypeId` string, required — A string representing the type identifier of the CRM object.
    - `portalId` integer, required — An integer representing the unique identifier of the HubSpot portal.
    - `properties` string[], required — An array of strings specifying the properties of the CRM object to include in the snapshot.

## Response `200`

successful operation

- CrmObjectSnapshotBatchResponse
  - `snapshotResponses` CrmObjectSnapshotResponse[], required — An array of responses for each CRM object snapshot request. Each item in the array is a CrmObjectSnapshotResponse object, detailing the outcome of a single snapshot request.
    - `objectId` integer, required — An integer representing the unique identifier of the CRM object for which the snapshot was taken. It is in int64 format.
    - `objectTypeId` string, required — A string representing the type identifier of the CRM object involved in the snapshot.
    - `portalId` integer, required — An integer representing the unique identifier of the HubSpot portal associated with the CRM object snapshot. It is in int64 format.
    - `snapshotStatusId` string, uuid, required — A string in UUID format representing the status identifier of the snapshot operation.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/webhooks-journal-webhooks-journal.md) · [All operations](https://skmtc.net/hubspot/apis/webhooks-journal-webhooks-journal/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/webhooks-journal-webhooks-journal/revisions/b66de3da9c75/schema)
