GET
/
v2
/
subscribers

Authorizations

Authorization
string
header
required

API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".

Headers

idempotency-key
string

A header for idempotency purposes

Query Parameters

after
string

Cursor for pagination indicating the starting point after which to fetch results.

before
string

Cursor for pagination indicating the ending point before which to fetch results.

email
string

Email address of the subscriber to filter results.

name
string

Name of the subscriber to filter results.

phone
string

Phone number of the subscriber to filter results.

subscriberId
string

Unique identifier of the subscriber to filter results.

limit
number
orderDirection
enum<string>
Available options:
ASC,
DESC
orderBy
any

Response

200 - application/json
data
object[]
required

List of returned Subscribers

next
string | null
required

The cursor for the next page of results, or null if there are no more pages.

previous
string | null
required

The cursor for the previous page of results, or null if this is the first page.