Constellation Space · OAuth Scopes

Constellation Space OAuth Scopes

OAuth 2.0 searched

Constellation Space publishes 3 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the Constellation Space 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.

CompanySatellitesSpaceTelemetryMachine LearningFleet OperationsGround SegmentPredictions
Scopes: 3 Flows: Method: searched

Scopes (3)

ScopeDescriptionFlows
topology:read Read the fleet topology graph. Enables GET /api/v1/topology/.
telemetry:write Ingest telemetry metrics. Enables POST /api/v1/telemetry/ingest.
predictions:run Run ML predictions. Enables POST /api/v1/predictions/.

Source

OAuth Scopes

Raw ↑
generated: '2026-07-18'
method: searched
source: https://docs.constellation.space/connect/api-tokens
docs: https://docs.constellation.space/connect/api-tokens
note: >-
  ConstellationOS uses scoped static bearer tokens (not an OAuth2 authorization
  flow). Scopes are selected when a token is created in the console and gate the
  API operations below.
schemes:
- name: bearerAuth
  type: token-scopes
  source: openapi/constellation-space-openapi.yml
scopes:
- scope: topology:read
  description: Read the fleet topology graph. Enables GET /api/v1/topology/.
  operations:
  - getTopology
  sources:
  - openapi/constellation-space-openapi.yml
- scope: telemetry:write
  description: Ingest telemetry metrics. Enables POST /api/v1/telemetry/ingest.
  operations:
  - ingestTelemetry
  sources:
  - openapi/constellation-space-openapi.yml
- scope: predictions:run
  description: Run ML predictions. Enables POST /api/v1/predictions/.
  operations:
  - runPredictions
  sources:
  - openapi/constellation-space-openapi.yml