---
title: "Create a candidate phone"
method: POST
path: "/candidates/{candidate_id}/phones"
tags: ["Candidates"]
---

# Create a candidate phone

`POST /candidates/{candidate_id}/phones`

## Path parameters

- `candidate_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/versions/dedbbade450d/schema)
