getContactListContactById
Returns a contact in the contact list by its ID.
Request
GET https://api.bytehand.com/v2/contact_lists/listId/contacts/contactId
Parameters
Path Parameters | |
---|---|
contactId | number Required parameter. Unique contact ID. |
listId | number Required parameter. Unique ID of the contact list. |
Authorization
Requires authorization and access right contacts_view.
Response
A custom type object whose fields will correspond to the contact list fields.