Skip to main content
POST
/
api
/
auth
/
reset-password
Reset password using token
curl --request POST \
  --url https://api.tedro.io/api/auth/reset-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>",
  "newPassword": "<string>"
}
'
{
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://docs.tedro.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Better Auth reset-password payload (consumes token from email)

token
string
required
Minimum string length: 1
newPassword
string
required
Minimum string length: 8

Response

Password reset succeeded

Better Auth generic success response (forget-password, reset-password)

status
enum<string>
required
Available options:
ok