v1

latestOpenAPI 3.0.02026-07-2466275257.1 KB
segment

Lists all segments (based on params provided)

This endpoint retrieves a list of segments based on the provided query parameters, including pagination details.

get/v1/segments

Query parameters

pageTokenstring

Page token used for pagination. Send this value in subsequent requests.

pageSizestring int64

The number of cross sell categories you are requesting per page.

nameContainsstring

Used to filter by a name containing provided phrase.

teamIdstring

Used to filter by a specific team.

retailerTeamIdsstring[]

Used to filter by specific retailer teams.

Response

A list of segments and a pagination token.

nextPageTokenstring

The page token for requesting the next page of the pagination. Should be used as "pageToken" in the request

totalCountstring int64

The total number of segments that match provided criteria.