Skip to main content
PUT
Update profile password

Authorizations

api_access_token
string
header
required

API access token authentication

Body

application/json
current_password
string
required

Current user password for verification

Example:

"currentPassword123"

new_password
string
required

New password (minimum 8 characters)

Minimum string length: 8
Example:

"newPassword123"

Response

Password updated successfully

success
boolean
Example:

true

data
object

Empty object indicating successful operation

Example:
meta
object
message
string

Success message

Example:

"Password updated successfully"