Get a sender
Senders
Get a sender
Retrieve a single sender by ID, including its associated domain.
GET
Get a sender
Authorizations
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
Path Parameters
The sender ID.
Response
Sender details
Unique identifier.
Example:
"550e8400-e29b-41d4-a716-446655440000"
The sender display name.
Example:
"John Doe"
The username part of the sender email address.
Example:
"john"
The full sender email address (computed from username and domain).
Example:
"john@yourdomain.com"
The reply-to email address.
Example:
"reply@yourdomain.com"
The domain associated with this sender (without DNS records).
When the sender was created.
Example:
"2026-03-03 10:00:00"
When the sender was last updated.
Example:
"2026-03-03 10:00:00"

