Contacts API - Recipients
Elements that can be shared among more than one endpoint definition.
Retrieve recipients
GET /v3/contactdb/recipients
Base url: https://api.sendgrid.com
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.
Authentication
- API Key
Headers
Query String
Page index of first recipients to return (must be a positive integer)
default: NoneNumber of recipients to return at a time (must be a positive integer between 1 and 1000)
default: NoneResponses
the error message
the field that generated the error
helper text or docs for troubleshooting
{
"errors": [
{
"field": "field_name",
"message": "error message"
}
]
}
Need some help?
We all do sometimes. Get help now from the Twilio SendGrid Support Team.
Running into a coding hurdle? Lean on the wisdom of the crowd by browsing the SendGrid tag on Stack Overflow or visiting Twilio's Stack Overflow Collective.