Hubble Network · OAuth Scopes

Hubble Network OAuth Scopes

OAuth 2.0 searched

Hubble Network publishes 16 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the Hubble Network API on a user’s behalf.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyIoTBluetoothSatelliteConnectivityAsset TrackingDevicesNetworksTelemetryLogistics
Scopes: 16 Flows: Method: searched

Scopes (16)

ScopeDescriptionFlows
read-api-keys View API keys and their metadata
write-api-keys Create, update, and delete API keys
read-users View user information and roles
write-users Add, update, and remove users from the organization
read-organization-metadata View organization details and settings
write-organization-metadata Update organization information
read-devices View device information and status
write-devices Register and manage devices
read-invitations View pending invitations
write-invitations Create and revoke user invitations
read-packets Access packet data and retrieval endpoints
read-platform-metrics View platform metrics and analytics
read-billing-usage View billing usage information
read-billing-invoices View billing invoices
read-webhooks View webhook configurations
write-webhooks Create and manage webhook endpoints

Source

OAuth Scopes

Raw ↑
generated: '2026-08-04'
method: searched
source: openapi/hubble-network-platform-openapi.yml (components.schemas.authScope)
docs: https://hubble.com/docs/api-specification/hubble-platform-api
model: api-key-scopes
note: 'Hubble does NOT implement OAuth 2.0. These are authorization scopes attached to an organization
  API key at issuance. Recorded here because they are a genuine, enumerable, documented permission surface,
  retrievable at runtime via GET /v1/org/{org_id}/key_scopes. Default behaviour: a key created with no
  scopes receives all 16 (admin-level).'
enumeration_endpoint:
  operationId: list-key-scopes
  path: /v1/org/{org_id}/key_scopes
  method: get
schemes:
- name: BearerAuth
  source: openapi/hubble-network-platform-openapi.yml
  type: http-bearer-jwt
  flows: []
scopes:
- scope: read-api-keys
  description: View API keys and their metadata
  access: read
  sources:
  - openapi/hubble-network-platform-openapi.yml
  - https://hubble.com/docs/api-specification/hubble-platform-api
- scope: write-api-keys
  description: Create, update, and delete API keys
  access: write
  sources:
  - openapi/hubble-network-platform-openapi.yml
  - https://hubble.com/docs/api-specification/hubble-platform-api
- scope: read-users
  description: View user information and roles
  access: read
  sources:
  - openapi/hubble-network-platform-openapi.yml
  - https://hubble.com/docs/api-specification/hubble-platform-api
- scope: write-users
  description: Add, update, and remove users from the organization
  access: write
  sources:
  - openapi/hubble-network-platform-openapi.yml
  - https://hubble.com/docs/api-specification/hubble-platform-api
- scope: read-organization-metadata
  description: View organization details and settings
  access: read
  sources:
  - openapi/hubble-network-platform-openapi.yml
  - https://hubble.com/docs/api-specification/hubble-platform-api
- scope: write-organization-metadata
  description: Update organization information
  access: write
  sources:
  - openapi/hubble-network-platform-openapi.yml
  - https://hubble.com/docs/api-specification/hubble-platform-api
- scope: read-devices
  description: View device information and status
  access: read
  sources:
  - openapi/hubble-network-platform-openapi.yml
  - https://hubble.com/docs/api-specification/hubble-platform-api
- scope: write-devices
  description: Register and manage devices
  access: write
  sources:
  - openapi/hubble-network-platform-openapi.yml
  - https://hubble.com/docs/api-specification/hubble-platform-api
- scope: read-invitations
  description: View pending invitations
  access: read
  sources:
  - openapi/hubble-network-platform-openapi.yml
  - https://hubble.com/docs/api-specification/hubble-platform-api
- scope: write-invitations
  description: Create and revoke user invitations
  access: write
  sources:
  - openapi/hubble-network-platform-openapi.yml
  - https://hubble.com/docs/api-specification/hubble-platform-api
- scope: read-packets
  description: Access packet data and retrieval endpoints
  access: read
  sources:
  - openapi/hubble-network-platform-openapi.yml
  - https://hubble.com/docs/api-specification/hubble-platform-api
- scope: read-platform-metrics
  description: View platform metrics and analytics
  access: read
  sources:
  - openapi/hubble-network-platform-openapi.yml
  - https://hubble.com/docs/api-specification/hubble-platform-api
- scope: read-billing-usage
  description: View billing usage information
  access: read
  sources:
  - openapi/hubble-network-platform-openapi.yml
  - https://hubble.com/docs/api-specification/hubble-platform-api
- scope: read-billing-invoices
  description: View billing invoices
  access: read
  sources:
  - openapi/hubble-network-platform-openapi.yml
  - https://hubble.com/docs/api-specification/hubble-platform-api
- scope: read-webhooks
  description: View webhook configurations
  access: read
  sources:
  - openapi/hubble-network-platform-openapi.yml
  - https://hubble.com/docs/api-specification/hubble-platform-api
- scope: write-webhooks
  description: Create and manage webhook endpoints
  access: write
  sources:
  - openapi/hubble-network-platform-openapi.yml
  - https://hubble.com/docs/api-specification/hubble-platform-api
example_combinations:
- name: Read-only
  scopes:
  - read-api-keys
  - read-users
  - read-devices
- name: Device management
  scopes:
  - read-devices
  - write-devices
- name: User management
  scopes:
  - read-users
  - write-users
  - read-invitations
  - write-invitations