k

koomalooma Partner API

by koomalooma Partner

This is the koomalooma Partner API. koomalooma is the first Loyalty BPaaS (Business Process as a Service) for mobile and web companies. With koomalooma merchants issue points for actions their customers / users make on your mobile or web store, for example a purchase or a referral. koomalooma takes

searchkoomalooma

Quick Reference

Base URL https://api.koomalooma.com/api Auth type API Key Header Auth header X-KoomaLooma-JWT: YOUR_API_KEY Rate limit Based on contract Pricing Enterprise / contact sales Free quota None Documentation https://api.koomalooma.com/api Endpoint status Server online — HTTP 500 — server is online but path returned an error (may require auth)1.71s (checked Mar 29, 2026) Builder score D 35% builder-friendly
Pricing
28
Latency
30
Depth
44

Authentication

API key in the request header (X-KoomaLooma-JWT)

X-KoomaLooma-JWT: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Paid loyalty program API. B2B partner pricing; contact for details.

Key Endpoints

MethodPathDescription
POST /users Create a User
POST /users/{user_id}/commitments Assign points to a User

Sample Request

curl -X GET 'https://api.koomalooma.com/api/users' \
  -H 'X-KoomaLooma-JWT: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official koomalooma Partner documentation.