Skip to main content
POST
/
crm
/
v3
/
extensions
/
cards-dev
/
{appId}
/
views
/
migrate
cURL
curl --request POST \
  --url 'https://api.hubapi.com/crm/v3/extensions/cards-dev/{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

A human readable message describing the error along with remediation steps where appropriate

Last modified on April 1, 2026