---
title: "Get sender details"
method: GET
path: "/v1/senders/{id}"
tags: ["Senders"]
---

# Get sender details

`GET /v1/senders/{id}`

## Response `200`

OK

- SenderResponseWrapperDto
  - `data` object
    - `id` string, uuid — Unique identifier of the sender
    - `account_id` string, uuid — Unique identifier of the account
    - `name` string — Name (unique identifier) of the sender
    - `code` string — User's company or brand name used as a sender identifier. Possible values: did - up to 15 digits string, consisting of numbers only, short code - from 5 to 6 digits string consisting of numbers only, alphanumeric - up to 11 digits string, combination of alphabetical and numerical characters
    - `channel` 'SMS' | 'VIBER' | 'WHATSAPP' — Channel for which the sender can be used for. Possible values: [SMS, VIBER, WHATSAPP] Note: Every channel can use only its own senders
    - `type` 'Local' | 'Mobile' | 'Toll-free' | 'Alphanumeric' | 'Short-code' — Type of the sender. Enumeration values [Local, Mobile, Toll-free, Alphanumeric, Short-code]
    - `status` 'Pending' | 'Available' | 'Rejected' | 'Canceled' — Status of the sender. Enumeration values [Pending, Available, Rejected, Canceled]
    - `country` string — ISO country code of the sender
    - `countries` string[]
    - `monthly_cost` string — Monthly cost of the sender
    - `setup_cost` string — Setup cost of the number
    - `create_date` string, date-time — Creation date of the sender in UTC, formatted as yyyy-mm-dd hh:mm:ss
    - `update_date` string, date-time — Update date of the sender in UTC, formatted as yyyy-mm-dd hh:mm:ss
    - `sample_message` unknown
    - `links` object
      - `self` string — URL of the requested resource
      - `account` string — URL of the account

## Other responses

- `404` — **Not Found:** Code Message 1402 Sender not found

---

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