Skip to main content
POST
/
api
/
v1
/
auth
/
reset-password
Reset password
curl --request POST \
  --url https://api.callaro.ai/api/v1/auth/reset-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "password": "<string>",
  "reset_password_token": "<string>",
  "token": "<string>",
  "password_confirmation": "<string>"
}
'
{
  "data": {},
  "message": "<string>",
  "meta": {},
  "request_id": "<string>"
}

Body

application/json
password
string
required
reset_password_token
string | null
token
string | null
password_confirmation
string | null

Response

Password updated

data
object
message
string | null
meta
object
request_id
string | null