---
title: "Create a Carrier Contact"
method: POST
path: "/public/v3/CarrierContacts"
tags: ["CarrierContacts"]
---

# Create a Carrier Contact

`POST /public/v3/CarrierContacts`

Create a new carrier contact within the specified account.

## Headers

- `x-tive-account-id` integer, required

## Request body

- CarrierContactRequest
  - `carrierId` string, uuid, required — The ID of the carrier the contact should be associated with.
  - `firstName` string, required — The first name of your carrier contact.
  - `lastName` string, nullable — The last name of your carrier contact.
  - `email` string, nullable — The email address of your carrier contact.
  - `phoneNumber` string, nullable — The phone number of your carrier contact.
  - `language` string, nullable — The language to use for notifications. Valid languages are `en-US`, `es-ES`.

## Response `201`

The created carrier contact id

- string, uuid

## Other responses

- `400` — The requested carrier contact cannot be created
- `401` — Unauthorized

---

[API](https://skmtc.net/tive/apis/tive-public-api.md) · [All operations](https://skmtc.net/tive/apis/tive-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tive/tive-public-api/revisions/9a8d869e3cdc/schema)
