---
title: "List forwarders"
method: GET
path: "/api/mail/v1/orders/{orderId}/forwarders"
tags: ["Mail: Forwarders"]
---

# List forwarders

`GET /api/mail/v1/orders/{orderId}/forwarders`

Retrieve a paginated list of forwarders across all mailboxes of a
mail order.

## Path parameters

- `orderId` string, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Success response

- object
  - `data` MailV1ForwardersForwarderResource[] — Array of [`Mail.V1.Forwarders.ForwarderResource`](#model/mailv1forwardersforwarderresource)
    - `id` string — Unique forwarder identifier
    - `mailbox` MailV1ForwardersForwarderMailboxResource
      - `id` string — Mailbox resource ID
      - `address` string
    - `destination` string — Email address the messages are forwarded to
    - `is_keep_copy_enabled` boolean — Whether a copy of forwarded messages is kept in the mailbox
    - `is_active` boolean — Whether the forwarder is active
    - `is_confirmed` boolean — Whether the destination address has confirmed the forwarding
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `meta` CommonSchemaPaginationMetaSchema
    - `current_page` integer
    - `per_page` integer
    - `total` integer

## Other responses

- `401` — Unauthenticated response
- `404` — Error response
- `422` — Error response
- `500` — Error response

---

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