Webhooks
Create replay job for webhook
Creates a replay job to retrieve events from up to the past 24 hours for all events delivered or attempted to be delivered to the webhook.
POST
Create replay job for webhook
Documentation Index
Fetch the complete documentation index at: https://docs.x.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The oldest (starting) UTC timestamp (inclusive) from which events will be provided, in yyyymmddhhmm format.
Pattern:
^[0-9]{12}$Example:
"202504242000"
The oldest (starting) UTC timestamp (inclusive) from which events will be provided, in yyyymmddhhmm format.
Pattern:
^[0-9]{12}$Example:
"202504242000"
The unique identifier of this webhook config.
Pattern:
^[0-9]{1,19}$Example:
"1146654567674912769"
Response
The request has succeeded.