Contacts API - Recipients
Elements that can be shared among more than one endpoint definition.
Retrieve the lists that a recipient is on
GET /v3/contactdb/recipients/{recipient_id}/lists
Base url: https://api.sendgrid.com
This endpoint allows you to retrieve the lists that a given recipient belongs to.
Each recipient can be on many lists. This endpoint gives you all of the lists that any one recipient has been added to.
Authentication
- API Key
Headers
Path Parameters
The ID of the recipient for whom you are retrieving lists.
default: NoneResponses
The reference ID of your list.
The name of your list. Must be unique against all other list and segment names.
The count of recipients currently in the list.
the error message
the field that generated the error
helper text or docs for troubleshooting
{
"errors": [
{
"field": "field_name",
"message": "error message"
}
]
}
the error message
the field that generated the error
helper text or docs for troubleshooting
{
"errors": [
{
"field": "field_name",
"message": "error message"
}
]
}
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.