Loyalty Cards
List Loyalty Cards
Get paginated list of partner’s loyalty card templates
GET
Documentation Index
Fetch the complete documentation index at: https://docs.loyalty.lt/llms.txt
Use this file to discover all available pages before exploring further.
List Loyalty Cards
Retrieve a paginated list of loyalty card templates (partner cards) configured for your partner account. These are the card designs and configurations that users can receive.This endpoint requires Shop API authentication (X-API-Key and X-API-Secret headers).
Path Parameters
Language code for localized content (e.g.,
en, lt)Query Parameters
Number of items per page (max 50)
Page number for pagination
Filter by active status
true- Only active cardsfalse- Only inactive cards
Filter cards applicable to specific shop
Filter by card type
third_party- External integrated cardsloyalty- Standard loyalty cards
Search by card name or card number
Authentication
API key from Partners Portal
API secret from Partners Portal
Response
Indicates if the request was successful
Array of partner card objects
Pagination metadata
Points Calculation Example
Given the following card configuration:points_per_currency: 10currency_amount: 1.00points_per_visit: 5round_points_up: true
- Base points: (15.50 / 1.00) × 10 = 155 points
- Plus visit bonus: 155 + 5 = 160 points
Related Endpoints
Get Card Details
Get specific card template details
Get Loyalty Card Info
Get user’s card by number or ID
Create Transaction
Award points via transaction