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 the current member count for an audience
cURL
curl --request GET \ --url https://admin.fanfare.io/api/audiences/{audienceId}/count \ --header 'Authorization: Bearer <token>'
{ "audienceId": "<string>", "count": 123 }
Fanfare secret key. Keep secret credentials on your server.
Audience count retrieved successfully