Complete reference for the Loyalty.lt API with authentication, shop integration, and partner management endpoints
/{locale}/shop/
/{locale}/partners/
Environment | URL | Description |
---|---|---|
Staging | https://staging-api.loyalty.lt | Development and testing |
Production | https://api.loyalty.lt | Live production environment |
en
, lt
) in the URL path.
Authentication Type | Requests/Hour | Burst Limit | Notes |
---|---|---|---|
API Credentials | 2,000 | 100/min | Higher limits for enterprise |
JWT Tokens | 1,000 | 60/min | Per user session |
Partner APIs | 5,000 | 200/min | Advanced partner features |
Code | Meaning | Usage |
---|---|---|
200 | OK | Successful GET, PUT, PATCH |
201 | Created | Successful POST (resource created) |
400 | Bad Request | Validation errors, malformed requests |
401 | Unauthorized | Missing or invalid authentication |
403 | Forbidden | Insufficient permissions |
404 | Not Found | Resource doesn’t exist |
422 | Unprocessable Entity | Business logic validation failed |
429 | Too Many Requests | Rate limit exceeded |
500 | Internal Server Error | Server-side errors (rare) |
page
- Page number (default: 1)per_page
- Items per page (default: 15, max: 50)customer.registered
- New customer registrationpoints.awarded
- Points added to accountcoupon.redeemed
- Coupon usagegame.completed
- Game session finishedcard.created
- New loyalty cardGet API Credentials
Choose Your Integration
Test Authentication
Explore Endpoints