Skip to main content
POST
/
auth
/
reset
Reset password
curl --request POST \
  --url https://api.fluxer.app/v1/auth/reset \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>",
  "password": "<string>"
}
'
{
  "token": "<string>",
  "user_id": "<string>"
}

Body

application/json
token
string
required

Password reset token from email

password
string
required
Required string length: 8 - 256

Response

Success

token
string
required

Authentication token for API requests

user_id
string
required

ID of the authenticated user