Bearer {token}
.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 Authorizationhttps://portal.airspacelink.com/plan/operations/{id}/claim
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 |