---
title: "List Senders"
method: GET
path: "/senders"
tags: ["Senders"]
---

# List Senders

`GET /senders`

Lists email senders with filtering and pagination.

## Query parameters

- `TeamId` string, uuid
- `limit` integer
- `offset` integer
- `search` string
- `provider` 'smtp' | 'outlook' | 'google' | 'missioninbox' | 'supersend-relay' | 'ss-private-smtp' | 'sendgrid' | 'mailreef' | 'infraforge' | 'zoho' | 'namecheap' | 'hostinger' | 'titan' | 'ionos' | 'dreamhost' | 'aol' | 'mailgun' | 'aws' | 'azure'
- `disabled` 'true' | 'false'
- `warm` 'true' | 'false'

## Response `200`

List of senders

- SenderListResponse
  - `success` boolean
  - `request_id` string
  - `data` Sender[]
    - `id` string, uuid
    - `email` string, email
    - `send_as` string
    - `reply_to` string, email
    - `provider` 'smtp' | 'outlook' | 'google' | 'missioninbox' | 'supersend-relay' | 'ss-private-smtp' | 'sendgrid' | 'mailreef' | 'infraforge' | 'zoho' | 'namecheap' | 'hostinger' | 'titan' | 'ionos' | 'dreamhost' | 'aol' | 'mailgun' | 'aws' | 'azure'
    - `domain` string
    - `disabled` boolean
    - `warm` boolean
    - `warming_stage` 'warming' | 'building' | 'accelerating' | 'mature'
    - `max_per_day` integer
    - `global_max_per_day` integer
    - `campaign_ramp_enabled` boolean — When true, daily limit ramps from start volume to target over duration
    - `campaign_ramp_first_send_date` string, date, nullable — Date of first campaign send; set when first send occurs
    - `campaign_ramp_duration_days` integer, nullable — Days to reach target (required when ramp enabled)
    - `campaign_ramp_start_volume` integer, nullable — Limit on day 0 (required when ramp enabled)
    - `max_warm_per_day` integer
    - `health_score` integer
    - `status` string
    - `signature` string
    - `forward_to` string, email
    - `sender_profile` object, nullable
      - `id` string, uuid
      - `name` string
      - `timezone` string
    - `team_id` string, uuid
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `pagination` Pagination
    - `limit` integer
    - `offset` integer
    - `total` integer
    - `has_more` boolean

---

[API](https://skmtc.dev/supersend/apis/supersend-api.md) · [All operations](https://skmtc.dev/supersend/apis/supersend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supersend/supersend-api/revisions/f0cbeaa12643/schema)
