Customers
Detail
Show a single customer
GET https://api.deskero.com/customer/{{customerId}}
Headers
Header | Value |
---|---|
Authorization | Bearer {{bearer}} |
Accept | application/json |
clientId | {{clientId}} |
Example request
$ curl https://api.deskero.com/customer/527a0f95e4b0d3bd74d43929 \
-v \
-H "Accept: application/json" \
-H "Authorization: Bearer 58cfg61g-1585-5c72-g35f-7fe76893ed2f" \
-H "clientId: 51f01687e4b094c81d7b8bcdellef"
Example response
{
"id": "527a0f95e4b0d3bd74d43929",
"name": "Frank Elvgren",
"birthDate": -72748800000,
"email": "frankelvgren@myemail.com",
"phoneNumber": "202-555-0187",
"faxNumber": "202-555-0103",
"mobileNumber": "07700 900595",
"address": "4-5 Gough Square",
"city": "London",
"province": null,
"state": "GB",
"postalNumber": "EC4A 3DE",
"skypeAddress": "frank.elvgren",
"msnAddress": "frank67elvgren@hotmail.com",
"gtalkAddress": null,
"twitterAccountUrl": null,
"facebookAccountUrl": null,
"linkedinAccountUrl": null,
"googleAccountUrl": null,
"youtubeAccountUrl": null,
"registrationChannel": "STANDARD",
"topClient": true,
"profilePhotoUrl": "https://api.deskero.com/customer/photo/527a0f95e4b0d3bd74d43929",
"profilePhotoBlob": null,
"signature": "Regards, Frank Elvgren",
"memo": "a great customer",
"website": null,
"company": null,
"language": "en",
"account": {
See account detail
},
"insertByAgentId": null,
"customFields": null
}