Contacts API - Recipients
Elements that can be shared among more than one endpoint definition.
Retrieve the count of billable recipients
GET /v3/contactdb/recipients/billable_count
Base url: https://api.sendgrid.com
This endpoint allows you to retrieve the number of Marketing Campaigns recipients that you will be billed for.
You are billed for marketing campaigns based on the highest number of recipients you have had in your account at one time. This endpoint will allow you to know the current billable count value.
Authentication
- API Key
Headers
Responses
The count of recipients.
{
"recipient_count": 1234
}
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.