GET contacts/{id}
Summary: Find a specific contact
Operation ID: getContact
Auth: unknown
Operation ID: getContact
Auth: unknown
Description
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.
Parameters (2)
fields
(string, query, optional)
Limit fields received in response. E.g. fields: id, name or fields items (id, name), see more at [partial response](https://developers.callfire.com/docs.html#partial-response) page.
id
(integer, path, required)
An id of a contact
No probe data for this endpoint yet.