Skip to main content
POST
Creates an audience snapshot based on the provided audience ID. An audience snapshot is a captured state of the audience customers.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

audienceId
string
required

Body

authorName
string
required

Name of the user who creates the snapshot.

Maximum string length: 64

Response

Accepted

snapshotId
string | null
executionId
string | null
name
string | null
creationState
enum<string>
Available options:
Pending,
Created
state
enum<string>
Available options:
Draft,
Published,
Archived
authorName
string | null
size
integer<int32>
source
string | null
Last modified on August 10, 2026