Operation v2
Deprecated
Sandbox
Sandbox
POST
/v2/operation
Last modified:2024-10-17 12:03:21
operation:create
DEPRECATED - This route is deprecated and will be removed September 1, 2025. Please use Create Ephemeral Operations instead.
Definitions:
1:n
authorizations.LAANC Deeplinking
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
Callback URL
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
}
JSON POST Body
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:Request
Header Params
Content-Type
enum<string>
required
Allowed value:
application/json;charset=UTF-8
Example:
application/json;charset=UTF-8
Authorization
string
required
accessToken
generated in Authorization stepExample:
{{access-token}}
Body Params application/json
Request samples
Responses
Modified at 2024-10-17 12:03:21