v1

latestOpenAPI 3.0.12026-07-1462020.1 KB
Cards

Get a card.

Returns the definition for a card with the given ID.

get/crm/v3/extensions/cards/{appId}/{cardId}

Path parameters

appIdinteger required

The ID of the target app.

cardIdstring required

The ID of the target card.

Response

successful operation

createdAtstring date-time

When this card was created.

idstring required

Generated unique ID for card.

titlestring required

Displayed title of this card.

updatedAtstring date-time

The last time this card was updated.

Example response

{
  "actions": {
    "baseUrls": [
      "https://www.example.com/hubspot"
    ]
  }
}