Contacts
Get a Contact by ID
GET /v3/marketing/contacts/{id}
Base url: https://api.sendgrid.com
This endpoint returns the full details and all fields for the specified contact.
The "Get Contacts by Emails" endpoint can be used to get the ID of a contact.
Authentication
- API Key
Headers
Path Parameters
Responses
A link to this object.
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; code is hard. Get help now from our support team, or lean on the wisdom of the crowd browsing the SendGrid tag on Stack Overflow.