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

# Create a contact

`POST /contacts`

Creates a new client contact

## Request body

- object
  - `client_id` integer, required
  - `first_name` string, required
  - `last_name` string
  - `email` string, email, required
  - `phone` string

## Response `200`

Successful response

- Contact — Client contact resource
  - `id` integer
  - `team_id` integer
  - `client_id` integer
  - `title` string, nullable
  - `first_name` string
  - `last_name` string
  - `email` string, email
  - `phone` string, nullable

## Other responses

- `401` — Unauthenticated
- `422` — Validation error

---

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