Skip to main content
Hologram issues each user up to 5 tunneling keys. Keys are associated with clients (computers), not SIMs/devices.

List keys

GET https://dashboard.hologram.io/api/1/tunnelkeys?withdisabled=0&userid=[YOUR_USER_ID]
Example response:
{
  "success": true,
  "data": [
    { "id": 12345, "userid": 0, "disabled": 0, "public_key": "YOUR_PUBLIC_KEY" }
  ]
}

Enable a key

POST https://dashboard.hologram.io/api/1/tunnelkeys/YOUR_SPACEBRIDGE_KEY_ID/enable

Disable a key

POST https://dashboard.hologram.io/api/1/tunnelkeys/YOUR_SPACEBRIDGE_KEY_ID/disable

Add tunneling keys via API

View tunneling keys via API