We have registered a couple of alerts using the API. But we are not able to receive any requests.
From Recently delivered alerts view (AeroAPI Push Notifications - FlightAware) we get the following error:
{
"fault": {
"faultstring": "The Service is temporarily unavailable",
"detail": {
"errorcode": "messaging.adaptors.http.flow.ServiceUnavailable"
}
}
}
Using the “AeroAPI Push Notification Testing Interface” it doesn’t send anything. Our server endpoint it’s working. To make sure it is not our server, we also do not receive any alert using an online webhook services, such as webhook.site.
In the API usage view this service is generating cost.
Any help is appreciated