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 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "allowDuplicateAppCardIds": true,
  "appCardId": 123,
  "legacyCrmCardId": 123,
  "helpdeskAppCardId": 123
}
'
{
  "message": "<string>"
}

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

appId
integer<int32>
required

Body

application/json
allowDuplicateAppCardIds
boolean
required
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 20, 2026