get https://app.ecwid.com/api/v3//domains/search?keyword=
Search Ecwid Instant Site domains available to buy.
Access scopes
Requires the following access scope: buy_domains
Path params
Param | Type | Description |
---|---|---|
storeId | number | Ecwid store ID. |
Query params
The keyword
params is required.
Param | Type | Description |
---|---|---|
keyword | string | Search term for the domain name. |
Headers
The Authorization header with a secret access token is required.
Header | Format | Description |
---|---|---|
Authorization | Bearer secret_ab***cd | Access token of the application. |
Response
A JSON array with the following fields:
Field | Type | Description |
---|---|---|
keyword | string | Keyword used for search request |
domains | Object domains | Domains found by keyword |
domains
Field | Type | Description |
---|---|---|
name | string | Domain name, e.g. "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" |