Skip to main content
POST
/
auth
/
link-password
Link Password Authentication
curl --request POST \
  --url http://localhost:3000/api/auth/link-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "password": "<string>"
}
'
{
  "success": true,
  "message": "<string>"
}

Body

application/json
password
string<password>
required

The password to link to the account

Response

Password authentication added successfully

success
boolean
message
string