v1

latestOpenAPI 3.1.02026-07-26180242448.0 KB
Stream Webhooks

Test webhook

Send a test payload to the webhook configured for a stream monitor. Returns the HTTP status code and response time from the webhook endpoint. Useful for verifying webhook connectivity before going live.

post/v1/twitter/stream/webhooks/test

Request body

monitor_idstring required

The ID of the stream monitor whose webhook to test.

Response

Webhook test result.

successboolean

Whether the webhook responded with a 2xx status code.

status_codeinteger nullable

HTTP status code returned by the webhook endpoint.

response_time_msnumber nullable

Response time in milliseconds.

errorstring nullable

Error message if the webhook test failed.