Skip to main content
GET
Get all senders
📊 Response includes:
  • Sender ID
  • Sender name
  • Email address
  • isWhitelisted
🔍 Sender States:
  • false : Pending
  • true : Verified
💡 Use this endpoint to:
  • Build sender selection dropdowns
  • Monitor verification status
  • Audit sender inventory
  • Check domain authentication

Authorizations

X-Team-ApiKey
string
header
required

Team API key for authentication. Find your API key in SendX Settings → Team API Key.

Example:

Response

✅ Senders retrieved successfully

id
string

Unique sender identifier with sender_ prefix

Pattern: ^sender_[a-zA-Z0-9]{22}$
Example:

"sender_4vK3WFhMgvOwUNyaL4QxCD"

name
string

Sender display name

Example:

"John Smith"

email
string<email>

Sender email address

Example:

"john@example.com"

isWhitelisted
boolean

Sender whitelist status

Example:

true