Skip to main content
POST
/
v1
/
account
/
{accountId}
/
reset-password
Reset account password
curl --request POST \
  --url https://{base_url}/v1/account/{accountId}/reset-password \
  --header 'Content-Type: application/json' \
  --data '"<unknown>"'
{
  "new_password": "<string>"
}

Path Parameters

accountId
string
required

The ID of the account to reset the password

Body

application/json

No body required for this operation

Nothing

Response

200 - application/json

The account details

new_password
string
required