| Field | Type | Required | Description |
|---|---|---|---|
id |
string | ✔️ | N/A |
isGranted |
?bool | ➖ | Filter by granted status. If true, only granted benefits will be returned. If false, only revoked benefits will be returned. |
customerId |
string|array|null | ➖ | Filter by customer. |
memberId |
string|array|null | ➖ | Filter by member. |
page |
?int | ➖ | Page number, defaults to 1. |
limit |
?int | ➖ | Size of a page, defaults to 10. Maximum is 100. |