API Documentation

The REST API allows developers to hook into Clientexec and connect it to third-party applications.

Get User

Arguments

Name Type Description
email string Email address of the user (required)

Example JSON Response

{
	"timestamp": 1395066843,
	"userid": "1024",
	"fullname": "Alexander Hamilton",
	"firstname": "Alexander",
	"lastname": "Hamilton",
	"status": "1",
	"customer_group_id": [ ],
	"date_activated": "2013-12-31",
	"email": "[email protected]",
	"all_emails": [
		"[email protected]",
		"[email protected]"
	],
	"phone": "",
	"local": {
		"address": "",
		"city": "",
		"state": "",
		"zipcode": "",
		"country": "US"
	},
	"elapsed": "0.080",
	"message": ""
}