Skip to main content
GET
Distinct values a company list carries for a field

Authorizations

Authorization
string
header
required

Your API token (af_…) as the Basic-auth username, with an empty password.

Path Parameters

listId
string
required

24-character hex id of the list (from GET /business/lists).

Query Parameters

field
enum<string>
required

Which company field to collect distinct values for: name (company names, the vocabulary of the companyName row filter) or domain (company web domains, the vocabulary of the website row filter). Values come from the COMPANY rows of the list, so a contact list answers with an empty array.

Available options:
name,
domain

Response

Success

field
enum<string>
required
Available options:
name,
domain
values
string[]
required