After placing an order for data using the ECHO REST API, we'd (IceBridge Portal) like to do two things:

  1. Be notified when the order is complete (the application, not the end-user).
  2. Get the link(s) to the user's data when using the "FtpPull" delivery option.

To get notified when the order is complete, is the only option to poll the order status via the API? Is there a webhook available so that we could register an endpoint that will get POSTed to when the order is complete?

Is there a way to get the link(s) to the user's data after the order has been fulfilled? Looking at the API docs, it wasn't clear to us if this came back in any of the GET responses for the order, order_items, or provider_orders resources.