---
title: "Get Contact"
method: GET
path: "/api/v1/contacts/{id}"
tags: ["Contacts"]
---

# Get Contact

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

## Path parameters

- `id` string, required

## Response `200`

Contact details

- ContactResponse
  - `status` string
  - `data` Contact
    - `id` integer
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `first_name` string
    - `last_name` string
    - `email` string, email
    - `type` string
    - `availability_status` string
    - `avatar_url` string, nullable
    - `phone_number` string, nullable
    - `phone_number_country_code` string, nullable
    - `custom_attributes` object, nullable
    - `enabled` boolean
    - `last_active_at` string, date-time, nullable
    - `last_login_at` string, date-time, nullable
    - `roles` string[], nullable
    - `permissions` string[], nullable
    - `teams` object[]
    - `api_key` string, nullable
    - `api_key_last_used_at` string, date-time, nullable

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

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