Is there a way to receive webhooks when a flight has a delay after departure? From looking at the documentation and trying the API, it seems like delays are bundled into departure and arrival events, but I don’t see a way to get notified about new delays in-flight. I’d rather not poll the API for these types of changes. Thank you!
Aside from delays triggered by a diversion or hold, the webhook would not issue an alert for other types of delays. We recommend making a separate call using get /flights/{ident} to see if the estimated times have changed.
