Skip to main content
GET
Canonical values for agent config filters

Authorizations

Authorization
string
header
required

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

Query Parameters

field
enum<string>
required

Which vocabulary to search: region, industry, title or school. The returned strings are the exact values the agent config filters accept: region feeds regions and authorLocation, industry feeds industries, title feeds currentTitle, pastTitle and authorTitle. There is no country vocabulary here: region returns LinkedIn geographies that include sub-national areas such as "California, United States", so it is not a source for companyCountries or leadCompanyCountries, which take full English country names only.

Available options:
region,
industry,
title,
school
q
string
required

Free-text term to resolve, 1-200 characters (e.g. "software", "united states", "vp of sales"). At most 10 canonical values are returned, best match first; an empty array means no match.

Required string length: 1 - 200

Response

Success

field
enum<string>
required

The vocabulary that was searched — echoed back from the request.

Available options:
region,
industry,
title,
school
suggestions
string[]
required

Canonical values, best match first. Copy them verbatim into the agent config.

Maximum array length: 10