# Get loyalty card campaigns Endpoint that return all products that qualifies for a count in each loyalty/stamp card. Depending on your OIP configuration, the API may return additional fields in the extendedProperties object. Endpoint: GET /loyalty/loyalty-cards/campaigns Version: 4.3.0 Security: api_key ## Response 200 fields (application/json): - `stampCardId` (string) Id of stamp card. Example: "4" - `stampCard` (string) Name of stamp card Example: "Black coffee" - `stampCardType` (string) Type/category of stamp card Example: "Coffee" - `productId` (string) Product id that qualifies for a clip/stamp Example: "7049987090935" - `extendedProperties` (object) Additional properties depending on configuration - `extendedProperties.additionalProp1` (object) - `extendedProperties.additionalProp2` (object) - `extendedProperties.additionalProp3` (object) ## Response 400 fields ## Response 401 fields ## Response 403 fields