Skip to main content
GET
/
v1
/
twitter
/
stream
/
webhooks
List webhooks
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
}

Authorizations

x-api-key
string
header
required

Your ScrapeBadger API key. You can find this in your dashboard at https://scrapebadger.com/dashboard/api-keys.

Query Parameters

monitor_id
string

Filter webhooks by stream monitor ID.

Response

Successfully retrieved webhooks.

webhooks
object[]
total
integer

Total number of webhooks.