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

# Get a contact

`GET /v1/contacts/{id}`

Returns a single contact by ID. Returns 404 if the contact is in a workspace outside the API key scope.

## Path parameters

- `id` string, required

## Response `200`

The contact

- PublicContactDto
  - `id` string, required
  - `firstName` string, required
  - `lastName` string, required
  - `email` object, nullable
  - `company` object, nullable
  - `city` object, nullable
  - `country` object, nullable
  - `url` object, nullable
  - `linkedinUrl` object, nullable
  - `linkedinSalesUrl` object, nullable
  - `role` object, nullable
  - `allowPhoneCalls` boolean, required
  - `callCount` number, required
  - `lastCallAt` string, date-time, nullable
  - `teamId` string, required
  - `phoneNumbers` string[], required
  - `customFields` object, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `lastModificationSource` 'SKIPCALL' | 'API', required

## Other responses

- `401` — Invalid or missing API key
- `403` — Subscription required or plan not eligible
- `404` — Contact not found or outside API key scope

---

[API](https://skmtc.dev/skipcall/apis/skipcall-public-api.md) · [All operations](https://skmtc.dev/skipcall/apis/skipcall-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/skipcall/skipcall-public-api/revisions/f594352719bd/schema)
