cURL
curl --request POST \ --url https://{host}/Agent/Account/VerifyEMail \ --header 'Content-Type: application/json' \ --data ' { "eMail": "alice@example.com", "code": "123456" } '
{ "eMail": "alice@example.com", "userName": "alice" }
Enable an account by verifying the email address
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