Skip to main content
Use this endpoint to retrieve every sending identity connected to your workspace. Each sender account represents a single email address Leadterra uses to dispatch outbound mail on your behalf. You can check a sender’s current status before assigning it to a campaign or pool.

Authorization

All requests must include a Bearer token in the Authorization header. You can find your API key in the Leadterra dashboard under Settings → API Keys.

Request Parameters

This endpoint accepts no query parameters, path parameters, or request body.

Example Request

Response Fields

The response is a JSON array. Each element in the array represents one sender account.
string
Unique identifier for the sender account (e.g., sa_01HXYZ).
string
The email address used as the From address when sending mail.
string
Human-readable display name shown in the From header (e.g., "Alex Rivera").
string
Current operational state of the sender account. One of active or paused. Only active accounts can send mail.

Example Response

Error Codes