GET {{baseUrl}}/contact_center/address_books/:addressBookId/contacts/:contactId
Use this API to get information about an address book's contact. Scopes: Rate Limit Label: contact_center_contact:read:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"contact_id": "<string>",
"display_name": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"phone_numbers": [
"<string>",
"<string>"
],
"emails": [
"<email>",
"<email>"
],
"location": "<string>",
"account_number": "<string>",
"company": "<string>",
"role": "<string>",
"address_book_id": "<string>",
"address_book_name": "<string>",
"variables": [
{
"variable_group_id": "<string>",
"variable_id": "<string>",
"variable_name": "<string>",
"data_type": "string",
"variable_value": "<string>"
},
{
"variable_group_id": "<string>",
"variable_id": "<string>",
"variable_name": "<string>",
"data_type": "string",
"variable_value": "<string>"
}
]
} |
ENDPOINTS