Graph API for call records unable to establish new subscriptions
Hi,
I'm using Graph API for subscribing to call records. This was working till recently. However, when I try to request a new subscription, I'm getting a 400 Bad Request with "Subscription validation request timed out". However, it doesn't look like Graph API even tries to reach the validation endpoint. The validation endpoint is reachable (I verified this), so what could be the reason for this?
In other cases, I also see the validation endpoint being reached with this message being print "Testing client application reachability for subscription Request-Id: d6ab33f7-8678-488b-8f51-36bab68284e9" (this is the validation token from Graph API) - e.g. for error cases like "Forbidden; Reason: The request is not authorized for this user or application." But, if there are no errors for authorization, the validation request is never to sent to the validation endpoint of my service.
Was there any change in this area?