Submit a list of emails in a JSON format.
cURL
curl --request POST \ --url https://api.addressy.com/EmailValidation/Bulk/Submit/v1.10/json6.ws \ --header 'Content-Type: application/json' \ --data '{ "Key": "<string>", "emails": [ "<string>" ], "providerTestRun": true }'
200
example
{ "ListId": "<string>", "ListState": "<string>"}
Success
The response is of type object.
object
Was this page helpful?