Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://email-clean.grorapid.com/api/v1/email-verify/validated/emails \ --header 'Authorization: Bearer <token>'
{ "message": "Email statistics fetched successfully.", "status": true, "statusCode": 200, "result": { "validEmails": 12, "riskyEmails": 3, "unknownEmails": 1, "invalidEmails": 4 } }
Return validation totals for the authenticated user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Email statistics fetched successfully.
Show child attributes