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

# Retrieve contact

`GET /contacts/{id}`

Retrieve contact

## Response `200`

Successful

- ResponseContactWithActivityObject
  - `id` string, uuid, required
  - `name` string, nullable
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `email` string, nullable, required
  - `linkedin_url` string, uri, nullable
  - `title` string, nullable
  - `location` string, nullable
  - `time_zone` string, nullable
  - `company_name` string, nullable
  - `company_domain` string, nullable
  - `owner` string, nullable
  - `last_contacted_at` string, date_time, nullable
  - `phone_numbers` ResponsePhoneNumberObject[]
    - `object` 'phone_number', required
    - `id` string, uuid, required
    - `number` string, required
    - `type` 'mobile' | 'office' | 'phone' | 'landline' | 'voip' | 'direct', required
    - `source` 'amplemarket' | 'crm' | 'user_uploaded'
    - `is_wrong_number` boolean, required
    - `is_dnc_listed` boolean — Present only when the account has phone number DNC list enabled
  - `recent_activity` ResponseContactActivityObject[]
    - `event_at` string, date_time, required
    - `event_type` string, required
    - `automatic` boolean, nullable
    - `type` string, nullable
    - `description` string, nullable
    - `subject` string, nullable
    - `body` string, nullable
    - `sequence_id` string, nullable
    - `sequence_name` string, nullable
    - `sequence_type` string, nullable
    - `index` integer, nullable
    - `tags` string[], nullable
    - `notes` string, nullable
    - `call_disposition` string, nullable
    - `call_notes` string, nullable

---

[API](https://skmtc.net/amplemarket/apis/amplemarket-api-v1-docs.md) · [All operations](https://skmtc.net/amplemarket/apis/amplemarket-api-v1-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/amplemarket/amplemarket-api-v1-docs/versions/57f46eaa2dc9/schema)
