cURL
curl --request POST \ --url https://api.sendx.io/api/v1/rest/sender \ --header 'Content-Type: application/json' \ --header 'X-Team-ApiKey: <api-key>' \ --data ' { "name": "John Smith", "email": "john@example.com" } '
201
personal_sender
{ "name": "John Smith", "email": "john@example.com" }
Adds a new sender email address.
Team API key for authentication. Find your API key in SendX Settings → Team API Key.
Example:
X-Team-ApiKey: your_team_api_key_here
Sender display name
"John Smith"
Sender email address (must be verified)
"john@example.com"
✅ Sender created successfully
Unique sender identifier with sender_ prefix
^sender_[a-zA-Z0-9]{22}$
"sender_4vK3WFhMgvOwUNyaL4QxCD"
Sender email address
Sender whitelist status
true
Was this page helpful?