List audience members API
Audiences
List audience members API
Page through an audience’s member domains in alphabetical order, with the total and build timestamp. Works for every audience kind. Free.
GET
List audience members API
Frequently asked questions
Is this endpoint free?
Is this endpoint free?
Yes. Reading membership costs nothing — it is a cheap indexed lookup. Only the analytical endpoints (technology report, breakdown, segment stats) cost a credit.
How do I export the whole membership?
How do I export the whole membership?
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.Why is total different from what I uploaded?
Why is total different from what I uploaded?
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
API key in format tapi_live_[32-char] (live) or tapi_test_[32-char] (test)
Path Parameters
The audience id.
Example:
"seg_8f3a2c1b"
Query Parameters
Domains per page. Clamped to 1–100.
Required range:
1 <= x <= 100Pagination offset.