A request to search for loyalty accounts.
SearchLoyaltyAccountsRequest
Name | Type | Tags | Description |
---|---|---|---|
query |
SearchLoyaltyAccountsRequestLoyaltyAccountQuery | undefined |
Optional | The search criteria for the loyalty accounts. |
limit |
number | undefined |
Optional | The maximum number of results to include 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": {
"mappings": [
{
"phone_number": "+14155551234"
}
]
}
}