Get Contact

/accounts/{account_id}/contacts/{contact_id}

Get an existing contact in an account.

Get Contact [GET]

Authorization: Admin, Web, Mobile

Response 200

Body
{
"item": {
  "id": 5092,
  "firstName": "Frank",
  "lastName": "Grimes",
  "rowStatus": 1,
  "phone": "678-555-9089",
  "mobilePhone": "678-555-8837",
  "email": "frank.grimes@nuclearplant.com",
  "title": "Safety Inspector",
  "department": "Safety",
  "notes": null,
  "address": "123 Elm Street",
  "city": "Simpson",
  "state": null,
  "zip": "80982",
  "country": "US",
  "createdAt": "2014-05-06T19:20:39.773Z",
  "createdBy": {
    "id": 1902,
    "firstName": "Homer",
    "lastName": "Simpson"
  },
  "accountId": 908,
  "loationsId": null
}
}

Still need help? Contact Us Contact Us