Overview
LAANC Supplemental Data Service Provider (SDSP)
LAANC SDSP with Airspace Link
LAANC Lite [Step 1]
Prerequisites
Authorization
Bearer {token}
.Typical Process (a.k.a. Happy Path)
1.
Note
callbackUrl
. Airspace Link will dispatch a call to the url when changes occur to the status of any authorization associated with the operation. In order to distinguish between different operations, your callbackUrl may include a unique ID which represents your system's internal identifier. Common patterns may include https://myapp.com/aslCallback/{ID} or https://myapp.com/aslCallback?id={ID}. The url may be structured in any way meaningful to your organization.{
authId: string,
authStatus: string,
authStatusDate: string,
startTime: string,
duration: number,
altitude: number,
atc: string
}
authStatus
see the status
property definition in the response for Get Authorization2.
3.
https://portal.airspacelink.com/plan/operations/{id}/claim
4.
1.
2.
3.
4.
5.
6.
LAANC SDSP [Step 2]
Prerequisites
Authorization
Typical Process (a.k.a. Happy Path)
Note
1.
2.
1.
2.
SUBMISSION_TYPE_AUTO_AUTHORIZATION
for the submissionType
property.Possible Submission Type (default in bold) | Description |
---|---|
SUBMISSION_TYPE_UNSPECIFIED | Submission type could not be determined |
SUBMISSION_TYPE_AUTO_AUTHORIZATION | Candidate can be submitted for auto-authorization |
SUBMISSION_TYPE_FURTHER_COORDINATION | Candidate requires further coordination with the ATC |
3.
4.
Learn More
Modified at 2024-10-17 13:28:52