contacts
Find a specific contact
Returns a Contact instance for a given contact id. Deleted contacts can be still retrieved but will be marked as deleted. Deleted contacts will not be shown in search request.
get/contacts/{id}
Path parameters
idinteger required
An id of a contact
Query parameters
fieldsstring
Limit fields received in response. E.g. fields: id, name or fields items (id, name), see more at partial response page.
Response
successful operation