cURL
curl --request POST \ --url https://api.x.com/2/tweets/search/webhooks/{webhook_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "provisioned": true }, "errors": [ { "detail": "<string>", "status": 123, "title": "<string>", "type": "<string>" } ] }
Creates a link to deliver FilteredStream events to the given webhook.
Show child attributes
1