A request to search for loyalty rewards.
SearchLoyaltyRewardsRequest
Name | Type | Tags | Description |
---|---|---|---|
query |
SearchLoyaltyRewardsRequestLoyaltyRewardQuery | undefined |
Optional | The set of search requirements. |
limit |
number | undefined |
Optional | The maximum number of results to return in the response. The default value is 30. Constraints: >= 1 , <= 30 |
cursor |
string | undefined |
Optional | 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. |
{
"limit": 10,
"query": {
"loyalty_account_id": "5adcb100-07f1-4ee7-b8c6-6bb9ebc474bd",
"status": "ISSUED"
},
"cursor": "cursor4"
}