cURL
curl --request GET \ --url https://scrapebadger.com/v1/twitter/stream/webhooks \ --header 'x-api-key: <api-key>'
{ "webhooks": [ { "id": "<string>", "monitor_id": "<string>", "url": "<string>", "secret_set": true, "created_at": "2023-11-07T05:31:56Z", "monitor_name": "<string>" } ], "total": 123 }
List all webhooks for the authenticated API key. Optionally filter by monitor ID.
Your ScrapeBadger API key. You can find this in your dashboard at https://scrapebadger.com/dashboard/api-keys.
Filter webhooks by stream monitor ID.
Successfully retrieved webhooks.
Show child attributes
Total number of webhooks.