back

Get Record's Contact Summary

Scope: get_record_contact_summary
App Type: Agency
Authorization Type: Access token
Url: v3/records/{id}/contactsummary?lang={lang}
HTTP Method: GET

Response Information

application/json

{
  "contactSummaries": [
    {
      "identifier": "sample string 1",
      "type": "sample string 2",
      "fullName": "sample string 3",
      "phoneNumber": "sample string 4",
      "address": "sample string 5",
      "email": "sample string 6"
    }
  ]
}