A request to search for loyalty rewards.
Search Loyalty Rewards Request
Name | Type | Tags | Description |
---|---|---|---|
query |
Search Loyalty Rewards Request Loyalty Reward Query |
Optional | The set of search requirements. |
limit |
int |
Optional | The maximum number of results to return in the response. Constraints: >= 1 , <= 30 |
cursor |
string |
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"
}
}