Skip to main content
GET
List audience members API

Frequently asked questions

Yes. Reading membership costs nothing — it is a cheap indexed lookup. Only the analytical endpoints (technology report, breakdown, segment stats) cost a credit.
Page with limit (max 100) and offset. For anything large, export the audience as a lead list instead by passing segment_id to the create endpoint — that gives you a downloadable file with company and contact data attached.
Uploaded domains are normalized and deduped before storage, so a list with duplicates or www. prefixes will come back smaller. Check rejected_domains in the create response for entries that failed validation entirely.

Authorizations

Authorization
string
header
required

API key in format tapi_live_[32-char] (live) or tapi_test_[32-char] (test)

Path Parameters

id
string
required

The audience id.

Example:

"seg_8f3a2c1b"

Query Parameters

limit
integer
default:50

Domains per page. Clamped to 1–100.

Required range: 1 <= x <= 100
offset
integer
default:0

Pagination offset.

Response

A page of member domains

success
boolean
Example:

true

data
object