Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
A unique customer segment ID.
"seg_DNAOhUtJffvX0f57ajLMFBYR"
Response
Returns segment object.
Response body schema for GET v1/v1/segments/{segmentId}
.
This is an object representing a customer segment.
Unique segment ID.
"seg_1wc52c5z6r1kQ81brO8j9Hk2"
Segment name.
Timestamp representing the date and time when the segment was created. The value is shown in the ISO 8601 format.
"2022-05-12T13:01:56.896Z"
Defines whether the segment is:
- Active (
auto-update
): customers enter and leave the segment based on the defined filters and thecustomer.segment.entered
andcustomer.segment.left
events are triggered, - Passive (
passive
): customers enter and leave the segment based on the defined filters, but thecustomer.segment.entered
andcustomer.segment.left
events are not triggered, - Static (
static
): manually selected customers.
auto-update
, passive
, static
Defines a set of criteria for an auto-update
or passive
segment type.
IN_PROGRESS
, DONE
The type of the object represented by JSON. This object stores information about the customer segment.
segment