मुख्य सामग्री पर जाएं
GET
/
2
/
tweets
/
search
/
webhooks
स्ट्रीम लिंक प्राप्त करें
curl --request GET \
  --url https://api.x.com/2/tweets/search/webhooks \
  --header 'Authorization: Bearer <token>'
{
  "errors": [
    {
      "title": "<string>",
      "type": "<string>",
      "detail": "<string>",
      "status": 123
    }
  ]
}

प्राधिकरण

Authorization
string
header
आवश्यक

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

प्रतिक्रिया

अनुरोध सफल रहा है।

data
object

किसी दिए गए stream के लिए सक्रिय webhook लिंक की सूची

errors
object[]
Minimum array length: 1

IETF RFC 7807 (https://tools.ietf.org/html/rfc7807) में परिभाषित एक HTTP Problem Details ऑब्जेक्ट।