Skip to main content
POST
/
reset-password
cURL
curl --request POST \
  --url https://gateway.architect.exchange/api/reset-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "new_password": "<string>",
  "password_reset_code": "<string>",
  "username": "<string>"
}
'
{}

Body

application/json
new_password
string
required
password_reset_code
string
required
username
string
required

Response

Password reset successfully

The response is of type object.