---
title: "Update contact details"
method: PUT
path: "/contacts/{contact_id}"
tags: ["SMS Broadcast"]
---

# Update contact details

`PUT /contacts/{contact_id}`

Update the phone number and name of an existing contact

## Path parameters

- `contact_id` integer, required

## Request body

- UpdateContact
  - `contact_name` string — Updated name of the contact. Type: string.
  - `phone_number` string — Phone number as a string of digits. Typically 10 digits for US numbers.
  - `country_code` string — Updated country code for the phone number (must be +1). Type: string.
  - `status` 'active' | 'inactive' | 'deleted' — Updated status of the contact. Type: enum (string); Allowed values: active, inactive, deleted.

## Response `200`

Contact updated successfully

- UpdateContactResponse
  - `status` string — Status of the operation. Type: string.
  - `message` string — SMS message body. String. Max length set by carrier (typically 160 chars for single-segment, up to 1600 for concatenated).
  - `error` string — Error message if operation failed. Type: string.

## Other responses

- `default` — Unexpected error

---

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