Update a sender
Update sender details such as name, username, reply-to address, or domain. All fields are optional — only provided fields will be updated.
Documentation Index
Fetch the complete documentation index at: https://docs.sendkit.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
Path Parameters
The sender ID.
Body
The sender display name.
255"Jane Doe"
The username part of the email address. Must be unique per domain.
64"jane"
The ID of a verified domain that belongs to your account.
"550e8400-e29b-41d4-a716-446655440000"
The reply-to email address.
255"reply@yourdomain.com"
Response
Sender updated successfully
Unique identifier.
"550e8400-e29b-41d4-a716-446655440000"
The sender display name.
"John Doe"
The username part of the sender email address.
"john"
The full sender email address (computed from username and domain).
"john@yourdomain.com"
The reply-to email address.
"reply@yourdomain.com"
The domain associated with this sender (without DNS records).
When the sender was created.
"2026-03-03 10:00:00"
When the sender was last updated.
"2026-03-03 10:00:00"

