Retrieve Customer Contact Details by Contact Email

Returns the details of a contact by email ID.

Method Type URI
GET v90/ws/contact.ws?contactEmailId={contactEmailId}

GET Parameters

Parameter Description Type
contactEmailId Email of the contact. String

NOTE   You can search for contact details by providing an e-mail address as an input to the web service. Ensure that special characters in the e-mail address are sent without encoding. For example, if the e-mail address contains a '+' sign, ensure that the '+' is not replaced with '%2B'.

Sample Request

Not applicable.

Sample Response

HTTP Status Code: 200

Success

Response Body

<listResponse type="contact" count="1">
      <instance contactId="14" emailId="heisenberg@gmail.com" customerId="8"/>
</listResponse>

Failure

Response Body

<listResponse type="contact" count="0" />