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

# Retrieve a contact

`GET /contacts/{contact_id}`

Returns the detailed information of a contact from your EasyBroker account.

## Response `200`

Successful contact request

- ContactSingle
  - `id` number
  - `full_name` string
  - `first_name` string
  - `last_name` string
  - `title` string
  - `company` string
  - `private_description` string
  - `tags` string[]
  - `source` string
  - `probability` 'low' | 'medium' | 'high', nullable
  - `agent` Agent
    - `id` integer
    - `name` string
    - `full_name` string
    - `mobile_phone` string
    - `profile_image_url` string
    - `email` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `emails` ContactEmails[]
    - `type` 'Personal' | 'Work' | 'Other' — The contact email type
    - `email` string
  - `phones` ContactPhones[]
    - `type` 'Home' | 'Work' | 'Mobile' | 'Home fax' | 'Work fax' | 'Pager' | 'Nextel' | 'WhatsApp' — The contact phone type
    - `phone` string
  - `addresses` ContactAddresses[]
    - `type` 'Home' | 'Work' | 'Other' — The contact addresses type
    - `street` string
    - `city` string
    - `administrative_division` string
    - `country` string
    - `postal_code` string

## Other responses

- `401` — API key is missing or invalid, or a restricted country was selected
- `404` — No contact was found with the provided ID

---

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