Documentation Index
Fetch the complete documentation index at: https://help-loyalife.xoxoday.com/llms.txt
Use this file to discover all available pages before exploring further.
What is Loyalife?
Loyalife is Xoxoday’s loyalty management platform (LBMS — Loyalty & Benefits Management System). The API lets you integrate loyalty workflows directly into your backend — from enrolling members and recording transactions to querying balances and redeeming points.API Modules
Authentication
Generate OAuth 2.0 bearer tokens using your client credentials. Required before calling any other API.
Member Management
Create, fetch, update, and look up member profiles. Manage login credentials and OTP flows.
Transactions
Submit loyalty transactions, query transaction history, check points balances, and view expiry schedules.
Points Redemption
Check available points, initiate redemptions, and reverse transactions via the Payment Gateway.
Quick Links
Quickstart
Get your first API call working in minutes.
Response Format
Understand the standard response envelope used by all endpoints.
Idempotency
Learn how to safely retry requests without double-processing.