---
title: "Add a contact"
method: POST
path: "/v2/contact-lists/{contact_list_id}/contacts"
tags: ["Contact Lists"]
---

# Add a contact

`POST /v2/contact-lists/{contact_list_id}/contacts`

Adds a single contact to the list.

## Request body

- CreateContactRequest
  - `name` string, required
  - `phone_number` string
  - `phone_number_2` string
  - `phone_number_3` string
  - `contact_info` object

## Response `201`

Contact added.

- ContactResponse
  - `id` integer, required
  - `name` string, required
  - `phone_number` string
  - `phone_number_2` string
  - `phone_number_3` string
  - `contact_info` object — Arbitrary key-value metadata for the contact.
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `401` — Missing or invalid API key.
- `404` — The requested resource does not exist.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/openmicai/apis/openmic-v1-external-api.md) · [All operations](https://skmtc.net/openmicai/apis/openmic-v1-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openmicai/openmic-v1-external-api/revisions/58dc5cff0ca7/schema)
