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

# Get a contact

`GET /contacts/{id}`

Returns a single contact by ID.

## Path parameters

- `id` integer, required — Contact ID

## Response `200`

Contact details

- Contact
  - `id` number, required — Contact ID
  - `name` string, nullable, required — Contact name
  - `email` string, email, nullable, required — Contact email address
  - `phoneNumber` string, nullable, required — Contact phone number
  - `jobTitle` string, nullable, required — Job title
  - `crmPersonId` string, nullable, required — External CRM person identifier
  - `crmIdentifier` string, nullable, required — External CRM identifier (unified field)
  - `crmLink` string, nullable, required — URL to contact in external CRM
  - `crm` 'microsoft_dynamics' | 'hubspot' | 'pipedrive' | 'salesforce' | 'sellsy' | 'zoho' | 'null', nullable, required — CRM provider
  - `accountId` number, nullable, required — Associated account ID
  - `createdOn` string, nullable, required — Creation timestamp
  - `modifiedOn` string, nullable, required — Last modification timestamp

## Other responses

- `404` — Contact not found

---

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