Get information about all customer rewards.
Rewards are incentives available to customers as part of the loyalty program. This endpoint returns all rewards associated with the customer account. Use is_valid, valid_from, and valid_to to filter by validity status and date range.
Related: GET /rewards
⚠️ There is the logical AND between query parameters is_valid, valid_from and valid to.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
401The client has invalid credentials or auth token.
401The client has invalid credentials or auth token.
403The client does not exist or the client tried to access an unauthorized property or resource.
403The client does not exist or the client tried to access an unauthorized property or resource.
404The resource was not found.
404The resource was not found.
405The resource does not support the specified HTTP method.
405The resource does not support the specified HTTP method.
429Too many requests - more than the resource limit.
500Server is not working as expected.
500Server is not working as expected.
503Temporary state when the service is temporarily unavailable, overloaded or there is a maintenance window.