HomeAPI DocumentationRegistration Processapi/EmailCheck

5.2. api/EmailCheck

This API call is used to check if an email address is recognised/already associated with a contact record within the CRM.

If the email is found, you can proceed by calling api/Login.

 


 

Parameters To Submit

The parameter cannot be submitted as a blank value.

Parameter Parameter Help Parameter Data Type
EmailAddress Registering user’s email address. String – Max 250 chars
API Key    

 

 


 

Return Response

The API call ResponseMessage will return the following fields of data.

Field Field Help
uid The contact’s uid that has the provided email address associated with their contact record.
Company The company the contact is associated with.
LoginVerified True/False value indicating if the email address has been verified.
LoginTokenVal This Val is required as part of...
LoginTokenID This ID is required as part of...

 

If 0 items are returned, the email address is not recognised.

This page was: Helpful | Not Helpful