---
title: "Check domains availability"
method: POST
path: "/api/v2/dfy-email-account-orders/domains/check"
tags: ["DFYEmailAccountOrder"]
---

# Check domains availability

`POST /api/v2/dfy-email-account-orders/domains/check`

This endpoint will check the availability of the provided domains.. It will return a list of domains with their availability status.

. The only supported extensions (tlds) are: .com, .org.

. Domains containing trademarks of well-known companies are restricted and cannot be ordered.

. Please do not abuse this endpoint and do not use it for anything other than checking availability before ordering a domain.. This request has a rate limit of 30 request per minute, or 900 requests per hour.


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

## Request body

- object
  - `domains` string[], required — List of domains to check

## Response `200`

Default Response

- object
  - `results` object[] — List of domains with their availability status
    - `domain` string — The domain name
    - `available` boolean — Whether the domain is available or not
    - `unavailable_reason` 'restricted' — Present when a domain is unavailable because it is restricted
    - `restricted_keyword` string — The restricted keyword matched when `unavailable_reason` is `restricted`

## 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)
