cURL
curl --request POST \ --url https://{host}/Agent/Account/Recover \ --header 'Content-Type: application/json' \ --data ' { "userName": "alice", "personalNr": "", "country": "", "eMail": "alice@example.com", "phoneNr": "" } '
Start account recovery without revealing account existence
Documentation IndexFetch the complete documentation index at: https://docs.neuro-tech.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.neuro-tech.io/llms.txt
Use this file to discover all available pages before exploring further.
Success