Scope:laanc:createThis method will create a new LAANC Authorization
Request
Path Params
Body Params application/jsonRequired
Example
{"justification":"There are no scheduled flights at this time"}
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 POST 'https://airhub-api-sandbox.airspacelink.com/v1/operations//laanc/authorizations/' \
--header'Content-Type: application/json' \
--data-raw'{
"justification": "There are no scheduled flights at this time"
}'