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

Your Seller API key

user_id
integer
required

Your Atom user ID

type
enum<string>

Filter by listing type (standard, premium, or geo)

Available options:
standard,
premium,
geo
page
integer<int32>

Page number

limit
integer<int32>

Number of domains to return

Response

200 - application/json

Successful operation

name
string
required

Example Value

tag
string

Model