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
| webhook\_id | The ID of the webhook to list subscriptions for. |
230
230
231
231
**Request**:
@@ -306,13 +306,13 @@ AAAv2 provides replay functionality that allows you to retrieve past events for
306
306
**Path Parameters**:
307
307
308
308
| Parameter | Description |
309
-
| ----- | ----- |
309
+
|:----- |:----- |
310
310
| webhook\_id | The ID of the webhook to begin replay |
311
311
312
312
**Query Parameters**:
313
313
314
314
| Parameter | Description |
315
-
| ----- | ----- |
315
+
|:----- |:----- |
316
316
| from\_date | The oldest (starting) UTC timestamp from which the events will be provided, must be in ‘yyyymmddhhmm’ format. Timestamp is in minute granularity and is inclusive (i.e. 12:00 includes the 00 minute). Valid times must be within the last 24 hours, UTC time, and no more recent than 31 minutes before the current point in time. It’s recommended that the from\_date and to\_date should be within \~2 hours. |
317
317
| to\_date | The latest (ending) UTC timestamp to which the event will be provided, must be in ‘yyyymmddhhmm’ format. Timestamp is in minute granularity and is exclusive (i.e. 12:30 does not include the 30th minute of the hour). Valid times must be within the last 24 hours, UTC time, and no more than 10 minutes before the current point in time. |
318
318
@@ -376,7 +376,7 @@ In the event your job does not complete successfully, we will return the followi
376
376
## Account Activity Data Object Structure
377
377
378
378
| Object | Details |
379
-
| ----- | ----- |
379
+
|:----- |:----- |
380
380
| for\_user\_id | Identifies the user subscription that the event is related to. |
381
381
| is\_blocked\_by | (Conditional) Shown only for Post mention events if the mentioning user is blocked by the subscribed user. |
382
382
| source | The user performing the activity (e.g., the user following, blocking, or muting). |
@@ -385,7 +385,7 @@ In the event your job does not complete successfully, we will return the followi
385
385
### Available Activities
386
386
387
387
| Message Type | Details |
388
-
| ----- | ----- |
388
+
|:----- |:----- |
389
389
| tweet\_create\_events | Post status for Posts, Retweets, Replies, @mentions , Quote Tweets, or Retweet of Quote Tweets. |
390
390
| favorite\_events | Like event with user and target. |
391
391
| follow\_events | Follow event with user and target. |
@@ -887,7 +887,7 @@ The webhook limit is set at the account level, not per app. For example, with th
887
887
## Account Activity API Reference Index
888
888
889
889
| Purpose | V2 Endpoint |
890
-
| ----- | ----- |
890
+
|:----- |:----- |
891
891
| Subscribes an application to an account's events | POST /2/account\_activity/webhooks/:webhook\_id/subscriptions/all |
892
892
| Returns a count of currently active subscriptions | GET /2/account\_activity/subscriptions/count |
893
893
| Checks if a webhook is subscribed to an account | GET /2/account\_activity/webhooks/:webhook\_id/subscriptions/all |
0 commit comments