List Loyalty Cards
Retrieve a paginated list of the authenticated user’s loyalty cards, including both personal cards and third-party integrated cards.This endpoint requires JWT authentication. Cards are returned with their current status, balance information, and associated shop details.
Path Parameters
Language code for localized content (e.g., “en”, “lt”)
Query Parameters
Page number for pagination (default: 1)
Number of items per page (default: 15, max: 50)
Filter cards by status
active
- Active cards onlyinactive
- Inactive cards onlyall
- All cards (default)
Filter cards by type
personal
- User-created cardsthird_party
- Integrated external cardsall
- All types (default)
Response
Indicates if the request was successful
Usage Examples
Basic Card Listing
Card Management Dashboard
Related Endpoints
Create Card
Create a new personal loyalty card
Card Details
Get detailed information about a specific card
Points History
View points transaction history for cards
Available Offers
See offers available for loyalty cards
Card balances are updated in real-time. The
tier_progress
indicates how close the user is to reaching the next loyalty tier (0-100%).