List all segments

Segments are the saved condition sets used to target contacts, either from an automation (seriesid) or from a list. This endpoint returns the segment records themselves, not the contacts that match them.

The collection is read-only and currently supports pagination only: filters[...] and orders[...] are accepted but have no effect, the segment conditions are not included, and the lists a segment is associated with cannot be requested or sideloaded with include. Segment conditions are managed in the application only.

Query Params
string

Return only the segments with the given IDs. Accepts a comma-separated list or an array, and overrides limit. Example: ids=4,7

int32
Defaults to 20

The number of records to return per request. Defaults to 20 and is capped at 100.

int32
Defaults to 0

Offset index of records to return.

Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Choose an example:
application/json