get
https://api.customerly.io/v2/segments/contacts
Returns a paginated list of all contacts segments defined in your app.
Segments are ordered by ID descending (most recently created first).
Pagination
This endpoint uses cursor-based pagination:
per_page: Number of segments per page (default: 20, max: 100)cursor: Thesegment_idfrom the last item of the previous page
Flow:
- First request:
GET /segments/contacts?per_page=20 - Read
cursorfrom response - Next page:
GET /segments/contacts?per_page=20&cursor=<cursor> - Continue until
cursorisnull
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
401Authentication credentials are missing or invalid
422Validation error in query parameters