Search subscribers
Search subscribers by their email, phone, subscriberId and name. The search is case sensitive and supports pagination.Checkout all available filters in the query section.
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.
limit
numberLimit the number of items to return
orderDirection
stringDirection of sorting
"ASC" | "DESC"
orderBy
stringField to order by
includeCursor
booleanInclude cursor item in response
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.
Header Parameters
idempotency-key
stringA header for idempotency purposes
Response Body
OK
data
Requiredarray<object>List of returned Subscribers
next
Requiredstring | nullThe cursor for the next page of results, or null if there are no more pages.
previous
Requiredstring | nullThe cursor for the previous page of results, or null if this is the first page.