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": []
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.hologram.io/llms.txt

Use this file to discover all available pages before exploring further.

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
required
Example:

4

deviceids
number[]
required

Response

Successful response