# koomalooma Partner API **Provider:** koomalooma Partner **Category:** search **Base URL:** `https://api.koomalooma.com/api` **Auth:** api-key — `X-KoomaLooma-JWT: YOUR_API_KEY` **Rate Limit:** Based on contract **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.koomalooma.com/api ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://api.koomalooma.com/api/users` | Create a User | | POST | `https://api.koomalooma.com/api/users/{user_id}/commitments` | Assign points to a User | ## Authentication API key in the request header (X-KoomaLooma-JWT) ``` X-KoomaLooma-JWT: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://api.koomalooma.com/api/users' \ -H 'X-KoomaLooma-JWT: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid loyalty program API. B2B partner pricing; contact for details. --- *Source: [API Map](https://apimap.dev/apis/koomalooma-partner/) — CC BY 4.0*