Customers
List Customer's Redeemables
Retrieves all the redeemables that have been assigned to the customer.
To use this endpoint, you must have the following permissions:
- Read Customers (customers.details.read)
get/v1/customers/{customerId}/redeemables
Query parameters
limitinteger
Limits the number of objects to be returned. The limit can range between 1 and 100 items. If no limit is set, it returns 10 items.
order'id' | '-id'
Sorts the results using one of the filtering options, where the dash - preceding a sorting option means sorting in a descending order.
starting_after_idstring
A cursor for pagination. It retrieves the events starting after an event with the given ID.
Filters for listing customer redeemables.
{
"created_at": {
"conditions": {
"$after": "2024-01-01T00:00:00.000Z",
"$before": "2024-01-01T00:00:00.000Z"
}
}
}Response
The method returns redeemable(s) to which the given customer is assigned.