operation:create
DEPRECATED - This route is deprecated and will be removed September 1, 2025. Please use Create Ephemeral Operations instead.
1:n
authorizations.https://portal.airspacelink.com/plan/operations/{id}/claim
ℹ️ Important: Operations will be created in the environment respective to the API with which they were created. Operations created via the Sandbox API to the Sandbox Portal environment Operations created via the Production API to the Production Portal environment
callbackUrl
during operation creation. 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
}
geometry
is a valid GeoJSON LineString will result in a buffered Polygon. FAA requires input geometries for an operation be a valid GeoJSON Polygon. Validation checks are applied to the input LineString/resulting Polygon/or input Polygon:accessToken
generated in Authorization step