| Required permit | Rate limit tokens cost | Available intervals |
|---|---|---|
| Reporting:Api:Report:MemberBalance | 3 | 5m, 1h, 1d, 1w, 1mo |
in type serie is incremented.out type serie is decremented.| Type | Filterable |
|---|---|
| Integer | (via X-Customer header) |
| Type | Filterable |
|---|---|
| Enum |
in - members that opt in to loyalty clubout - members that opt out from loyalty club| Type | Filterable |
|---|---|
| String |
| Type | Filterable |
|---|---|
| String |
| Type | Filterable |
|---|---|
| Enum |
| Type | Filterable | Readonly |
|---|---|---|
| String |
| Type | Filterable |
|---|---|
| Enum |
| Type | Filterable |
|---|---|
| Object(key: name of consent, value: boolean status of consent) |
{
"interval": "1d",
"range_timezone": "America/Denver",
"time_buckets": [
"2024-04-08T00:00:00.000-06:00",
"2024-04-09T00:00:00.000-06:00",
"2024-04-11T00:00:00.000-06:00",
"2024-04-22T00:00:00.000-06:00",
"2024-04-23T00:00:00.000-06:00",
"2024-04-24T00:00:00.000-06:00",
"2024-04-25T00:00:00.000-06:00"
],
"series": [
{
"label": {
"type": "out"
},
"values": [
2,
2,
1,
1,
null,
1,
5
]
},
{
"label": {
"type": "in"
},
"values": [
null,
4,
300,
2,
1,
null,
11
]
}
],
"data_points": 11,
"result_type": "timeseries"
}| Key | Type | Description |
|---|---|---|
| optin_platform | Enum | See in Fields |
{
"interval": "1d",
"range_timezone": "America/Denver",
"time_buckets": [
"2024-04-08T00:00:00.000-06:00",
"2024-04-09T00:00:00.000-06:00",
"2024-04-11T00:00:00.000-06:00",
"2024-04-22T00:00:00.000-06:00",
"2024-04-23T00:00:00.000-06:00",
"2024-04-24T00:00:00.000-06:00",
"2024-04-25T00:00:00.000-06:00"
],
"series": [
{
"label": {
"type": "out",
"optin_platform": "other"
},
"values": [
2,
2,
1,
1,
null,
1,
5
]
},
{
"label": {
"type": "in",
"optin_platform": "other"
},
"values": [
null,
4,
300,
2,
1,
null,
11
]
}
],
"data_points": 11,
"result_type": "timeseries"
}