hubapi.com

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.

๐Ÿ”‘ apikey 6 endpoints
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Get all cards
curl \
  # append ?hapikey=$API_KEY to the URL \
  https://api.hubapi.com/crm/v3/extensions/cards/{appId}
Get sample card detail response
curl \
  # append ?hapikey=$API_KEY to the URL \
  https://api.hubapi.com/crm/v3/extensions/cards/sample-response
Get a card.
curl \
  # append ?hapikey=$API_KEY to the URL \
  https://api.hubapi.com/crm/v3/extensions/cards/{appId}/{cardId}
Endpoints (6 total)
GET
/crm/v3/extensions/cards/{appId}
Get all cards
GET
/crm/v3/extensions/cards/sample-response
Get sample card detail response
GET
/crm/v3/extensions/cards/{appId}/{cardId}
Get a card.
POST
/crm/v3/extensions/cards/{appId}
Create a new card
PATCH
/crm/v3/extensions/cards/{appId}/{cardId}
Update a card
DELETE
/crm/v3/extensions/cards/{appId}/{cardId}
Delete a card
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints6
Authapikey
https://api.hubapi.com