Field | Type | Required | Description |
---|---|---|---|
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. |
limit |
?float | ➖ | Limit the number of items to return |
orderDirection |
?Operations\OrderDirection | ➖ | Direction of sorting |
orderBy |
?string | ➖ | Field to order by |
includeCursor |
?bool | ➖ | Include cursor item in response |
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. |
idempotencyKey |
?string | ➖ | A header for idempotency purposes |