WAKATODOCS

Audiences

Audiences are part of Contacts. An audience is just a saved segment — a named list of your contacts — used to target campaigns and messages across any channel. Manage them under Contacts at /spaces/:spaceId/contacts/audiences; they are not a separate system.

GET
/audiences

Required scope: contacts:read

Authorization

bearerAuth
AuthorizationBearer <token>

A Space API key, e.g. wks_live_….

In: header

Response Body

application/json

{}
POST
/audiences

Required scope: contacts:write

Authorization

bearerAuth
AuthorizationBearer <token>

A Space API key, e.g. wks_live_….

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

{}
PATCH
/audiences/{id}

Required scope: contacts:write

Authorization

bearerAuth
AuthorizationBearer <token>

A Space API key, e.g. wks_live_….

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

{}