POST /2/account_activity/replay/webhooks/{webhook_id}/subscriptions/all
Creates a replay job to retrieve activities from up to the past 5 days for all subscriptions associated with a given webhook.
Servers
- https://api.x.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.