Skip to main content
POST
/
api
/
v2
/
dfy-email-account-orders
/
domains
/
pre-warmed-up-list
Get pre-warmed up domains
curl --request POST \
  --url https://api.instantly.ai/api/v2/dfy-email-account-orders/domains/pre-warmed-up-list \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "extensions": [
    "com",
    "org",
    "co"
  ],
  "search": "acme.com"
}
'
{
  "domains": [
    "acme.com"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

This endpoint does not require any parameters in the request body.

This endpoint does not require any parameters in the request body.

extensions
enum<string>[]

A list of domain extensions to filter the results by. If not provided, all available extensions will be returned.

Available options:
com,
org,
co

A search string to filter the domains by. This can be a partial or full domain name.

Example:

"acme.com"

Response

Default Response

domains
string[]

List of pre-warmed up domains available for order