AirHub API
AirHub® Portal (Sandbox)
  1. AppService
AirHub API
  • Introduction
  • Overview
  • Overview
  • Overview
  • What Is B4UFLY
  • Location vs Area
  • The API Basics
  • What's New in v2
  • Overview
  • LAANC SDSP
    • Overview
    • LAANC Operations
      • Get Operation
      • Delete Operation
      • Create Operation
      • Update Operation
  • LAANC Authorizations
    • Rescinded and Invalid Operations
      GET
    • Submit Authorization
      POST
    • Get Authorization
      GET
    • Cancel Authorization
      PATCH
    • Cancel Invalid Authorization
      PATCH
    • Close Authorization
      PATCH
    • Acknowledge Rescinded Authorization
      PATCH
  • AppService
    • AppService_ListApps
      GET
    • AppService_GenerateAgolToken
      POST
  • BriefingService
    • BriefingService_B4uflyArea
      POST
    • BriefingService_B4uflyLocation
      POST
    • BriefingService_BriefingArea
      POST
    • BriefingService_BriefingLocation
      POST
  • SessionService
    • SessionService_GetSession
      GET
  • Schemas
    • authorizationsvc.v1.Authorization
    • protobufAny
    • authorizationsvc.v1.AuthorizationService.SubmitAuthorizationBody
    • rpcStatus
    • authorizationsvc.v1.Class
    • protobufNullValue
    • v1App
    • authorizationsvc.v1.Deny
    • v1GetSessionResponse
    • authorizationsvc.v1.CancelAuthorizationResponse
    • authorizationsvc.v1.FacilityMap
    • v1Altitude
    • v1AppCategory
    • authorizationsvc.v1.CancelInvalidAuthorizationResponse
    • ==================================== Models ====================================
    • authorizationsvc.v1.Status
    • ==================================== GenerateAgolToken ====================================
    • v1AltitudeReference
    • authorizationsvc.v1.SubmissionType
    • ==================================== Models ====================================
    • v1GenerateAgolTokenResponse
    • authorizationsvc.v1.CloseAuthorizationResponse
    • v1OrgSubscription
    • v1AltitudeUnit
    • v1ListAppsResponse
    • v1Webmap
    • v1AuthorizationType
    • v1B4uflyAreaRequest
    • authorizationsvc.v1.GetAuthorizationResponse
    • v1B4uflyAreaResponse
    • laancsvc.v1.Action
    • google.protobuf.Any
    • google.protobuf.NullValue
    • v1B4uflyLocationRequest
    • authorizationsvc.v1.InvalidRescindedOperationsResponse
    • laancsvc.v1.Candidate
    • authorizationsvc.v1.RescindAckResponse
    • v1B4uflyLocationResponse
    • google.rpc.Status
    • laancsvc.v1.DeleteOperationResponse
    • laancsvc.v1.GetOperationResponse
    • v1BriefingAreaRequest
    • laancsvc.v1.License
    • v1BriefingLocationRequest
    • laancsvc.v1.Notice
    • authorizationsvc.v1.SubmitAuthorizationResponse
    • v1ContactInformation
    • laancsvc.v1.Operation
    • v1Event
    • laancsvc.v1.OperationResponse
    • v1Notice
    • laancsvc.v1.OperationService.CreateOperationBody
    • v1NoticeCode
    • laancsvc.v1.OperationService.UpdateOperationBody
    • v1NoticeDataSource
    • laancsvc.v1.PointOfContact
    • v1NoticeDataSubtype
    • laancsvc.v1.Reason
    • v1NoticeStatus
    • laancsvc.v1.UpdateOperationResponse
    • v1RuleCode
    • laancsvc.v1.ReverseLookupOperationResponse
    • v1Schedule
    • v1TimeOfUse
AirHub® Portal (Sandbox)
  1. AppService

AppService_ListApps

Sandbox
https://airhub-api-sandbox.airspacelink.com
Sandbox
https://airhub-api-sandbox.airspacelink.com
GET
/v1/apps
Last modified:2026-03-05 18:09:50
Fetch information about the apps a user has permission to access

Request

None

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://airhub-api-sandbox.airspacelink.com/v1/apps'

Responses

🟢200
application/json
A successful response.
Body

Example
{
    "apps": [
        {
            "id": "string",
            "name": "string",
            "slug": "string",
            "description": "string",
            "logoUrl": "string",
            "appUrl": "string",
            "universalAccess": true,
            "mobileFriendly": true,
            "slots": [
                "string"
            ],
            "permissions": [
                "string"
            ],
            "category": "UNCATEGORIZED"
        }
    ]
}
🟠403
🟠404
🔴500
⚪default
Modified at 2026-03-05 18:09:50
Previous
Acknowledge Rescinded Authorization
Next
AppService_GenerateAgolToken
Built with