Release Notes
August 2, 2022
We have made updates to Karbon's public API that impact the Organization endpoint.
This document provides an overview of the Aug 2, 2022 release of Karbon's Public API.
JSONCopied!GET Organization by OrganizationKey
JSONCopied!
GET Organization by OrganizationKeyIn addition to
JSONCopied!
BusinessCardsJSONCopied!
ContactsJSONCopied!
JSONCopied!
GETJSONCopied!
OrganizationKeyJSONCopied!
OrganizationKeyExample use case
You want to retrieve a list of contacts associated with an Organization. To receive these Contacts, use
JSONCopied!
GETJSONCopied!
https://api.karbonhq.com/v3/Organizations/{OrganizationKey}?$expand=ContactsYou might also want to retrieve a list of both contacts and business cards associated with an Organization. To receive Contacts and BusinessCards at the same time, use
JSONCopied!
GETJSONCopied!
https://api.karbonhq.com/v3/Organizations/{OrganizationKey}?$expand=Contacts,BusinessCards