I have been trying to graduate the Webhook Subscriptions requirement for requested permissions.
I have created, gotten, renewed, and deleted webhooks multiple times but this will not change. Furthermore, when I make these requests, even after 5 minutes have passed for the requirements to update, my list of endpoints hit do not change. For example, I have created and deleted a webhook subscription successfully > 30 times yet the `n11s/subscription DELETE` endpoint only shows 2 `204s` and 1 `404`. I have been using the webhook callback successfully all day with the event filter `/restapi/v1.0/account/316936004/telephony/sessions?direction=Inbound`. I have made > 30 test calls with this and successfully received the data, however, Call Control has not met the requirement either.
I also do not understand what the `n11s` is on the subscriptions path. I also cannot find any endpoints that end with `subscriptions`, only `subscription`. Can someone lead me in the right direction? I am using the PHP SDK and want to use the API to determine when someone picks up and hangs up a call. I have requested permissions for Call Control for the sessions event filter, Webhook Subscriptions for the callback, and Read Accounts.
As I write this, the number of subscription endpoints hit has increased a lot, so I assume the update of 5 minutes must have been extremely slow. However, I am still missing that requirement in the Status & Review page. I'm not sure how to proceed.