v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0114775543.6 KB
Audience

Get all audiences

Retrieve all audiences created by the authenticated user. Users can only access audiences they have created.

get/audience

Response

Successfully retrieved audiences

statusboolean

Example response

{
  "status": true,
  "data": [
    {
      "_id": "60d0fe4f5311236168a109ca",
      "name": "My Customer List",
      "description": "List of customers for marketing campaign",
      "phoneNumberColumnName": "phoneNumber",
      "organization": "60d0fe4f5311236168a109cb",
      "createdBy": "60d0fe4f5311236168a109cc",
      "createdAt": "2025-01-15T10:30:00.000Z",
      "updatedAt": "2025-01-15T10:30:00.000Z"
    }
  ]
}