Search for 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.
limit
numberLimit the number of items to return
orderDirection
stringDirection of sorting
Value in:
"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
OK