Reset Password
Use this request to reset the password for the marketplace.
To reset the password settings for the email, use a POST method and the following URL:
{service_uri}/marketplace/v1/marketplaces/credentials/{email}/reset_password
where:
{service_uri}
is the service's URI.{email}
is the email address that you use to access the UI.
For example:
$ curl \
-H "x-marketplace-token: ms_{ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-X DELETE \
--data '{JSON}' \
https://sellers-api.sandbox.marketplace.taxamo.com/marketplace/v1/marketplaces/settings/1970-01-01/countries.FR
where:
{ACCESS_TOKEN}
is your access token used for authentication.{JSON}
is the body of the request where you specify the seller's details.
Details
API Component Type | API Component |
---|---|
Endpoint | /v1/marketplaces/credentials/{email}/reset_password |
Method | POST |
API Reference Document | Reset Password |
Path Parameters
Parameter | Description |
---|---|
email | Specify the email address that you use to access the UI. |
Response
A 200 response code indicates that the password is reset.
Updated 4 months ago