cURL
curl --request POST \ --url https://api.velt.dev/v2/workspace/email/status \ --header 'Content-Type: application/json' \ --data ' { "data": { "ownerEmail": "<string>" } } '
{ "result": { "status": "success", "message": "Email verified and workspace reactivated", "data": { "verified": true } } }
POST https://api.velt.dev/v2/workspace/email/status
Show properties
{ "data": { "ownerEmail": "owner@example.com" } }
{ "result": { "status": "success", "message": "Email not yet verified", "data": { "verified": false } } }
{ "error": { "status": "NOT_FOUND", "message": "Email not found." } }
Was this page helpful?
Contact support