Information
Returns information about a specific customer.
Parameters
Name | Type | Description |
---|---|---|
api_key |
string | your YikeSite API key (required) |
id |
string | the ID of the customer. This parameters appears directly in the URL. See the example. (required) |
JSON Example
https://api.yikesite.com/api/customers/<id>.json?api_key=<api_key>
On success, a JSON object containing information about the customer will be returned.
{"customer": {
"id": "customer1",
"created_at": "Fri Aug 24 20:59:04 UTC 2007",
"uri": "http://customer1.yikesite.com/",
"name": "Customer One",
"url": "http://customer1.com/",
"plan_name": "Solo",
"plan_cost": 0.0
}}