Hubble Network · Schema

Hubble API Key

An API Token used to authenticate with the Hubble Platform

CompanyIoTBluetoothSatelliteConnectivityAsset TrackingDevicesNetworksTelemetryLogistics

Properties

Name Type Description
key_id object
key_name object
created_at object
expires_at_seconds object
scopes array List of authorization scopes assigned to this API key
View JSON Schema on GitHub

JSON Schema

hubble-network-api-key.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hubble-network/refs/heads/main/json-schema/hubble-network-api-key.json",
  "title": "Hubble API Key",
  "description": "An API Token used to authenticate with the Hubble Platform",
  "x-derived-from": "openapi/hubble-network-platform-openapi.yml#/components/schemas/apiKeyItem",
  "x-generated": "2026-08-04",
  "x-method": "derived",
  "type": "object",
  "properties": {
    "key_id": {
      "$ref": "#/$defs/apiKeyId"
    },
    "key_name": {
      "$ref": "#/$defs/apiKeyId"
    },
    "created_at": {
      "$ref": "#/$defs/utcTimestampInteger"
    },
    "expires_at_seconds": {
      "$ref": "#/$defs/apiKeyExpiration"
    },
    "scopes": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/authScope"
      },
      "description": "List of authorization scopes assigned to this API key"
    }
  },
  "$defs": {
    "apiKeyExpiration": {
      "type": "integer",
      "format": "int64",
      "description": "An UTC second-precision timestamp formatted as an integer.\nCan be set to 0 to indicate that there is no expiration.\n"
    },
    "apiKeyId": {
      "type": "string",
      "description": "An ID for an API key"
    },
    "authScope": {
      "type": "string",
      "enum": [
        "read-api-keys",
        "write-api-keys",
        "read-users",
        "write-users",
        "read-organization-metadata",
        "write-organization-metadata",
        "read-devices",
        "write-devices",
        "read-invitations",
        "write-invitations",
        "read-packets",
        "read-platform-metrics",
        "read-billing-usage",
        "read-billing-invoices",
        "read-webhooks",
        "write-webhooks"
      ],
      "description": "Authorization scope for API key permissions"
    },
    "utcTimestampInteger": {
      "type": "integer",
      "format": "int64",
      "description": "An UTC second-precision timestamp formatted as an integer"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/hubble-network-api-key"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.