AirHub API
  1. LAANC Authorizations
AirHub API
  • Introduction
  • Authorization
    • Overview
    • Get Oauth Token
      POST
  • Advisories
    • Advisory
      POST
    • Get Advisories BBox
      GET
    • Get Advisories GeoJSON
      POST
  • Briefing
    • Overview
    • B4UFLY
      • What Is B4UFLY
      • The API Basics
      • Location vs Area
      • v1
        • B4UFLY Briefing by Area v1
        • B4UFLY Briefing by Location v1
      • v2
        • What's New in v2
        • B4UFLY Briefing by Area v2
        • B4UFLY Briefing by Location v2
  • LAANC SDSP
    • Overview
    • ASL Operations
      • List Operations
      • Create Operation
      • Get Operation
      • Delete Operation
      • Update Operation
    • 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
    • Operation v2
      POST
    • Create Ephemeral Operations
      POST
  • Risk
    • Get Hazard
      POST
    • Get Hazard Ground Type
      POST
    • Get Hazard Ground Risk
      POST
  • Aviation
    • Aviation
  • Surface
    • Suitability
    • Classification Surface
    • Surface v2 GeoJSON
    • Surface v2 Hexbin
  • Route
    • Route v2
  • Check
    • Check Airspace
    • Get Status
  • Elevation - NEW
    • Elevation
  • Map Vector Tiles - NEW
    • Overview
    • Styled Tiles
    • Vector Tile
  1. LAANC Authorizations

Rescinded and Invalid Operations

Sandbox
https://airhub-api-sandbox.airspacelink.com
Sandbox
https://airhub-api-sandbox.airspacelink.com
GET
/v1/laanc-temp/rescinded-invalid-operations
LAANC Authorizations
Last modified:2024-10-17 12:08:20
Scope: laanc:read
Internal route for retrieving a list of rescinded and/or invalid operations

Request

None

Request 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/laanc-temp/rescinded-invalid-operations'

Responses

🟢200OK
application/json
A successful response.
Body
rescinded
array[string]
required
The UUIDs of all rescinded operations
invalid
array[string]
required
The UUIDs of all invalid operations
Example
{
  "rescinded": [
    "1cee0791-0740-4dc8-91a0-fd25d7ab6e50",
    "f9de95e8-d261-415d-9da1-7e622f60da75"
  ],
  "invalid": [
    "0e14b727-a039-4ffa-bc02-50c2fda08547",
    "0f5394d2-62cf-46b9-83c4-8c13110eea0f"
  ]
}
🟠403Forbidden
🟠404Record Not Found
🔴500Server Error
Previous
Update Operation
Next
Submit Authorization
Built with