---
title: "Change sender settings"
method: PUT
path: "/api/v2/sender/settings"
tags: ["Sender Settings"]
---

# Change sender settings

`PUT /api/v2/sender/settings`

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Overview/updateSenderSetting" target="_blank">Try in sandbox</a><br>

## Request body

- object
  - `value` string, required — Available phone number in international E.164 format or senderid.
  - `country` string, required — Country for which the setting will be set.
  - `chatId` integer — Set sender setting for specified chat only.

## Response `204`

Sender settings have been updated with success.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized request.
- `404` — Request data not found.

---

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