Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://dev.plugtopay.com/api/v1/auth/reset-password \ --header 'Content-Type: application/json' \ --data ' { "token": "abc123...", "password": "newpassword123", "password_confirmation": "newpassword123" } '
{ "message": "Password reset successfully." }
Define uma nova senha usando o token de reset.
"abc123..."
"newpassword123"
Senha redefinida.
"Password reset successfully."