Searches for loyalty rewards.
POST
/v2/loyalty/rewards/search
Searches for loyalty rewards.
This endpoint accepts a request with no query filters and returns results for all loyalty accounts. If you include a query
object, loyalty_account_id
is required and status
is optional.
If you know a reward ID, use the RetrieveLoyaltyReward endpoint.
Search results are sorted by updated_at
in descending order.
The search criteria for the request. If empty, the endpoint retrieves all loyalty rewards in the loyalty program.
The maximum number of results to return in the response. The default value is 30.
A pagination cursor returned by a previous call to this endpoint. Provide this to retrieve the next set of results for the original query. For more information, see Pagination.
The loyalty rewards that satisfy the search criteria. These are returned in descending order by updated_at
.