Retrieve recipients
GET https://api.sendgrid.com/v3/contactdb/recipients?page={{page}}&page_size={{page_size}}
This endpoint allows you to retrieve all of your Marketing Campaigns recipients.
Batch deletion of a page makes it possible to receive an empty page of recipients before reaching the end of the list of recipients. To avoid this issue; iterate over pages until a 404 is retrieved.
The Contacts API helps you manage your Marketing Campaigns recipients.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | string | ||
page_size | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |