Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get distribution of consumer attribute values for visualization
cURL
curl --request GET \ --url https://admin.fanfare.io/api/consumers/distribution \ --header 'Authorization: Bearer <token>'
{ "buckets": [ { "maxValue": "<string>", "minValue": "<string>", "percentage": 123, "range": "<string>", "value": 123, "x": 123 } ], "field": "<string>", "stats": { "max": "<string>", "mean": "<string>", "median": "<string>", "min": "<string>", "stdDev": "<string>" }, "totalCount": 123, "cachedAt": "2023-11-07T05:31:56Z" }
Fanfare secret key. Keep secret credentials on your server.
Distribution calculated successfully
Show child attributes