List Subscribers

List contacts newest first. Paginate with cursor.

MethodGET
/api/v2/subscribers

Lists contacts newest first. Permission: subscribers.

Query Parameters

NameTypeDescription
limitintegerPage size. Default 50. Min 1, max 100.
afterstringSubscriber id cursor. Next page, older than this id.
statusstringFilter: SUBSCRIBED, PENDING_CONFIRMATION, UNSUBSCRIBED, BOUNCED, BANNED, COMPLAINED, TRANSACTIONAL, or all.
tagstringFilter by tag name (case-insensitive).
querystringSearch email or name.

after is a subscriber id from the previous page.

Response Fields

FieldTypeDescription
object"list"Discriminator. Always list.
has_morebooleantrue when another page exists.
dataarraySubscriber rows: id, email, name, status, createdAt, tags.

Errors

StatusnameWhen
401missing_api_keyMissing or invalid bearer token
403missing_permissionToken lacks the subscribers permission