Loloyal API
Loloyal offers a simple and powerful REST API that enables you to seamlessly incorporate rewards into your business or application.
The Loloyal API allows you to programmatically access Loloyal's features. Using our API, you can manage customer information, point operations, and more.
Authentication
All API requests require authentication using an API key. Include your API key in the request header:
Authorization: Bearer your_api_key
This API key grants significant access, so store it securely. Avoid embedding it in public areas like mobile app binaries, client-side code, or GitHub repos. Use it only in secure backend API calls.
Rate Limiting
API requests are limited to 10 requests per second. Exceeding this limit will return a 429 status code.
Versioning
The current API version is v1. Version number must be included in all request URLs.
Authentication
- HTTP: Bearer Auth
Add Bearer token in request header.
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |
Contact
Loloyal Support: [email protected]