Send domain verification email
POST
https://app.ecwid.com/api/v3/{storeId}/domains/send_domain_verification_email?domain_name={domain_name}
Required access scopes
Your app must have the following access scopes to make this request: buy_domains
Path params
All path params are required.
Param
Type
Description
storeId
number
Ecwid store ID.
Query params
Request works with one required query param.
Param
Type
Description
domain_name
string
Domain name. Value matches domainName
field with /domains/purchase
and purchasedDomains["name"]
field in /profile/domains
.
Required
Headers
The Authorization header is required.
Header
Format
Description
Authorization
Bearer secret_ab***cd
Access token of the application.
Last updated
Was this helpful?