cURL
curl --request POST \ --url https://api.weblinq.dev/v1/user/verify-email \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
{ "success": true, "data": { "exists": true, "email": "[email protected]" }, "requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "timestamp": "2023-11-07T05:31:56Z", "creditsCost": 123 }
Check if a user account exists for the given email address.
Email verification parameters
Email verification result
true
false
Show child attributes
Unique request identifier for tracing
ISO timestamp when the response was generated
Credits consumed by this operation