v1

latestSwagger 2.0Apache 2.02026-08-06303655.6 KB
messaging

Get contacts for a newsletter

Returns contacts from the newsletter's target lists. Supports filtering by subscription status, pagination, and sorting.

get/messaging/newsletter/{id}/contacts

Path parameters

idstring required

Newsletter GUID

Query parameters

status'subscribed' | 'unsubscribed'

Filter: 'subscribed' or 'unsubscribed'. Omit for all.

skipinteger

Records to skip (default 0)

limitinteger

Max records to return (default 50)

sortstring

Sort field: id, first_name, last_name, email, created, updated

sort_direction'asc' | 'desc'

asc or desc

Response

Successful response