Skip to main content
PUT
Update profile password

Autorizações

api_access_token
string
header
obrigatório

API access token authentication

Corpo

application/json
current_password
string
obrigatório

Current user password for verification

Exemplo:

"currentPassword123"

new_password
string
obrigatório

New password (minimum 8 characters)

Minimum string length: 8
Exemplo:

"newPassword123"

Resposta

Password updated successfully

success
boolean
Exemplo:

true

data
object

Empty object indicating successful operation

Exemplo:
meta
object
message
string

Success message

Exemplo:

"Password updated successfully"