curl --request GET \
--url https://api.x.com/2/tweets/search/webhooks \
--header 'Authorization: Bearer <token>'{
"data": {
"links": [
{
"application_id": "<string>",
"business_user_id": "<string>",
"created_at": "<string>",
"fields": [
"<string>"
],
"instance_id": "<string>",
"webhook_id": "<string>"
}
]
},
"errors": [
{
"title": "<string>",
"type": "<string>",
"detail": "<string>",
"status": 123
}
]
}Get a list of webhook links associated with a filtered stream ruleset.
curl --request GET \
--url https://api.x.com/2/tweets/search/webhooks \
--header 'Authorization: Bearer <token>'{
"data": {
"links": [
{
"application_id": "<string>",
"business_user_id": "<string>",
"created_at": "<string>",
"fields": [
"<string>"
],
"instance_id": "<string>",
"webhook_id": "<string>"
}
]
},
"errors": [
{
"title": "<string>",
"type": "<string>",
"detail": "<string>",
"status": 123
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The request has succeeded.
The list of active webhook links for a given stream
Show child attributes
list of links
Show child attributes
The application ID
The user ID
The datetime the webhook was linked to the stream
Requested fields to be rendered
A query-parameter formatted field or expansion, e.g., 'expansions=author_id' or 'user.fields=name,username'
The stream ID associated with the FilteredStream instance
The unique identifier for the webhook