---
title: "Generate similar available domains"
method: POST
path: "/api/v2/dfy-email-account-orders/domains/similar"
tags: ["DFYEmailAccountOrder"]
---

# Generate similar available domains

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

This endpoint will generate a list of similar AND available domains based on the provided domain.. It will return a maximum number of 67 suggestions per extension (tld) requested.. All the returned domains will be available for order.. Domains containing trademarks of well-known companies are restricted and cannot be ordered.


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

## Request body

- object
  - `domain` string, required — The domain to base the suggestions on
  - `tlds` string[] — The extensions (tlds) to use for generating similar domains. By default, we will use com and org.

## Response `200`

Default Response

- object
  - `domains` string[] — List of similar and available domains

## Other responses

- `400` — Default Response
- `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)
