latestOpenAPI 3.1.0Proprietary - Prezent, Inc.2026-08-114675175.5 KB

a01cb764a085

Audiences

List audience profiles

Returns the audiences configured for the caller's company.

Pagination is opt-in. Send limit (and follow next_cursor) to page; omit both limit and cursor to receive the full list unchanged.

get/api/v1/audiences

Query parameters

featurestring

Filter by feature scope.

idstring

Filter to a single audience by id.

sortstring

Sort expression (for example name:asc).

limitinteger

Max items per page (1–200, default 50). Sending this enables cursor pagination.

cursorstring

Opaque cursor from a previous response's next_cursor.

Response

Audiences returned.

successboolean

Always true on success.

itemsobject[]

Same audience profiles as result (present when paginating).

next_cursorstring nullable

Opaque cursor for the next page, or null on the last page. Pagination is opt-in — omit limit/cursor to receive the full list.