Number of APIs: 3
1. Get an address book contact
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
2. Delete an address book contact
DELETE {{baseUrl}}/contact_center/address_books/:addressBookId/contacts/:contactId
Use this API to delete an address book's contact. Scopes: Rate Limit Label: contact_center_contact:write:admin
Light
3. Update an address book contact
PATCH {{baseUrl}}/contact_center/address_books/:addressBookId/contacts/:contactId
Use this API to update an address book's contact. Scopes: Rate Limit Label: contact_center_contact:write:admin
Light
ENDPOINTS