Skip to main content
POST
/
auth
/
reset-password
Reset Password
curl --request POST \
  --url https://api.sunbird.ai/auth/reset-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>",
  "new_password": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
token
string
required
new_password
string
required

Response

Successful Response