Skip to main content
GET

Overview

Retrieve a paginated list of all subscribers in your MailGreet account. Use query parameters to filter, search, and paginate the results.

Authentication

Authorization
string
required
Bearer token. Format: Bearer YOUR_API_KEY

Query Parameters

page
integer
default:"1"
Page number for pagination.
per_page
integer
default:"20"
Number of items per page. Maximum: 100.
status
string
Filter subscribers by status. Options:
  • active - Active subscribers
  • unsubscribed - Unsubscribed subscribers
  • bounced - Bounced email addresses
  • complained - Subscribers who marked emails as spam
Search by email address, first name, or last name. Case-insensitive.
group_id
string
Filter subscribers by group ID (UUID format).

Response

success
boolean
Indicates if the request was successful
data
object

Examples

Search for Subscribers

Get Subscribers in a Group

Paginate Through All Subscribers