---
title: "Update Numbers"
method: POST
path: "/v1/configuration/numbers"
tags: ["Applications"]
---

# Update Numbers

`POST /v1/configuration/numbers`

Assign a number or a list of numbers to an application.

## Request body

- UpdateNumbers
  - `numbers` string[] — The phone number or list of numbers in E.164 format.
  - `applicationkey` string — indicates the application where the number(s) will be assigned. If empty, the application key that is used to sign the request will be used.
  - `capability` 'voice' | 'sms' — Valid values are `voice` and `sms`

## Response `204`

A success response, or an [Error](https://developers.sinch.com/docs/voice/api-reference/errors/).

---

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