Skip to main content
POST
/
devices
/
transfer
Transfer devices to organization (bulk)
curl --request POST \
  --url https://dashboard.hologram.io/api/1/devices/transfer \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "orgid": 4,
  "deviceids": [
    1
  ]
}
'
{
"success": true,
"data": {
"destination_orgid": 3,
"transferred_deviceids": [
4,
3,
2,
1
],
"warnings": []
}
}

Authorizations

Authorization
string
header
required

HTTP Basic authentication using API keys. Set the username to apikey and the password to your API key.

You can find your API key on the Hologram Dashboard under Account Settings.

Query Parameters

preview
integer

Body

application/json
orgid
number
Example:

4

deviceids
number[]

Response

Successful response