Reset domain password

POST https://app.ecwid.com/api/v3/{storeId}/domains/reset_domain_password?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

Some query params are required.

Param
Type
Description

domain_name

string

Domain name. Value matches domainName field with /domains/purchase and purchasedDomains["name"] field in /profile/domains. Required

send_to

string

Indicates the contact to which the password is to be reset.

One of: owner,admin.

sub_user

string

1 if password should be sent to the sub-user of the domain, 0 otherwise.

Headers

The Authorization header is required.

Header
Format
Description

Authorization

Bearer secret_ab***cd

Access token of the application.

Last updated

Was this helpful?