Skip to main content
GET
/
orders
cURL
curl --request GET \
  --url https://www.atom.com/api/marketplace/orders
[
  {
    "name": "<string>",
    "tag": "<string>"
  }
]

Query Parameters

api_token
string
required

Your API key

user_id
integer
required

Your Atom user ID

domain_name
string

Optional filter to return only orders for a specific domain (e.g., example.com)

Response

200 - application/json

Successful operation

name
string
required

Example Value

tag
string

Model