cURL
curl --request POST \ --url https://sandbox.finhub.cloud/api/v2/auth/changePassword \ --header 'Content-Type: application/json' \ --header 'X-Forwarded-For: <x-forwarded-for>' \ --data '{ "email": "<string>", "password": "<string>", "newPassword": "<string>", "matchingNewPassword": "<string>" }'
"<string>"
Change user password
Forwarded client IP address
Client user agent information
Tenant identifier for multi-tenant operations
Password change details
The body is of type object.
object
Password changed successfully
The response is of type string.
string