List contextual segments

The List method uses GET to return a list of contextual segments with pagination.

For example:

  • “?page=2&per_page=20

  • This query will list contextual segments at the 2nd page with 20 items on each page.

The List method also supports fetching a specific segment with external_id. For example, queries with the following conditions will return a contextual segment with the external id “external_id_1”:

  • “?external_id=external_id_1
Language
URL
Click Try It! to start a request and see the response here!