Audiences
Add leads to an audience.
post/api/external/v1/audiences/add-leads
Request body
Example request
{
"workspace_id": 55,
"audience_id": 44,
"lead_ids": [
56789
]
}Response
Example response
{
"audience_id": 44,
"added": 1,
"skipped": 0,
"lead_count": 3
}Changes
Changed in 1 of the 3 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○