Skip to main content
GET
/
customer
/
api
/
open
/
v1
/
loyalty
/
rewards
/
redemptions
/
summary
Get total redemptions by reward option
curl --request GET \
  --url https://api.bitbybit.studio/customer/api/open/v1/loyalty/rewards/redemptions/summary \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "reward": {
        "id": "<string>",
        "name": "<string>"
      },
      "totalRedeemedCount": 123,
      "totalRedeemedPoints": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://knowledge.bitbybit.studio/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API key for authentication. Create one in Settings > Developer.

Response

200 - application/json

Success

data
object[]