List sender accounts
Sender Accounts
List sender accounts
List all sender email accounts in your workspace
Retrieve a paginated list of all configured sender accounts for sending emails.
Filtering Options
- inbox_type: Filter by inbox type (COLDSEND, GOOGLE_WORKSPACE, OUTLOOK_365, CUSTOM_SMTP)
- status: Filter by status (ACTIVE, PAUSED, DISABLED)
- search: Search by email address
Sorting Options
- sort_by: Field to sort by (email_address, inbox_type, created_at, health_score)
- sort_order: Sort direction (asc, desc)
Pagination
- page: Page number (1-based)
- limit: Items per page (1-100, default 20)
GET
List sender accounts
Authorizations
API key with format cs_live_xxx
Query Parameters
Page number
Required range:
x >= 1Items per page
Required range:
1 <= x <= 100Filter by inbox type
Filter by status
Search by email address
Sort field
Sort order (asc/desc)
Response
Sender accounts retrieved successfully

