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.
Add members to a static-list audience
cURL
curl --request POST \ --url https://admin.fanfare.io/api/audiences/{audienceId}/members \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "consumerIds": [ "<string>" ] } '
{ "addedCount": 123, "audienceId": "<string>" }
Fanfare secret key. Keep secret credentials on your server.
Audience members added successfully