Sign in

Create Webhook Replay Job

documented

Create a replay job for a webhook.

POST /2/webhooks/replayWebhooksno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.x.com/2/webhooks/replay" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"from_date": "{{$from_date}}", "to_date": "{{$to_date}}", "webhook_id": "{{$webhook_id}}"}'