List segment subscriber IDs
List subscriber IDs for a segment. Returns a lightweight array of subscription IDs only, without additional subscriber details. <br><br> **Use this endpoint when you only need subscriber IDs** (e.g., for counting, ID-based lookups, or integrations with external systems). If you need full subscriber details (email, status, custom fields, etc.), use `/segments/{segmentId}/members` instead.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
publicationId
The prefixed ID of the publication object
segmentId
The prefixed ID of the segment object
Query Parameters
limit
A limit on the number of objects to be returned. The limit can range between 1 and 100, and the default is 10.
page
Pagination returns the results in pages. Each page contains the number of results specified by the limit (default: 10).
If not specified, results 1-10 from page 1 will be returned.
Response
OK
data
An array of subscription ids
limit
The limit placed on the results. If no limit was specified in the request,this defaults to 10.
page
The page number the results are from. If no page was specified in the request, this defaults to page 1.
total_results
The total number of results from all pages.
total_pages
The total number of pages.