---
title: "Retrieve the email addresses for a business"
method: GET
path: "/businesses/{id}/email_addresses"
tags: ["Email addresses"]
---

# Retrieve the email addresses for a business

`GET /businesses/{id}/email_addresses`

## Path parameters

- `id` string, required

## Response `200`

The email addresses belonging to the business

- object
  - `email_addresses` EmailAddress[], required — The business's email addresses
    - `id` string, required — The ID of the email address
    - `email_address` string, required — The email address
    - `display_name` string, required — The display name of the email address
    - `reply_to` string, nullable, required — The reply-to address
    - `business` string, nullable, required — The business associated with this email address
    - `one_off` boolean, required — Whether the email address is one-off
    - `custom_domain` string, nullable, required — The custom domain associated with this email address

---

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