---
title: "List catch-alls"
method: GET
path: "/api/mail/v1/orders/{orderId}/catchalls"
tags: ["Mail: Catchalls"]
---

# List catch-alls

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

Retrieve a paginated list of catch-alls 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` MailV1CatchallsCatchallResource[] — Array of [`Mail.V1.Catchalls.CatchallResource`](#model/mailv1catchallscatchallresource)
    - `id` string — Unique catch-all identifier
    - `mailbox` MailV1CatchallsCatchallMailboxResource
      - `id` string — Mailbox resource ID
      - `address` string
    - `domain` string — Domain whose unrouted messages are caught
    - `is_active` boolean — Whether the catch-all is active
    - `is_confirmed` boolean — Whether the mailbox address has confirmed the catch-all
    - `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)
