---
title: "Create a contact phone"
method: POST
path: "/contacts/{contact_id}/phones"
tags: ["Contacts"]
---

# Create a contact phone

`POST /contacts/{contact_id}/phones`

## Path parameters

- `contact_id` number, required

## Request body

- object
  - `number` string, required — This number MUST begin with the country code. It will not be parsed correctly otherwise.
  - `extension` string
  - `type` string, required — One of `mobile`, `home`, `work`, `fax`, `main`, or `other`.

## Response `201`

Created

---

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