cURL
curl --request GET \ --url https://api.x.com/2/webhooks \ --header 'Authorization: Bearer <token>'
{ "data": [ { "created_at": "2023-11-07T05:31:56Z", "id": "1146654567674912769", "url": "<string>", "valid": true } ], "errors": [ { "detail": "<string>", "status": 123, "title": "<string>", "type": "<string>" } ], "meta": { "result_count": 123 } }
Get a list of webhook configs associated with a client app.
1
Show child attributes