---
title: "Get a contact"
method: GET
path: "/contacts/{id}"
tags: ["Contacts"]
---

# Get a contact

`GET /contacts/{id}`

Returns a specific contact

## Path parameters

- `id` integer, required

## Response `200`

Successful response

- Contact — Client contact resource
  - `id` integer
  - `team_id` integer
  - `client_id` integer
  - `title` string, nullable
  - `first_name` string
  - `last_name` string
  - `email` string, email
  - `phone` string, nullable

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not found

---

[API](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation.md) · [All operations](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harpoonapp/harpoon-api-documentation/revisions/e8fd192f94c6/schema)
