Search domains for purchase
GET
https://app.ecwid.com/api/v3/{storeId}domains/search?keyword={keyword}
Path params
All path params are required.
storeId
number
Ecwid store ID.
Query params
Request works with one required query param.
keyword
boolean
Search term for the domain name. Required
Headers
The Authorization header is required.
Authorization
Bearer secret_ab***cd
Access token of the application.
Response JSON
A JSON object with the following fields:
keyword
string
Keyword used for the search request.
domains
name
string
Domain name, for example. "mysuperstore.info"
or "mysuperstore.com"
status
string
Status of domain. Possible values: "available"
if domain is available to buy, "taken"
otherwise
price
number
Domain price.
currency
string
Currency used to buy domain, e.g. "USD"
priceFormatted
string
Domain price in a string format, including price and currency, e.g. "$100.00"
Last updated
Was this helpful?