I want to set alerts and going to receive pushed messages. But i can not find any code example or api for how to receive pushed Notifications. So could anyone do me a favor to show me the API URL or code example ? Thanks.
If you look at the documentation page, there is a section describing the json body that will be POSTed to your server after you register an endpoint and setup alerts. There is link that exposes that documentation labeled: “Show example (JSON push notification)…” You can also use the push notification testing interface (flightaware.com/commercial/flightxml/send.rvt) to send test messages to your server as you’re developing/debugging it.
Thank you , i got it .