POST
/
api
/
v2
/
auth
/
changePassword
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>"

Headers

X-Forwarded-For
string
required

Forwarded client IP address

User-Agent
string

Client user agent information

X-Tenant-ID
string

Tenant identifier for multi-tenant operations

Body

application/json

Password change details

The body is of type object.

Response

200
application/json

Password changed successfully

The response is of type string.