---
title: "List Mail by Location"
method: GET
path: "/locations/{region_platform_public_id}/mail"
---

# List Mail by Location

`GET /locations/{region_platform_public_id}/mail`

Returns mail information received by the authorized legal entity in the specified region

Follow each returned `url` in order to download the mail content in PDF format

## Path parameters

- `region_platform_public_id` string, required

## Query parameters

- `start_date` string, date, nullable
- `end_date` string, date, nullable

## Response `200`

Successful Response

- PlatformMail[]
  - `id` string, required
  - `location_id` string, nullable
  - `type` 'registered-agent' | 'external-mail', required
  - `received` string, date, required
  - `sender` string, nullable
  - `file_url` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mosey/apis/mosey-api.md) · [All operations](https://skmtc.net/mosey/apis/mosey-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mosey/mosey-api/versions/2121b0e65643/schema)
