メインコンテンツへスキップ
POST
/
2
/
account_activity
/
replay
/
webhooks
/
{webhook_id}
/
subscriptions
/
all
リプレイジョブを作成
curl --request POST \
  --url https://api.x.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"
}

承認

Authorization
string
header
必須

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

パスパラメータ

webhook_id
string
必須

webhook 設定の一意の識別子。 この Webhook 構成の一意の識別子。

Pattern: ^[0-9]{1,19}$
:

"1146654567674912769"

クエリパラメータ

from_date
string
必須

イベントが配信される最も古い(開始)UTC タイムスタンプ(含む)。yyyymmddhhmm 形式で指定します。

Pattern: ^\d{12}$
:

"202504242000"

to_date
string
必須

イベントが配信される最新の(終了)UTC タイムスタンプ(含まない)。yyyymmddhhmm 形式で指定します。

Pattern: ^\d{12}$
:

"202504242200"

レスポンス

リクエストが成功しました。

リプレイジョブリクエストが受理されたことの確認。

created_at
string<date-time>
必須

リプレイジョブが作成された日時を示す UTC タイムスタンプです。

:

"2025-04-24T20:57:15.242Z"

job_id
string
必須

このリプレイジョブの一意の識別子です。

:

"1915510368169844736"