Skip to main content
POST
/
v2
/
item-migrations
Migrate a Link item ID
curl --request POST \
  --url https://api-sandbox.argyle.com/v2/item-migrations \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "link_items": [
    "GigAndGo",
    "GigDrive",
    "GigAntic"
  ]
}
'
{
  "GigAndGo": {
    "id": "item_000000003"
  },
  "GigDrive": {
    "id": "item_000000042"
  },
  "GigAntic": {
    "id": "item_000000819"
  }
}

Authorizations

Authorization
string
header
required

Username = api_key_id, Password = api_key_secret

Body

application/json

Array of Link item ID's.

Response

200 - application/json

Object keyed by Link item ID's. Each key maps to an object containing the corresponding Item ID.