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/forgot-password \ --header 'Content-Type: application/json' \ --data ' { "email": "joao@example.com" } '
{ "message": "Reset instructions sent.", "reset_token": "abc123...", "expires_in": "60 minutes" }
Inicia o fluxo de recuperação de senha e retorna um token de reset.
"joao@example.com"
Instruções de reset enviadas.
"Reset instructions sent."
"abc123..."
"60 minutes"