Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

GET GetContactByEmail

Retrieves details of a specific contact from an email address.

Input and output parameters

The input and output parameters for this method are:

*denotes required field.

Input Parameter Name Type/Info
email* varchar(255), the email address of the contact.
Outputs:
  • id
  • uid
  • create_date
  • first_name
  • last_name
  • name
  • gender
  • company
  • job_title
  • address
  • address_2
  • city
  • county
  • country_code - ISO3 Alpha3 country code.
  • post_code
  • country
  • www
  • email
  • telephone
  • mobile
  • rating
  • score
  • tags
  • opt_in_date
  • status
  • custom - list of custom fields.

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON