---
title: "Create contact"
method: POST
path: "/v1/contacts"
tags: ["contacts"]
---

# Create contact

`POST /v1/contacts`

## Headers

- `authorization` string, required

## Request body

- Model59
  - `name` string — Full Name of contact
  - `phone` string — Phone number of the contact
  - `mobile` string — Mobile number of the contact
  - `email` string — Email of contact
  - `jobTitle` string — Job Title of the contact
  - `list` number[] — ID of Labels the contact has to be added into ?
  - `contact_type` 'contact' | 'employee' — Type of contact

## Response `200`

Successful

---

[API](https://skmtc.net/surveysparrow/apis/api-documentation.md) · [All operations](https://skmtc.net/surveysparrow/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/surveysparrow/api-documentation/versions/f9da74f558da/schema)
