Authentication
Change password
Change the authenticated user's password.
put/v1/authentication/change-password
Request body
Example request
{
"email": "user@example.com",
"password": "X3$_!456aTa",
"new_password": "X3$_!456aT"
}Response
Password changed
Example response
{
"status": 200,
"data": {
"email": "user@example.com"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.