Authorization
All requests must include a Bearer token in theAuthorization 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.