Hello,
Im using your push notifications API in order tu know arrival/departure of flights.
I use SetAlert operation to set an alert for a flight, ex: AMX272.
Then use the GetAlerts operation to check if the alert was saved, and I can see it was correctly saved for AMX272.
But when your API calls my endpoint flight.ident value is: SLI272
So my software has no way to match flight numbers in order to change flight status.
How can I solve this problem?
Thanks.