Get batch verification results.
curl --request GET \
--url https://api.bounceless.io/v1/requests/{id}/results \
--header 'X-Api-Key: <api-key>'{
"jobId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"results": [
{
"email": "<string>",
"state": "<string>",
"score": 123,
"subStatus": "<string>",
"reasonCodes": [
"<string>"
],
"decision": {}
}
],
"limit": 123,
"offset": 123,
"requestId": "<string>",
"partial": true,
"finalized": true
}{
"error": {
"code": "<string>",
"message": "<string>",
"requestId": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"requestId": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"requestId": "<string>"
}
}API reference
Get batch results
Retrieve a page of batch verification results.
GET
/
v1
/
requests
/
{id}
/
results
Get batch verification results.
curl --request GET \
--url https://api.bounceless.io/v1/requests/{id}/results \
--header 'X-Api-Key: <api-key>'{
"jobId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"results": [
{
"email": "<string>",
"state": "<string>",
"score": 123,
"subStatus": "<string>",
"reasonCodes": [
"<string>"
],
"decision": {}
}
],
"limit": 123,
"offset": 123,
"requestId": "<string>",
"partial": true,
"finalized": true
}{
"error": {
"code": "<string>",
"message": "<string>",
"requestId": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"requestId": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"requestId": "<string>"
}
}Use
limit and offset to page through results until the response is finalized.Authorizations
Bounceless key in blc.… format.
Path Parameters
Query Parameters
Required range:
1 <= x <= 200Required range:
x >= 0