---
title: "POST /api/integrations/v1/contacts"
method: POST
path: "/api/integrations/v1/contacts"
tags: ["IntegrationContacts"]
---

# POST /api/integrations/v1/contacts

`POST /api/integrations/v1/contacts`

## Request body

- CreateContactRequest
  - `first_name` string, required
  - `last_name` string, required
  - `email` string, required
  - `phone_mobile` string
  - `phone_home` string
  - `phone_work` string
  - `notes` string
  - `company_name` string
  - `assigned_to_user_id` string, uuid

## Response `200`

OK

- object

---

[API](https://skmtc.net/practicepanther/apis/legacy-api-v1.md) · [All operations](https://skmtc.net/practicepanther/apis/legacy-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/practicepanther/legacy-api-v1/revisions/a444c5b1e78b/schema)
