Get contact
get_contactRetrieve a contact by ContactKey or external ID. Include associated records such as BusinessCards, AccountingDetail, or ClientTeam.
Instructions
Get a single person contact by ContactKey — or by your own UserDefinedIdentifier — optionally expanding related data (BusinessCards, AccountingDetail, ClientTeam). Provide exactly one of contactKey or userDefinedIdentifier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | Comma-separated related data to include: BusinessCards, AccountingDetail, ClientTeam | |
| contactKey | No | The Karbon ContactKey | |
| userDefinedIdentifier | No | Look up by your own external ID instead of the ContactKey |