You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| SubscriptionNotFound | No subscription exists for the specified user\_id on the given webhook\_id. |
218
218
| WebhookIdInvalid | The provided webhook\_id was not found or is not associated with the app. |
219
219
220
-
### Viewing all Subscriptions
220
+
### [Viewing all Subscriptions](https://docs.x.com/x-api/account-activity/get-a-list-of-the-current-all-activity-type-subscriptions-for-the-specified-webhook)
221
221
222
222
**Endpoint**: GET /2/account\_activity/webhooks/:webhook\_id/subscriptions/all/list
223
223
**Description**: Retrieves a list of all user IDs currently subscribed to the specified webhook.
@@ -263,7 +263,7 @@ curl --request GET --url 'https://api.twitter.com/2/account_activity/webhooks/:W
AAAv2 provides replay functionality that allows you to retrieve past events for a specified time range and re-deliver them to your webhook. This is useful for recovering missed events due to downtime.
298
298
299
-
### Replay Endpoint
300
299
301
300
**Endpoint**: POST /2/account\_activity/replay/webhooks/:webhook\_id/subscriptions/all
0 commit comments