Contacts API - Recipients
Elements that can be shared among more than one endpoint definition.
Retrieve a Count of Recipients
GET /v3/contactdb/recipients/count
Base url: https://api.sendgrid.com
This endpoint allows you to retrieve the total number of Marketing Campaigns recipients.
Authentication
- API Key
Headers
Authorization
string
default: Bearer <<YOUR_API_KEY_HERE>>
required
on-behalf-of
string
default: The subuser's username. This header generates the API call as if the subuser account was making the call.
Responses
object
recipient_count
number
The count of recipients.
required
{
"recipient_count": 1234
}
object
errors
array[object]
message
string
the error message
field
string or null
the field that generated the error
help
object
helper text or docs for troubleshooting
id
string
{
"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.