Skip to content

Commit ec2a8eb

Browse files
Documentation edits made through Mintlify web editor
1 parent 0a4d9af commit ec2a8eb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

x-api/account-activity/introduction.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ curl --request POST --url 'https://api.twitter.com/2/account_activity/webhooks/:
134134

135135
###
136136

137-
### Checking a Subscription
137+
### [Checking a Subscription](https://docs.x.com/x-api/account-activity/check-if-a-subscription-exists-for-a-given-webhook-and-user)
138138

139139
**Endpoint**: GET /2/account\_activity/webhooks/:webhook\_id/subscriptions/all
140140
**Description**: Checks if the authenticating user is subscribed to the specified webhook.
@@ -174,7 +174,7 @@ curl --request GET --url 'https://api.twitter.com/2/account_activity/webhooks/:W
174174

175175
###
176176

177-
### Removing Subscriptions
177+
### [Removing Subscriptions](https://docs.x.com/x-api/account-activity/deactivates-a-subscription-for-the-specified-webhook-and-user-id)
178178

179179
**Endpoint**: DELETE /2/account\_activity/webhooks/:webhook\_id/subscriptions/:user\_id/all
180180
**Description**: Deactivates the subscription for a specific user ID, stopping event delivery to the webhook.
@@ -217,7 +217,7 @@ curl --request DELETE --url 'https://api.twitter.com/2/account_activity/webhooks
217217
| SubscriptionNotFound | No subscription exists for the specified user\_id on the given webhook\_id. |
218218
| WebhookIdInvalid | The provided webhook\_id was not found or is not associated with the app. |
219219

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)
221221

222222
**Endpoint**: GET /2/account\_activity/webhooks/:webhook\_id/subscriptions/all/list
223223
**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
263263

264264
###
265265

266-
### Subscriptions Count
266+
### [Subscriptions Count](https://docs.x.com/x-api/account-activity/get-a-count-of-subscriptions-that-are-currently-active-on-your-account)
267267

268268
**Endpoint**: GET /2/account\_activity/subscriptions/count
269269
**Description**: Returns the total count of active subscriptions and the provisioned limit for the authenticating application.
@@ -292,11 +292,10 @@ curl --request GET --url 'https://api.twitter.com/2/account_activity/subscriptio
292292
}
293293
```
294294

295-
## Replay Functionality
295+
## [Replay](https://docs.x.com/x-api/account-activity/request-activity-replay)
296296

297297
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.
298298

299-
### Replay Endpoint
300299

301300
**Endpoint**: POST /2/account\_activity/replay/webhooks/:webhook\_id/subscriptions/all
302301

0 commit comments

Comments
 (0)