Create webhook
Stream Monitors API
Create Webhook
Create a new webhook endpoint for a stream monitor. Webhooks receive HMAC-SHA256 signed POST requests when new tweets are detected.
POST
Create webhook
Authorizations
Your ScrapeBadger API key. You can find this in your dashboard at https://scrapebadger.com/dashboard/api-keys.
Body
application/json
Webhook configuration.
Response
Webhook created successfully.
Webhook endpoint details. Only returned on creation; the secret is included in the response.
Unique webhook identifier.
ID of the associated stream monitor.
HTTPS URL of the webhook endpoint.
Timestamp when the webhook was created.
Webhook secret for HMAC-SHA256 signing. Only returned once on creation.

