Method: ElasticEmail::VerificationsApi#verifications_get

Defined in:
lib/ElasticEmail/api/verifications_api.rb

#verifications_get(opts = {}) ⇒ Array<EmailValidationResult>

Get Emails Verification Results Returns a results of all verified single emails. Required Access Level: VerifyEmails

Parameters:

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :limit (Integer)

    Maximum number of returned items.

  • :offset (Integer)

    How many items should be returned ahead.

Returns:



591
592
593
594
# File 'lib/ElasticEmail/api/verifications_api.rb', line 591

def verifications_get(opts = {})
  data, _status_code, _headers = verifications_get_with_http_info(opts)
  data
end