Skip to main content
POST
/
EmailValidation
/
Bulk
/
Retrieve
/
v1.10
/
json6.ws
cURL
curl --request POST \
  --url https://api.addressy.com/EmailValidation/Bulk/Retrieve/v1.10/json6.ws \
  --header 'Content-Type: application/json' \
  --data '
{
  "Key": "AA11-AA11-AA11-AA11",
  "ListId": "<string>"
}
'
{
  "ListId": "<string>",
  "ListState": "<string>",
  "TotalEmailCount": 123,
  "Results": [
    {
      "Email": "<string>",
      "Status": "<string>",
      "StatusMessage": "<string>",
      "Account": "<string>",
      "Domain": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.loqate.com/llms.txt

Use this file to discover all available pages before exploring further.

See the Bulk Email Validation guide for details of how this endpoint interacts with the Submit and Status endpoints.
We don’t support API connections using HTTP - all calls should use HTTPS.

Body

application/json
Key
string
default:AA11-AA11-AA11-AA11
required

The key to use to authenticate to the service.

ListId
string | null

Response

Success

ListId
string | null
ListState
string | null

See here for details of available list states.

TotalEmailCount
integer<int32>
Results
object[] | null