Point One Platform GraphQL API

The single-endpoint GraphQL API behind the Point One web application, covering device registration and metadata, tags, seat licenses and entitlements, device profiles (True RTK and Virtual RTK correction settings, datum override, correction interval), reference station health and sky plots, and Personal Access Token management. Queries, mutations and real-time subscriptions share one schema; read-only tokens grant queries and subscriptions while read/write tokens are required for mutations.

API entry from apis.yml

apis.yml Raw ↑
aid: point-one-navigation:graphql
name: Point One Platform GraphQL API
description: The single-endpoint GraphQL API behind the Point One web application, covering device registration
  and metadata, tags, seat licenses and entitlements, device profiles (True RTK and Virtual RTK correction
  settings, datum override, correction interval), reference station health and sky plots, and Personal
  Access Token management. Queries, mutations and real-time subscriptions share one schema; read-only
  tokens grant queries and subscriptions while read/write tokens are required for mutations.
humanURL: https://docs.pointonenav.com/docs/graphql-api/quickstart
baseURL: https://graphql.pointonenav.com/graphql
tags:
- GraphQL
- Device Management
- Licensing
- Observability
- Reference Stations
properties:
- type: GraphQL
  url: graphql/point-one-navigation-graphql-surface.yml
- type: Documentation
  url: https://docs.pointonenav.com/docs/graphql-api/quickstart
- type: Authentication
  url: authentication/point-one-navigation-authentication.yml