Allows an app to extend the CRM UI by surfacing custom cards in the sidebar of record pages. These cards are defined up-front as part of app configuration, then populated by external data fetch requests when the record page is accessed by a user.
No SDKs indexed for this API yet.
curl \
# append ?hapikey=$API_KEY to the URL \
https://api.hubapi.com/crm/v3/extensions/cards/{appId}curl \ # append ?hapikey=$API_KEY to the URL \ https://api.hubapi.com/crm/v3/extensions/cards/sample-response
curl \
# append ?hapikey=$API_KEY to the URL \
https://api.hubapi.com/crm/v3/extensions/cards/{appId}/{cardId}No SDKs yet