Hubble Network · Schema

Hubble Billing Subscription

The billing subscription attached to a Hubble organization.

CompanyIoTBluetoothSatelliteConnectivityAsset TrackingDevicesNetworksTelemetryLogistics

Properties

Name Type Description
plan string
status string Stripe subscription status, or `none` when there is no subscription.
current_period_start integer Start of the current billing period (Hubble unix-microsecond timestamp), if applicable.
current_period_end integer End of the current billing period (Hubble unix-microsecond timestamp), if applicable.
next_payment_date integer Approximate next charge date (Hubble unix-microsecond timestamp), if applicable.
cancel_at_period_end boolean
prepaid_devices integer
price_monthly_cents integer
overage_per_device_cents integer
View JSON Schema on GitHub

JSON Schema

hubble-network-billing-subscription.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-billing-subscription.json",
  "title": "Hubble Billing Subscription",
  "description": "The billing subscription attached to a Hubble organization.",
  "x-derived-from": "openapi/hubble-network-platform-openapi.yml#/components/schemas/BillingSubscription",
  "x-generated": "2026-08-04",
  "x-method": "derived",
  "type": "object",
  "required": [
    "plan",
    "status"
  ],
  "properties": {
    "plan": {
      "type": "string",
      "enum": [
        "GROWTH",
        "SCALE",
        "ENTERPRISE",
        "SANDBOX"
      ]
    },
    "status": {
      "type": "string",
      "description": "Stripe subscription status, or `none` when there is no subscription."
    },
    "current_period_start": {
      "type": "integer",
      "format": "int64",
      "description": "Start of the current billing period (Hubble unix-microsecond timestamp), if applicable."
    },
    "current_period_end": {
      "type": "integer",
      "format": "int64",
      "description": "End of the current billing period (Hubble unix-microsecond timestamp), if applicable."
    },
    "next_payment_date": {
      "type": "integer",
      "format": "int64",
      "description": "Approximate next charge date (Hubble unix-microsecond timestamp), if applicable."
    },
    "cancel_at_period_end": {
      "type": "boolean"
    },
    "prepaid_devices": {
      "type": "integer"
    },
    "price_monthly_cents": {
      "type": "integer",
      "format": "int64"
    },
    "overage_per_device_cents": {
      "type": "integer",
      "format": "int64"
    }
  }
}

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-billing-subscription"
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.