isEmailValid

This method validates a supplied email address.

Client Servlet Server Servlet HTTP Methods Supported Requires Authentication
CRConsAPI SRConsAPI GET, POST Yes.

Client API Syntax

https://secure2.convio.net/organization/site/CRConsAPI?method=isEmailValid &api_key=value &v=value [ &auth=value ] [ &center_id=value ] [ &error_redirect=value ] [ &redirect=value ] [ &response_format=xml | json ] [ &sign_redirects=value ] [ &source=value ] [ &sub_source=value ] [ &success_redirect=value ] [ &suppress_response_codes=value ] &email=value [ &auth=value ] [ &sso_auth_token=value ]

Server API Syntax

https://secure2.convio.net/organization/site/SRConsAPI?method=isEmailValid & api_key =value & login_name =value & login_password =value & v =value [ & center_id =value ] [ & response_format =xml |json ] [ & source =value ] [ & sub_source =value ] [ & suppress_response_codes =value ] & email =value

Client API Parameters

Common Client Parameters

See topic Common Parameters.

email

Required. Email address value to test for formal validity (method does not test whether the email address corresponds to an actual recipient).

Type xsd:string.

Server API Parameters

Common Server Parameters

See topic Common Parameters.

email

Required. Email address value to test for formal validity (method does not test whether the email address corresponds to an actual recipient).

Type xsd:string.

Response

See topic HTTP Status Codes.

XML response
<?xml version="1.0" encoding="UTF-8"?>
<isEmailValidResponse xsi:schemaLocation="http://convio.com/crm/v1.0 http://service.convio.net/xmlschema/crm.public.v1.xsd" xmlns="http://convio.com/crm/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <valid>true</valid>
</isEmailValidResponse>

        
JSON response
{"isEmailValidResponse":{"valid":"true"}}

        

Leave a Comment

Nickname
Comment
Enter this word: