Contact.GetSingleContact
Gets all of the information for a particular contact. Go here for the WSDL.
Input Parameters
Here's a list of all the parameters you'll need to pass to the Contact.GetSingleContact method. All parameters are required.
ApiKey: string
Your API access key. Go here for more details.
Email: string
The Email address of the contact you wish to retrieve.
Return Codes
Upon a successful call, this method will return a Contact complex type. Upon an error, this method will return a Result complex type.
0: System Failure
The request failed due to a system failure.
100: Invalid API Key
The API key passed was not valid or has expired.
202: Email doesn't exist
The record couldn't be returned because the email address doesn't exist.