---
title: "List dfy email account order"
method: GET
path: "/api/v2/dfy-email-account-orders"
tags: ["DFYEmailAccountOrder"]
---

# List dfy email account order

`GET /api/v2/dfy-email-account-orders`

Requires one of the following scopes: `dfy_email_account_orders:read`, `dfy_email_account_orders:all`, `all:read`, `all:all`

## Query parameters

- `limit` integer
- `starting_after` string

## Response `200`

The list of DFY Email Account Order

- object
  - `items` DFYEmailAccountOrder[], required — The list of DFY Email Account Order
    - `workspace_id` string, required — ID of the workspace associated with the email account order
    - `domain` string, required — Domain of the email account
    - `forwarding_domain` string, nullable — Forwarding domain for the email account, if any
    - `is_pre_warmed_up` boolean, nullable — Indicates if the account is pre-warmed up
    - `timestamp_cancelled` string, date-time, nullable — Timestamp when the order was cancelled, if applicable
    - `timestamp_created` string, date-time, required — Timestamp when the order was created
  - `next_starting_after` string — The filter for getting the next items after this one, this could either be a UUID, a timestamp, on an email depending on the specific API

## Other responses

- `401` — This request is unauthorized (either the Authorization header is missing or invalid, or the API key has been revoked)
- `402` — This request cannot be fulfilled because the workspace does not have an active paid plan
- `404` — The requested resource was not found
- `429` — You have exceeded the rate limit. Please check the rate limit docs for more information.

---

[API](https://skmtc.net/instantly/apis/api-explorer.md) · [All operations](https://skmtc.net/instantly/apis/api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instantly/api-explorer/versions/378d1e253fe7/schema)
