---
title: "Get a contact by ID"
method: GET
path: "/contacts/{contact_id}"
tags: ["Contact"]
---

# Get a contact by ID

`GET /contacts/{contact_id}`

Use this endpoint to retrieve a specific contact by ID.

## Path parameters

- `contact_id` integer, required

## Headers

- `x-oneflow-api-token` string, required
- `x-oneflow-user-email` string, email, required

## Response `200`

Returns the requested contact.

- object
  - `company_name` string, required
  - `company_registration_number` string, required
  - `country_code` string, required
  - `created_time` string, datetime, nullable, required
  - `date_of_birth` string, required
  - `email` string, email, required
  - `id` integer, required
  - `name` string, required
  - `notes` string, required
  - `phone_number` string, nullable, required
  - `title` string, required
  - `updated_time` string, datetime, nullable, required
  - `workspace_id` integer, required

## Other responses

- `400` — Invalid format or content of the request.
- `401` — The API token or the user email is invalid.
- `403` — The request is not authorized by the server.
- `404` — A required entity is missing.

---

[API](https://skmtc.net/oneflow/apis/public-api-for-oneflow.md) · [All operations](https://skmtc.net/oneflow/apis/public-api-for-oneflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneflow/public-api-for-oneflow/versions/0e73a45dec15/schema)
