Search for subscribers
GET
/v2/subscribers
Authorization
Authorization
<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Query Parameters
after
stringCursor for pagination indicating the starting point after which to fetch results.
before
stringCursor for pagination indicating the ending point before which to fetch results.
email
stringEmail address of the subscriber to filter results.
name
stringName of the subscriber to filter results.
phone
stringPhone number of the subscriber to filter results.
subscriberId
stringUnique identifier of the subscriber to filter results.
limit
numberorderDirection
stringValue in:
"ASC" | "DESC"
orderBy
unknownHeader Parameters
idempotency-key
stringA header for idempotency purposes
OK