{ "openapi": "3.0.4", "info": { "title": "Starlink Public API", "description": "
To authenticate with this API using OIDC, Well Known URL and attach the result to your requests with the Authorize button below.
", "version": "2" }, "servers": [ { "url": "/api" } ], "paths": { "/public/v2/account": { "get": { "tags": [ "Account" ], "summary": "Get account information", "description": "Required permission: Account information, View.", "responses": { "401": { "description": "Unauthorized" }, "403": { "description": "Missing required permission for this endpoint or resource" }, "200": { "description": "Account retrieved", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AccountResponseV2ServiceResponse" } } } }, "422": { "description": "Failed to retrieve account", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ServiceResponse" } } } } } } }, "/public/v2/data-usage/query": { "post": { "tags": [ "Account" ], "summary": "Query data usage", "description": "Required permission: Service plan, View.