Legacy GraphQL API (Deprecated)

Documentation for the deprecated Java Spring GraphQL backend. These endpoints have been replaced by the new Go-based REST, gRPC, and WebSocket APIs.

Deprecated API

The GraphQL API documented in this section is deprecated and will be removed in a future release. All new integrations should use the REST API or gRPC API. Existing clients should migrate to the new APIs at their earliest convenience.

Deprecated API

The Java Spring GraphQL backend has been retired and replaced with our new Go-based platform. All GraphQL queries and mutations documented below are no longer functional. Please migrate to the new REST API documented under OrbNET API, OrbMesh API, or OrbGuard Labs API.

Migration Guide

The new API platform uses REST, gRPC, and WebSocket protocols instead of GraphQL.

Old (GraphQL)New (REST)Service
query { user }GET /api/v1/users/meOrbNET
mutation { login }POST /api/v1/auth/loginOrbNET
mutation { signup }POST /api/v1/auth/registerOrbNET
query { servers }GET /api/v1/serversOrbNET
query { devices }GET /api/v1/users/me/devicesOrbNET
mutation { createSubscription }POST /api/v1/subscriptions/purchaseOrbNET
query { invoices }GET /api/v1/invoicesOrbNET

Ready to Migrate?

Explore the new API documentation with REST, gRPC, and WebSocket support.

View New API Docs

On this page