Skip to main content
GET
/
crm
/
extensions
/
cards-dev
/
2026-03
/
{appId}
cURL
curl --request GET \
  --url 'https://api.hubapi.com/crm/extensions/cards-dev/2026-03/{appId}?hapikey='
{
  "results": [
    {
      "actions": {
        "baseUrls": [
          "<string>"
        ]
      },
      "auditHistory": [
        {
          "actionType": "CREATE",
          "applicationId": 123,
          "authSource": "APP",
          "changedAt": 123,
          "initiatingUserId": 123,
          "objectTypeId": 123
        }
      ],
      "display": {
        "properties": [
          {
            "dataType": "BOOLEAN",
            "label": "<string>",
            "name": "<string>",
            "options": [
              {
                "label": "<string>",
                "name": "<string>",
                "type": "DANGER"
              }
            ]
          }
        ]
      },
      "fetch": {
        "objectTypes": [
          {
            "name": "companies",
            "propertiesToSend": [
              "<string>"
            ]
          }
        ],
        "targetUrl": "<string>"
      },
      "id": "<string>",
      "title": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Supported products

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer<int32>
required

Response

successful operation

results
object[]
required

A list of card responses

Last modified on March 31, 2026