POST /2/account_activity/replay/webhooks/{webhook_id}/subscriptions/all
Submits a request to retrieve activities from up to the past five days for all subscriptions associated with the specified webhook during the date and time windows provided.
Servers
- https://api.twitter.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
webhook_id |
String | Yes |
The unique identifier for the webhook configuration. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
to_date |
String | Yes |
The latest (ending) UTC timestamp (exclusive) up to which events will be provided, in |
from_date |
String | Yes |
The oldest (starting) UTC timestamp (inclusive) from which events will be provided, in |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.