Segments REST API Guide
Last updated
Was this helpful?
Last updated
Was this helpful?
List all segments
/v3/segments
Allows you to filter by any field.
Allows you to search by any field.
Allows you to order results by any field. For desc order prefix field name with -
and provide comman separated values for multiple fields
Limit for the pagination
Offset for the pagination
List all segments for a model
/v3/models/{model_id}/segments
model id path parameter
Allows you to filter by any field.
Allows you to search by any field.
Allows you to order results by any field. For desc order prefix field name with -
and provide comman separated values for multiple fields
Limit for the pagination
Offset for the pagination