---
title: "Reply-To addresses available to the caller"
method: GET
path: "/Communications/ReplyAddresses"
tags: ["Communications"]
---

# Reply-To addresses available to the caller

`GET /Communications/ReplyAddresses`

**Requires permission:** *CommunicationAdmin*

The options the composer's Reply-To picker offers: the default no-reply mailbox, the caller's own address, and any address an admin has granted them. The send endpoint enforces the same list, so this is a convenience rather than the gate.

## Response `200`

Success

- GetReplyAddressesResponse
  - `options` GetReplyAddressesReplyAddressOption[]
    - `address` string, nullable
    - `label` string
    - `description` string, nullable
    - `kind` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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