Stream Webhooks
Create webhook
Create a new webhook endpoint for a stream monitor. Webhooks receive HMAC-SHA256 signed POST requests when new tweets are detected.
post/v1/twitter/stream/webhooks
Request body
Example request
{
"url": "https://example.com/webhooks/twitter"
}Response
Webhook created successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.