List topics a subscriber is subscribed to
List topic subscriptions for a subscriber with pagination and filtering
Authorization
Authorization
<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Path Parameters
subscriberId
RequiredstringThe identifier of the subscriber
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 (max 100)
Maximum:
100
orderDirection
stringDirection of sorting
Value in:
"ASC" | "DESC"
orderBy
stringField to order by
includeCursor
booleanInclude cursor item in response
key
stringFilter by topic key
Header Parameters
idempotency-key
stringA header for idempotency purposes
Response Body
OK
data
Requiredarray<object>List of returned Topic Subscriptions
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.