CRM cards
The CRM Cards API lets a app define and manage custom sidebar cards for its CRM records, offering endpoints to list all cards for an app, retrieve a single card definition, create new cards, update existing ones, delete cards, and fetch a sample card response.
Latency
364ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/crm/v3/extensions/cards/sample-response
Get sample card detail response
/crm/v3/extensions/cards/{appId}
Get all cards
/crm/v3/extensions/cards/{appId}
Create a new card
/crm/v3/extensions/cards/{appId}/{cardId}
Delete a card
/crm/v3/extensions/cards/{appId}/{cardId}
Get a card.
/crm/v3/extensions/cards/{appId}/{cardId}
Update a card
6 endpoints auto-detected
Authentication
This API uses an API key, passed as the "hapikey" query parameter. No OAuth required.
curl -X GET \ "https://api.hubapi.com/crm/v3/extensions/cards/sample-response?hapikey=YOUR_API_KEY"
api.hubapi.com · HTTPS only