---
title: "Get Senders List"
method: GET
path: "/senders"
tags: ["UserApi"]
---

# Get Senders List

`GET /senders`

Retrieves a list of senders associated with the account, allowing for management and selection of sender profiles during shipment creation.

## Response `200`

OK

- ClientApiSendersResultDto
  - `status` 'OK' | 'Error' | 'ValidationFailed' — 0 = OK, 1 = Error, 2 = ValidationFailed
  - `validations` ClientAPIValidation[], nullable
    - `code` integer
    - `message` string, nullable
    - `params` object, nullable
  - `error` ClientAPIError
    - `code` integer
    - `message` string, nullable
    - `stackTrace` string, nullable
    - `innerException` ClientAPIError — recursive
    - `validations` ClientAPIValidation[], nullable
      - `code` integer
      - `message` string, nullable
      - `params` object, nullable
    - `messageParams` string[], nullable
    - `payload` JToken[]
  - `data` APISender[], nullable
    - `name` string, nullable — Person or business name (max 35 characters)
    - `countryCode` string, nullable — Country code in ISO format (max 3 characters)
    - `zipcode` string, nullable — Postal code (max 10 characters)
    - `city` string, nullable — City name (max 35 characters)
    - `streetAndNumber` string, nullable — Street and street number (max 70 characters)
    - `telephone` string, nullable — Telephone (max 30 characters)
    - `fax` string, nullable — Fax (max 30 characters)
    - `notifyGSM` string, nullable — Mobile number for notifications (max 35 characters)
    - `notifyEmail` string, nullable — Email for sending notifications (max 70 characters)
    - `senderID` integer, nullable
  - `traceID` string, nullable

---

[API](https://skmtc.dev/expressone/apis/client-api.md) · [All operations](https://skmtc.dev/expressone/apis/client-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expressone/client-api/revisions/2acf7e4a5080/schema)
