Resetpassword

Reset Password

post
Header parameters
Content-TypestringOptional

Content Type

Example: application/json
Body
objectOptionalExample: {"token":"<token>","password":"<password>"}
Responses
200
Successful response
application/json
post
POST /V2/auth/resetpassword HTTP/1.1
Host: beta.magento.pixiedia.com
Content-Type: application/json
Accept: */*
Content-Length: 43

{
  "token": "<token>",
  "password": "<password>"
}
200

Successful response

No content