Skip to main content
GET
List contacts
Returns the agency contacts you can see across your downstream entity associations, grouped one entry per agency. Each entry includes the agency, the business roles the contact holds there (for example Finance Manager or Account Manager), and whether they are a primary contact. A single person can appear once with multiple associations when you work with them at more than one agency. Results include both agency-wide default contacts (defined once by the agency and shared with every market they work with) and market-specific contacts (added for a single relationship).
This endpoint is read-only and returns only contacts at agencies your organization is associated with. It never exposes another carrier’s market-specific contacts.

Query Parameters

All parameters are optional and can be combined.

Business Roles

businessRole must be one of these exact values:

Filtering Examples

When a businessRole filter is supplied, each returned contact is narrowed to only the agencies where they hold that role.

Response Shape

All successful responses are wrapped in the standard response envelope. See Request/Response Conventions.
The first association is market-specific (it carries a downstreamEntityAssociationId). The second is agency-wide: it has no downstreamEntityAssociationId because it is not tied to a single market relationship.

Response Fields

Contact

Association

Query Parameters

downstreamEntityAssociationId
string

Scope results to a single agency relationship. This is the downstream entity association (UDA) id, the same downstreamEntityAssociationId returned by the List Agents endpoint and on each association in the response.

Example:

"6627f1a9c2e0a51b8c0d4e3a"

businessRole
enum<string>

Return only contacts who hold this business role at one of your agencies.

Available options:
Compliance Officer,
Principal Owner,
Account Manager,
Finance Manager,
Support Staff,
Contract Signatory,
Accounts Payable,
Policy Maintenance
Example:

"Finance Manager"

Response

List of contacts

data
object[]
required
requestId
string
required

Unique request identifier

Example:

"dev-2c5e7cf2-9acf-4c8c-ab2f-b81f39d775a8"

timestamp
string
required

Response timestamp

Example:

"2025-11-12T20:49:03.293Z"