---
title: "Get current sender settings"
method: GET
path: "/api/v2/sender/settings/normalized"
tags: ["Sender Settings"]
---

# Get current sender settings

`GET /api/v2/sender/settings/normalized`

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

## Query parameters

- `country` string

## Response `200`

Sender settings returned with success.

- GetSenderSettingsResponse
  - `user` SenderSettingsItem[], required
    - `country` string, required — The 2-letter ISO country code of the recipient's phone number.
    - `phone` string, required — Phone enabled for sending to a specified country.
  - `special` SenderSettingsItem[], required
    - `country` string, required — The 2-letter ISO country code of the recipient's phone number.
    - `phone` string, required — Phone enabled for sending to a specified country.
  - `other` SenderSettingsItem[], required
    - `country` string, required — The 2-letter ISO country code of the recipient's phone number.
    - `phone` string, required — Phone enabled for sending to a specified country.

## Other responses

- `401` — Unauthorized request.

---

[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)
