-
Kangaroo Apps
-
Points
-
Redeeming points
-
Offers
-
Email/SMS/Push Marketing
-
Tiers
-
Referrals
-
Branding
-
Merchant App
-
Workflows
-
Rules
-
Customers
-
Gamification
-
Gift Cards
-
Analytics
-
Branches
-
Kiosk
-
Frequent Buyers Program
-
Surveys
-
Business portal
-
White Label App
-
Subscription
-
Members App
-
New Business Portal
-
Business Profile
-
Import Transaction
-
One-Pagers
-
FAQ
- Points
- FAQ- Lightspeed Retail
- FAQ- Shopify POS
- FAQ- Shopify ECOM
- FAQ- Lightspeed ECOM
- Lightspeed ECOM
- FAQ - WooCommerce
- FAQ - Standalone
- FAQ - BigCommerce
- FAQ - Magento
- Kangaroo Booking
- FAQ-Heartland
- FAQ - Judge.me
- FAQ- Lightspeed X Series
- FAQ- Lightspeed K Series
- FAQ- Lightspeed L Series
- FAQ - Lightspeed E Series (Ecwid)
-
API
-
Kangaroo Business Portal App
Kangaroo Rewards API language
Developers can build an app using Kangaroo Rewards API in the language of choice. To simplify integrations, Kangaroo Rewards provides REST Server SDKs and samples available on GitHub (in PHP).
The Kangaroo Rewards API uses HTTP methods and a RESTful endpoint structure. The API authorization framework is OAuth 2.0.
Format requests in JSON and the APIs return JSON-formatted responses. Developers can build an app using Kangaroo Rewards API in their language of choice.
To simplify integrations, Kangaroo Rewards provides REST Server SDKs and samples available on Github (in PHP). KangarooRewards-PHP-SDK - the SDK without Oauth2 support (you will need to handle authentication and request an access token using another library, or by making API calls directly to the authentication endpoints) OAuth2 Kangaroo Rewards - the OAuth2
Client for Kangaroo Rewards API REST API sample App - a sample app built in PHP using the SDK: KangarooRewards-PHP-SDK and OAuth2 client: OAuth2 Kangaroo Rewards that helps you to build your app faster.