---
title: "Get order plan"
method: GET
path: "/api/mail/v1/orders/{orderId}/plan"
tags: ["Mail: Orders"]
---

# Get order plan

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

Retrieve the plan the given mail order was purchased with, including
domain-level and mailbox-level quotas, limits, and protocol
availability.

## Path parameters

- `orderId` string, required

## Response `200`

Success response

- MailV1OrdersPlanResource
  - `name` string — Machine name of the plan
  - `title` string — Human-readable plan title
  - `domain` MailV1OrdersPlanDomainResource
    - `mailbox_quota` integer — Maximum number of mailboxes per domain
    - `forwarder_quota` integer — Maximum number of forwarders per domain
    - `alias_quota` integer — Maximum number of aliases per domain
    - `is_catchall_enabled` boolean — Whether catch-all mailboxes are available
    - `is_imap_enabled` boolean — Whether IMAP access is available
    - `is_pop3_enabled` boolean — Whether POP3 access is available
  - `mailbox` MailV1OrdersPlanMailboxResource
    - `storage_quota` integer — Storage quota per mailbox in megabytes
    - `messages_quota` integer — Maximum number of stored messages per mailbox
    - `forwarder_quota` integer — Maximum number of forwarders per mailbox
    - `alias_quota` integer — Maximum number of aliases per mailbox
    - `max_outbound_message_size` integer — Maximum outbound message size in bytes
    - `max_outbound_attachment_size` integer — Maximum outbound attachment size in bytes
    - `max_outbound_recipient_limit` integer — Maximum number of recipients per outbound message
    - `rate_limit_inbound` string — Inbound message rate limit as `messages/seconds`
    - `rate_limit_outbound` string — Outbound message rate limit as `messages/seconds`

## Other responses

- `401` — Unauthenticated response
- `404` — 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)
