Contacts API - Lists
Elements that can be shared among more than one endpoint definition.
Retrieve a single list
GET /v3/contactdb/lists/{list_id}
Base url: https://api.sendgrid.com
This endpoint allows you to retrieve a single recipient list.
Authentication
- API Key
Headers
Path Parameters
Query String
The ID of the list to retrieve.
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.
{
"id": 1,
"name": "listname",
"recipient_count": 0
}
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.