Skip to main content
POST
/
crm
/
extensions
/
cards-dev
/
2026-03
/
{appId}
/
views
/
migrate
cURL
curl --request POST \
  --url 'https://api.hubapi.com/crm/extensions/cards-dev/2026-03/{appId}/views/migrate?hapikey=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "appCardId": 123,
  "legacyCrmCardId": 123,
  "helpdeskAppCardId": 123
}
'
{
  "message": "<string>"
}

Supported products

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer<int32>
required

Body

application/json
appCardId
integer<int64>
required
legacyCrmCardId
integer<int64>
required
helpdeskAppCardId
integer<int64>

Response

successful operation

message
string
required
Last modified on March 31, 2026