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

# Get available sender settings

`GET /api/v2/sources`

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Overview/getAvailableSenderSettingOptions" target="_blank">Try in sandbox</a><br>Get all available sender setting options which can be used in the "from" parameter of the POST messages method.

## Query parameters

- `country` string

## Response `200`

Available sender setting options returned with success.

- GetAvailableSenderSettingOptionsResponse
  - `dedicated` string[], required — Array of dedicated number strings.
  - `user` string[], required — Array of verified account phone numbers (currently only one).
  - `shared` string[], required — Array of shared number strings.
  - `senderIds` string[], required — Array of alphanumeric sender IDs.
  - `userCarrierTwilio` string[], required — Array of alphanumeric sender IDs.
  - `userCarrierVonage` string[], required — Array of alphanumeric sender IDs.
  - `userCarrierSinch` string[], required — Array of alphanumeric sender IDs.
  - `uCarrierBandwidth` string[] — Array of alphanumeric sender IDs.
  - `ucTwilioSenderId` string[] — Array of alphanumeric sender IDs.

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