/get
Full Url:
Arguments:
token (required)
customer_id (int, required)
Info: Get info about a customer
Example Success
{"code": 200,"status": "success","data": {"id": 42,"reseller_id": 33,"username": "bobby","email": "bobby@example.com","first_name": "Bobby","last_name": "McFrobby","phone_number": 5555555555,"address": "321 Some Street","city": "Denver","state": "CO","zip": "80112","brand": null,"domain": null,"custom_css": 0,"custom_logo": 0,"user_statu": "inactive-no-funds","create_dt": "2016-02-02 05:23:55","modify_dt": "2016-02-02 05:23:55"}}
Example Error
{"code": 500,"status": "error","data": "invalid customer_id"}