v1.0.0
OpenAPI 3.1.0
Get a sender
Client Libraries
US region
Returns information about a specific sender.
The identifier of a sender.
The sender does not exist.
Your request is over the 10-per-second limit.
curl https://api.customer.io/v1/sender_identities/1 \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"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
}
}Returns the sender_identity you requested.