cURL
curl --request GET \ --url https://api.usebouncer.com/v1.1/email/verify/batch/{batchId} \ --header 'x-api-key: <api-key>'
200
example-0
{ "batchId": "4d5fdf6b5ee97c4dbbccbfe1", "created": "2023-03-26T15:27:26.713Z", "started": "2023-03-26T15:27:30.124Z", "status": "processing", "quantity": 2, "duplicates": 0}
Retrieve status of your request based on request id.
{ "batchId": "642152127eec9c46c00fb8d7", "created": "2023-03-27T08:21:38.357Z", "started": "2023-03-27T08:21:40.355Z", "completed": "2023-03-27T08:21:51.426Z", "status": "completed", "quantity": 2, "duplicates": 0, "credits": 2, "processed": 2, "stats": { "deliverable": 1, "risky": 0, "undeliverable": 1, "unknown": 0 } }
batchId from create response
collect additional processing statistics
OK
The response is of type object.
object