---
title: "Retrieve details about a contact"
method: GET
path: "/contacts/my/{id}"
---

# Retrieve details about a contact

`GET /contacts/my/{id}`

Get the details of a specific contact providing the contact’s id.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

200

- object
  - `id` string
  - `firstName` string
  - `lastName` string
  - `mobile` string
  - `country` string
  - `vip` boolean
  - `groups` string[]
  - `blacklistedServices` object[]
  - `labels` object[]

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/versions/5cef04e8f7d8/schema)
