Audiences

Retrieve a list of audiences

Deprecated: Use Segments instead. These endpoints still work, but will be removed in the future.

get/audiences

Response

OK

objectstring

Type of the response object.

Example response

{
  "object": "list",
  "data": [
    {
      "id": "78261eea-8f8b-4381-83c6-79fa7120f1cf",
      "name": "Registered Users",
      "created_at": "2023-10-06T22:59:55.977Z"
    }
  ]
}

Changes