---
title: "List Support Addresses"
method: GET
path: "/api/v2/recipient_addresses"
tags: ["Support Addresses"]
---

# List Support Addresses

`GET /api/v2/recipient_addresses`

Lists all the support addresses for the account.

#### Pagination

- Cursor pagination (recommended)
- Offset pagination

See [Pagination](/api-reference/introduction/pagination/).

Returns a maximum of 100 records per page.

#### Allowed For

* Admins
* Agents

## Query parameters

- `page[before]` string
- `page[after]` string
- `page[size]` integer

## Response `200`

Success response

- SupportAddressesResponse
  - `recipient_addresses` SupportAddressObject[]
    - `brand_id` integer — The ID of the [brand](/api-reference/ticketing/account-configuration/brands/)
    - `cname_status` 'unknown' | 'verified' | 'failed' — Whether all of the required CNAME records are set. Possible values: "unknown", "verified", "failed"
    - `created_at` string, date-time — When the address was created
    - `default` boolean — Whether the address is the account's default support address
    - `dns_results` 'verified' | 'failed' — Verification statuses for the domain and CNAME records. Possible types: "verified", "failed"
    - `domain_verification_code` string — Verification string to be added as a TXT record to the domain. Possible types: string or null.
    - `domain_verification_status` 'unknown' | 'verified' | 'failed' — Whether the domain verification record is valid. Possible values: "unknown", "verified", "failed"
    - `email` string, required — The email address. You can't change the email address of an existing support address.
    - `forwarding_status` 'unknown' | 'waiting' | 'verified' | 'failed' — Status of email forwarding. Possible values: "unknown", "waiting", "verified", or "failed"
    - `id` integer — Automatically assigned when created
    - `name` string — The name for the address
    - `spf_status` 'unknown' | 'verified' | 'failed' — Whether the SPF record is set up correctly. Possible values: "unknown", "verified", "failed"
    - `updated_at` string, date-time — When the address was updated

## Changes

> 29 revisions in range; 1 not diffed.

- **2025-06-12** `edbf399da815` — 3 info
  - added the new optional `query` request parameter `page[after]`
  - added the new optional `query` request parameter `page[before]`
  - added the new optional `query` request parameter `page[size]`

[Change history](https://skmtc.dev/botbrains-io/apis/support-api/changes/api/v2/recipient_addresses/get.md)

---

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