Use the REST API to list existing tunneling keys for your organization.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.
Retrieve Spacebridge tunneling keys via the REST API.
Use the REST API to list existing tunneling keys for your organization.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.
GET https://dashboard.hologram.io/api/1/tunnelkeys?withdisabled=0&orgid=[YOUR_ORG_ID]
{
"success": true,
"data": [
{ "id": 12345, "userid": 12345, "disabled": 0, "public_key": "YOUR_PUBLIC_KEY_HERE" }
]
}
Was this page helpful?