Sender Identities
Get a sender
Returns information about a specific sender.
get/v1/sender_identities/{sender_id}
Response
Returns the sender_identity you requested.
Example response
{
"sender_identity": {
"id": 4534,
"deduplicate_id": "4534:1478035647",
"name": "Cher Ami",
"email": "test@example.com",
"address": "Cher Ami <test@example.com>",
"template_type": "email",
"auto_generated": false
}
}Changes
Changed in 1 of the 3 revisions of this API.1
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
- ○