List loyalty cards
GET {{baseUrl}}/v1/loyalty_programs/:loyaltyProgramId/cards?pageSize=1000&skip=10&sort=value&identifier=id dolore sed aliqua&profileId=75160386
For the given card-based loyalty program, list the loyalty cards that match your filter criteria.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| pageSize | number | The number of items in this response. | |
| skip | number | The number of items to skip when paging through large result sets. | |
| sort | string | The field by which results should be sorted. By default, results are sorted in ascending order. To sort them in descending order, prefix the field name with -. | 
Note: This parameter works only with numeric fields.
|
| identifier | string |  | Optional query parameter to search cards by identifier. |
| profileId | number |  | Filter by the profile ID. |
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string |