Skip to main content
PUT
/
account
/
email
Update Email Address
curl --request PUT \
  --url https://panel.arqonara.com/api/client/account/email \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "password": "<string>"
}
'
Mengubah alamat email yang terdaftar pada akun. Anda wajib menyertakan password akun saat ini untuk mengonfirmasi perubahan email.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string
required
password
string
required

Response

201

Updated