cURL
curl --request POST \ --url https://api.example.com/api/auth/reset_password/{token} \ --header 'Content-Type: application/json' \ --data ' { "password": "new-password" } '
Documentation IndexFetch the complete documentation index at: https://docs.bigcapital.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.bigcapital.app/llms.txt
Use this file to discover all available pages before exploring further.
Reset password token from email link
New password
"new-password"
Password reset successfully.