Skip to main content
GET
/
api
/
v4.0
/
integrations
/
customers
/
{customerId}
/
tier-progress
cURL
curl -X GET 'https://api.gameball.co/api/v4.0/integrations/customers/12345/progress' -H 'apikey: YOUR_API_KEY' -H 'secretkey: YOUR_SECRET_KEY'
{
  "current": {
    "order": 123,
    "name": "<string>",
    "minProgress": 123,
    "icon": "<string>"
  },
  "next": {
    "order": 123,
    "name": "<string>",
    "minProgress": 123,
    "icon": "<string>"
  },
  "progress": 123
}
This API provides an overview of a customer’s current tier and progression within Gameball’s loyalty program. By retrieving the customer’s current tier, progress level, and next tier details, this endpoint offers a clear view of their advancement within the tier structure.
Security: Provide both apikey and secretkey headers.

Authorizations

apikey
string
header
required

Path Parameters

customerId
string
required

Unique customer identifier

Query Parameters

expand
string

Comma-separated expansions: tier,referrals

Response

200 - application/json

Customer tier progress

current
object
next
object
progress
number

Current progress toward the next tier based on the configured method.