---
title: "contacts"
method: GET
path: "/v{version}/companies/{broker_id}/contacts"
tags: ["Contact"]
---

# contacts

`GET /v{version}/companies/{broker_id}/contacts`

Returns broker contacts.
Contacts include the Principal Agent, regular agents, and all other employees.<p>Scopes: export_company_info</p>

## Path parameters

- `broker_id` string, required
- `version` string, required

## Response `200`

Success

- 0WrappedArrayContact
  - `data` DtosContact[], required — An array containing the list of relevant objects.
    - `id` string — The id of the broker contact.
    - `full_name` string — The full name of the broker contact.
    - `email` string — The email of the broker contact.
    - `type` string — The type of broker contact.
    - `teams` DtosTeamLink[] — A list containing all teams the broker contact belongs to.
      - `id` string, required — The object id.
      - `href` string, required — The object uri.
  - `error` string — Contains any error messages, if applicable.

---

[API](https://skmtc.net/ease/apis/version-2.md) · [All operations](https://skmtc.net/ease/apis/version-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ease/version-2/revisions/be66ed178abe/schema)
