Partner API
Server-to-server JSON. Authenticate with your partner key (X-Partner-Key).
GET
/api/business-details?brand=slugFetch your brand profile + reward config
GET
/api/admin/pending-enrollment-countNumber of pending enrollments for your brand
POST
/api/enrollNotify us a user completed signup on your side
GET
/api/celebrate?user=IDTrigger a birthday reward event
Example response
{
"status": "success",
"data": { "brand": "Starbucks", "enrollments": 1240 }
}
Need a key? Create a business account.