Passer au contenu principal
GET
/
2
/
tweets
/
search
/
webhooks
Récupérer les liens de flux
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
    }
  ]
}

Autorisations

Authorization
string
header
requis

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

Réponse

Requête réussie.

data
object

La liste des liens de webhook actifs pour un flux donné.

errors
object[]
Minimum array length: 1

Un objet HTTP Problem Details, tel que défini dans la RFC IETF 7807 (https://tools.ietf.org/html/rfc7807).