LoyalTribe Public API
Build your own loyalty widget on top of LoyalTribe. The complete, machine-readable definition — every endpoint, schema, parameter and auth scheme — is the OpenAPI 3.1 document:
Base URLs (path prefix /api/public/v1):
- Production: https://api.loyaltriberewards.com/api/public/v1
- Staging: https://api.staging.loyaltriberewards.com/api/public/v1
Authentication: X-API-Key publishable key (pk_) on every request; Authorization: Bearer customer JWT on /customer/*; Authorization: Bearer secret key (sk_) on server-to-server endpoints (/customers, /orders, /coupons/validate, /coupons/consume).
Endpoint groups: Program (/program, /program/tiers, /program/rewards, /program/rules), Customer Authentication (/auth/customer-token), Customer (/customer/me, /customer/balance, /customer/dashboard, /customer/history, /customer/redemptions, /customer/redeem), Gamification (/customer/gamification/*), Server-to-Server.