Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

GET GetContactById

Retrieves details of a specific contact.

Input and output parameters

The input and output parameters for this method are:

*denotes required field.

Input Parameter Name Type/Info
id* integer(11), the id 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