---
title: "Update contact"
method: PATCH
path: "/api/v1/contacts/contact/{contactId}"
tags: ["Contacts"]
---

# Update contact

`PATCH /api/v1/contacts/contact/{contactId}`

This API endpoint updates the contact property(s).

## Path parameters

- `contactId` string, required

## Request body

- UpdateContactDto
  - `properties` PropertyItem[], required — contact property you want to update
    - `property` string, required
    - `value` string, required
  - `listRelations` string[] — Array of list ids

## Response `200`

Entity given

- ContactModel
  - `_id` ObjectId, required
  - `owner` ObjectId, required
  - `source` string, required
  - `properties` object, required
  - `deleted` boolean, required
  - `workspaceId` number, required
  - `search` ObjectId, required
  - `listRelations` string[], required
  - `companyRelations` CompanyRelation[], required
    - `email` Email
      - `status` 'valid' | 'not found' | 'not checked', required
      - `value` string
      - `lastCheckedAt` string
    - `position` string, required
    - `company` Company, required
      - `getProspectId` string, required
      - `domain` string
      - `name` string
  - `insightId` ObjectId, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `linkedin` ContactLinkedin[], required
    - `id` string, required
    - `type` 'common' | 'sales', required
  - `linkedinId` string

## Other responses

- `400` — Bad model
- `401` — Unauthorized user
- `404` — Entity not found

---

[API](https://skmtc.net/getprospect/apis/calls.md) · [All operations](https://skmtc.net/getprospect/apis/calls/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getprospect/calls/revisions/5211a12644da/schema)
