Skip to main content
POST
Create Snapshot

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
snapshotRequests
object[]
required

An array of CrmObjectSnapshotRequest objects, each representing a request to create a snapshot for a specific CRM object. This property is required.

Response

successful operation

snapshotResponses
object[]
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.

Last modified on September 9, 2026