Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 936 Bytes

search-loyalty-rewards-request.md

File metadata and controls

28 lines (19 loc) · 936 Bytes

Search Loyalty Rewards Request

A request to search for loyalty rewards.

Structure

Search Loyalty Rewards Request

Fields

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.

Example (as JSON)

{
  "limit": 10,
  "query": {
    "loyalty_account_id": "5adcb100-07f1-4ee7-b8c6-6bb9ebc474bd"
  }
}