cURL
curl --request POST \ --url https://api.velt.dev/v2/workspace/email/send-login-link \ --header 'Content-Type: application/json' \ --data ' { "data": { "email": "<string>", "continueUrl": "<string>" } } '
{ "result": { "status": "success", "message": "Login link sent successfully.", "data": null } }
POST https://api.velt.dev/v2/workspace/email/send-login-link
Show properties
{ "data": { "email": "owner@example.com", "continueUrl": "https://app.example.com/dashboard" } }
{ "error": { "status": "INVALID_ARGUMENT", "message": "continueUrl must be a valid URL." } }
Was this page helpful?
Contact support