---
title: "Returns contact"
method: GET
path: "/v1/phone_book/contacts/{id}"
tags: ["phone_book"]
---

# Returns contact

`GET /v1/phone_book/contacts/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- ContactResponse
  - `title` string — title
  - `firstName` string — first name
  - `lastName` string — last name
  - `nickname` string — nickname
  - `mobile` string — mobile phone number
  - `landline` string — landline phone number
  - `fax` string — fax number
  - `emailAddress` string — email address
  - `birthday` string — birthday
  - `homepage` string — homepage
  - `instantMessenger` string — instant messenger user
  - `skype` string — skype name
  - `remarks` string — custom remarks
  - `street` string — street
  - `zipCode` string — zip code
  - `city` string — city
  - `country` string — country
  - `company` string — company name
  - `department` string — department
  - `bureau` string — bureau
  - `jobTitle` string — job title
  - `remoteSmsEnabled` boolean — remote SMS enabled?
  - `whatsapp` string — whatsapp recipient
  - `id` integer — contact id
  - `age` integer — age
  - `numberOfContactGroups` integer — number of contact groups
  - `lastModified` string, date-time — last modified
  - `lastModifiedBy` string — last modified by
  - `origin` string — origin
  - `originDetails` string — origin details
  - `createdBy` string — created by
  - `created` string, date-time — created
  - `links` Link[] — links
    - `rel` string
    - `href` string

## Other responses

- `404` — Not found
- `500` — Internal server error

---

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