Looking for support.loqate.com? Click here to find our on-prem documentation.
cURL
curl --request POST \ --url https://api.addressy.com/EmailValidation/Bulk/Submit/v1.10/json6.ws \ --header 'Content-Type: application/json' \ --data ' { "Key": "AA11-AA11-AA11-AA11", "emails": [ "<string>" ], "providerTestRun": true } '
200
Example
{ "ListId": "<string>", "ListState": "<string>" }
Submit email lists up to 100,000 addresses in JSON format for asynchronous validation. Returns list ID for checking status and retrieval.
The key to use to authenticate to the service.
Success
See here for details of available list states.
Was this page helpful?