Verify API
cURL
curl --request GET \ --url https://api.customeros.ai/verify/v1/email/bulk/results/{requestId} \ --header 'X-CUSTOMER-OS-API-KEY: <api-key>'
{ "estimatedCompletionTs": 1694030400, "fileName": "emails.csv", "jobId": "550e8400-e29b-41d4-a716-446655440000", "message": "Completed 1000 of 1000 emails", "results": { "deliverable": 950, "downloadUrl": "https://api.customeros.ai/verify/v1/email/bulk/results/550e8400-e29b-41d4-a716-446655440000/download", "totalEmails": 1000, "undeliverable": 45 }, "status": "completed" }
Retrieves results or status of bulk verification job
Bulk verification job ID
Verification results or status
Response containing bulk verification results or status