post_flights_status
Post a flight status event to report real-time updates for Starlink-connected aircraft. Use tail number, flight number, and event type to submit departures, arrivals, or metadata.
Instructions
Post a flight event — Required permission: Aviation flight status management, Edit.Post a real-time flight event on a Starlink-enabled plane. This endpoint is only accessible from an aviation account. — [POST /public/v2/flights/status]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tailNumber | Yes | Tail Number that matches aircraft registration. | |
| flightNumber | Yes | Flight Number that specifies specific route operated by airlines. Please include 2-character airline code in IATA format followed by 1-4 digits. | |
| eventType | Yes | Allowed values: "EventUnknown", "Departure", "Arrival", "MetadataUpdate" | |
| eventTimeUtc | No | ISO 8601 Timestamp that represents actual gate departure (if eventType = Departure) or gate arrival (if eventType = Arrival) time in UTC. | |
| eventAirport | No | eventAirport | |
| scheduledArrivalAirport | No | scheduledArrivalAirport | |
| estimatedGateArrivalTimeUtc | No | Optional Metadata. ISO 8601 Timestamp that represents estimated gate arrival time in UTC. | |
| passengerCount | No | Optional Metadata. Actual passenger count on flight. | |
| slaOptOutFlight | No | Optional Metadata. Exclude this flight from Starlink SLA commitments. Default is false. Default: false |