---
title: "Get a contact"
method: GET
path: "/contacts/{contactKey}"
---

# Get a contact

`GET /contacts/{contactKey}`

Gets a given contact by providing the contact key.

## Path parameters

- `contactKey` string, required

## Response `200`

200

- object
  - `teamKey` string
  - `emailAddresses` string[]
  - `lastEnrichmentTimestamp` integer
  - `lastSavedUserKey` string
  - `creatorKey` string
  - `creationDate` integer
  - `key` string
  - `versionTimestamp` integer
  - `lastSavedTimestamp` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/streakyc/apis/directory-fields.md) · [All operations](https://skmtc.net/streakyc/apis/directory-fields/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streakyc/directory-fields/versions/f9ece0b33f19/schema)
