Shop loyalty cards
Get partner's loyalty cards
Returns paginated list of loyalty cards for the authenticated partner
GET
/shop/loyalty-cardsReturns paginated list of loyalty cards for the authenticated partner
Authorization
partner_api_auth Query Parameters
per_page?integer
Number of items per page (max 50)
is_active?boolean
Filter by active status
card_type?string
Filter by card type
Response Body
application/json
curl -X GET "https://example.com/shop/loyalty-cards"{ "data": [ {} ], "meta": {}}