Skip to main content
GET
/
domains
cURL
curl --request GET \
  --url https://www.atom.com/api/marketplace/domains
[
  {
    "name": "<string>",
    "tag": "<string>"
  }
]
Get a list of all domains listed under your account. Pass the type parameter if you want to filter by type of listing (e.g. Premium, Standard, Geo)

Query Parameters

api_token
string
required

API Key to get the details.

user_id
integer
required

UserId of the API Token.

type
enum<string>

Domain Type (standard, premium or geo)

Available options:
standard,
premium,
geo
page
integer

Page number

limit
integer

Number of domains to return

Response

200 - application/json

Successful operation

name
string
required

Example Value

tag
string

Model