POST
/
api
/
audiences
/
segments
/
bulk-add

Body

application/json · object[]
name
string
required

The name of the audience segment.

owner_id
string
required

Owner ID in UUID format.

properties
object
required

Properties of the audience segment. The key value is AudienceAttribute.code, and the value can be AudienceAttributeValue.value.

visibility
enum<string>
required

Visibility of the audience segment.

Available options:
public,
private,
restricted
approximated_size
integer | null

Approximated size of the audience segment.

created_at
string | null

The date and time the entity was created.

description
string | null

Description of the audience segment.

updated_at
string | null

The date and time the entity was last updated.

Response

200

OK