POST
/
2
/
account_activity
/
replay
/
webhooks
/
{webhook_id}
/
subscriptions
/
all
curl --request POST \
  --url https://api.twitter.com/2/account_activity/replay/webhooks/{webhook_id}/subscriptions/all \
  --header 'Authorization: Bearer <token>'
{
  "created_at": "2025-04-24T20:57:15.242Z",
  "job_id": "1915510368169844736"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhook_id
string
required

The unique identifier for the webhook configuration.

Example:

"1146654567674912769"

Query Parameters

from_date
string
required

The oldest (starting) UTC timestamp (inclusive) from which events will be provided, in yyyymmddhhmm format.

Example:

"202504242000"

to_date
string
required

The latest (ending) UTC timestamp (exclusive) up to which events will be provided, in yyyymmddhhmm format.

Example:

"202504242200"

Response

200
application/json

The request has succeeded.

Confirmation that the replay job request was accepted.