Method: CrelateClient::ContactsApi#public_api_get_contacts_by_email

Defined in:
lib/crelate_client/api/contacts_api.rb

#public_api_get_contacts_by_email(email, api_key, opts = {}) ⇒ PublicApiGetContactResponseList

retrieve a list of contacts by email

Parameters:

  • email

    email address

  • api_key

    crelate api key

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

    the optional parameters

Returns:



867
868
869
870
# File 'lib/crelate_client/api/contacts_api.rb', line 867

def public_api_get_contacts_by_email(email, api_key, opts = {})
  data, _status_code, _headers = public_api_get_contacts_by_email_with_http_info(email, api_key, opts)
  return data
end