cURL
curl --request POST \ --url https://api.openfunnel.dev/api/v1/audience/create-account-audience \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <x-api-key>' \ --header 'X-User-ID: <x-user-id>' \ --data ' { "name": "<string>", "account_ids": [ 123 ] } '
{ "audience_id": 123, "audience_name": "<string>", "total_accounts": 123 }
Documentation IndexFetch the complete documentation index at: https://docs.openfunnel.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.openfunnel.dev/llms.txt
Use this file to discover all available pages before exploring further.
Name for the new audience
List of account IDs to include
Successful Response