List newsletter list subscriptions Beta OAuth Scope: newsletter_lists:read
List newsletter list subscriptions Beta OAuth Scope: newsletter_lists:read
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
format: "^(pub_[0-9a-fA-F\-]+)$"format: "^(nl_list_[0-9a-fA-F\-]+)$"Query parameters
Cursor-based pagination (recommended): Use this opaque cursor token to fetch the next page of results. When provided, pagination will use cursor-based method which is more efficient and consistent than offset-based pagination.
Offset-based pagination (deprecated): Page number for offset-based pagination. Please migrate to cursor-based pagination using the cursor parameter. If not specified, results 1-10 from page 1 will be returned.
ascThe direction that the results are sorted in. Defaults to asc
asc - Ascending, sorts from smallest to largest.
desc - Descending, sorts from largest to smallest.
Response
Cursor pagination only: Indicates whether there are more results available after the current page. Only present when using cursor-based pagination.
Cursor pagination only: The cursor token to use for fetching the next page of results. This will be null if has_more is false. Only present when using cursor-based pagination.