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

string
required
Bearer token. Format: Bearer YOUR_API_KEY

Query Parameters

integer
default:"1"
Page number for pagination.
integer
default:"20"
Number of items per page. Maximum: 100.
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.
string
Filter subscribers by group ID (UUID format).

Response

boolean
Indicates if the request was successful
object

Examples

Search for Subscribers

Get Subscribers in a Group

Paginate Through All Subscribers