cURL
curl --request GET \ --url https://api.openfunnel.dev/api/v1/audience \ --header 'X-API-Key: <x-api-key>' \ --header 'X-User-ID: <x-user-id>'
{ "audience_id": 123, "audience_name": "<string>", "total_accounts": 123, "total_people": 123, "audience_type": "<string>", "account_ids": [], "people_ids": [] }
Get audience details by ID.
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.
Audience ID to get details for
Successful Response