cURL
curl --request POST \ --url https://sandbox.finhub.cloud/api/v2/password/reset \ --header 'Content-Type: application/json' \ --header 'X-Forwarded-For: <x-forwarded-for>' \ --header 'activityId: <activityid>' \ --header 'sessionId: <sessionid>' \ --data '{ "password": "<string>", "email": "<string>", "matchingPassword": "<string>" }'
{ "code": 200, "message": "Success", "redirectUrl": "<string>", "sessionId": "<string>", "data": "<any>" }
Reset a user password
1
Forwarded client IP address
Client user agent information
Tenant identifier for multi-tenant operations
OK
Standard response wrapper for all API responses