Manage Spacebridge tunneling keys with enable/disable API calls.
GET https://dashboard.hologram.io/api/1/tunnelkeys?withdisabled=0&userid=[YOUR_USER_ID]
{
"success": true,
"data": [
{ "id": 12345, "userid": 0, "disabled": 0, "public_key": "YOUR_PUBLIC_KEY" }
]
}
POST https://dashboard.hologram.io/api/1/tunnelkeys/YOUR_SPACEBRIDGE_KEY_ID/enable
POST https://dashboard.hologram.io/api/1/tunnelkeys/YOUR_SPACEBRIDGE_KEY_ID/disable
Was this page helpful?