Hi,
We have been using Standard beta Account Activity API and are transitioning towards the premium API.
In order to move to the new API we need to analyze the subscriptions for our webhook. However, the API endpoint GET account_activity/webhooks/:webhook_id/subscriptions/list always returns
{
“message”: “Sorry, that page does not exist”,
“code”: 34
}
We also tried the GET account_activity/webhooks/:webhook_id/subscriptions endpoint with user context (auth token) for which we know the subscription exists. However, we keep getting the same error “Sorry, that page does not exist”.
The endpoint GET account_activity/webhooks works fine so we know its not an authentication issue.
We understand that the beta API is due to retire, however, we need the endpoints to work while we transition to premium API.
Thanks for you help.