---
title: "broker agent"
method: GET
path: "/v{version}/contacts/{id}"
tags: ["Contact"]
---

# broker agent

`GET /v{version}/contacts/{id}`

Returns a broker agent.<p>Scopes: export_company_info</p>

## Path parameters

- `id` string, required
- `version` string, required

## Response `200`

Success

- DtosContact
  - `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.

---

[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)
