List Subscribers
List all subscribers
Query parameters
If provided, only return subscribers who last bounced on or before the given date.
If provided, only return subscribers who last bounced on or before the given date.
If provided, only return subscribers who last bounced on or after the given date.
If provided, only return subscribers who last bounced on or after the given date.
If provided, only return subscribers with the given bounce reason(s).
If provided, only return subscribers with the given bounce reason(s).
If provided, only return subscribers who churned on or before the given date.
If provided, only return subscribers who churned on or before the given date.
If provided, only return subscribers who churned on or after the given date.
If provided, only return subscribers who churned on or after the given date.
If provided, only return subscribers with the given coupon ID(s).
If provided, only return subscribers with the given coupon ID(s).
If provided, only return subscribers who are currently subscribed to the given price ID(s).
If provided, only return subscribers who are currently subscribed to the given price ID(s).
If provided, only return subscribers created before the given date.
If provided, only return subscribers created before the given date.
If provided, only return subscribers created on or after the given date.
If provided, only return subscribers created on or after the given date.
If provided, only return subscribers whose email domain matches the given domain(s).
If provided, only return subscribers whose email domain matches the given domain(s).
[ "gmail.com" ]
If provided, only return subscribers whose email address contains the given string.
If provided, expand the given field. (Supported: 'stripe_customer', 'stripe_subscription'.)
If provided, expand the given field. (Supported: 'stripe_customer', 'stripe_subscription'.)
If provided, only return subscribers that came through the given form(s).
If provided, only return subscribers that came through the given form(s).
[ "form_abc123" ]
If provided, only return subscribers with the given IDs.
If provided, only return subscribers with the given IDs.
If provided, only return subscribers with the given IP address(es).
If provided, only return subscribers with the given IP address(es).
If provided, only return subscribers whose last click was on or before the given date.
If provided, only return subscribers whose last click was on or before the given date.
If provided, only return subscribers whose last click was on or after the given date.
If provided, only return subscribers whose last click was on or after the given date.
If provided, only return subscribers whose last open was on or before the given date.
If provided, only return subscribers whose last open was on or before the given date.
If provided, only return subscribers whose last open was on or after the given date.
If provided, only return subscribers whose last open was on or after the given date.
If provided, only return subscribers whose email domain does not match the given domain(s).
If provided, only return subscribers whose email domain does not match the given domain(s).
[ "gmail.com" ]
If provided, only return subscribers without the given tag.
If provided, only return subscribers without the given type.
If provided, only return subscribers without the given type.
The ordering to apply to the results.
The ordering to apply to the results.
If provided, only return subscribers who have at one point subscribed to the given price ID(s).
If provided, only return subscribers who have at one point subscribed to the given price ID(s).
If provided, only return subscribers with the given referral code(s).
If provided, only return subscribers with the given referral code(s).
If provided, only return subscribers whose referrer URL(s) contain the given string.
If provided, only return subscribers whose referrer URL(s) contain the given string.
If provided, only return subscribers with an open rate less than or equal to the given value.
If provided, only return subscribers with an open rate less than or equal to the given value.
If provided, only return subscribers with an open rate greater than or equal to the given value.
If provided, only return subscribers with an open rate greater than or equal to the given value.
If provided, only return subscribers with a click rate less than or equal to the given value.
If provided, only return subscribers with a click rate less than or equal to the given value.
If provided, only return subscribers with a click rate greater than or equal to the given value.
If provided, only return subscribers with a click rate greater than or equal to the given value.
If provided, only return subscribers with a risk score less than or equal to the given value.
If provided, only return subscribers with a risk score less than or equal to the given value.
If provided, only return subscribers with a risk score greater than or equal to the given value.
If provided, only return subscribers with a risk score greater than or equal to the given value.
If provided, only return subscribers with the given source(s).
If provided, only return subscribers with the given source(s).
[ "api" ]
If provided, only return subscribers that were imported by the given subscriber import.
If provided, only return subscribers that were imported by the given subscriber import.
[ "import_abc123" ]
If provided, only return subscribers with the given tag(s).
If provided, only return subscribers with the given tag(s).
If provided, only return subscribers with the given type.
If provided, only return subscribers with the given type.
[ "regular" ]
If provided, only return subscribers who became undeliverable on or before the given date.
If provided, only return subscribers who became undeliverable on or before the given date.
If provided, only return subscribers who became undeliverable on or after the given date.
If provided, only return subscribers who became undeliverable on or after the given date.
If provided, only return subscribers with the given undeliverability reason(s).
If provided, only return subscribers with the given undeliverability reason(s).
If provided, only return subscribers who unsubscribed on or before the given date.
If provided, only return subscribers who unsubscribed on or before the given date.
If provided, only return subscribers who unsubscribed on or after the given date.
If provided, only return subscribers who unsubscribed on or after the given date.
If provided, only return subscribers with the given unsubscription reason(s).
If provided, only return subscribers with the given unsubscription reason(s).
[ "no longer interested" ]
If provided, only return subscribers who upgraded on or before the given date.
If provided, only return subscribers who upgraded on or before the given date.
If provided, only return subscribers who upgraded on or after the given date.
If provided, only return subscribers who upgraded on or after the given date.
If provided, only return subscribers with the given UTM campaign(s).
If provided, only return subscribers with the given UTM campaign(s).
[ "paid_campaign_2024" ]
If provided, only return subscribers with the given UTM medium(s).
If provided, only return subscribers with the given UTM medium(s).
[ "paid_campaign_2024" ]
If provided, only return subscribers with the given UTM source(s).
If provided, only return subscribers with the given UTM source(s).
[ "paid_campaign_2024" ]
The page number of the paginated response.
The page number of the paginated response.
Response
OK
Example response
{
"results": [
{
"country": "US",
"email_address": "telemachus@buttondown.email",
"delivered_count": 12,
"open_count": 7,
"clicked_count": 3,
"open_rate": 0.5833,
"click_rate": 0.25
}
]
}