Retrieve all webhook endpoints registered to your account
Documentation Index
Fetch the complete documentation index at: https://docs.xquik.com/llms.txt
Use this file to discover all available pages before exploring further.
secret is never included in list responses. It is only returned once at creation time.webhooks[].id for updates, deletes, test deliveries, and delivery
history lookups.webhooks[].url so configuration reviews can detect stale receiver
endpoints before production monitor events fail.webhooks[].eventTypes and compare it with monitor event types before
expecting tweet.new, tweet.quote, tweet.reply, or tweet.retweet.webhooks[].isActive; inactive webhooks do not receive monitor
events and must be reactivated before testing.webhooks[].createdAt for audit logs and configuration drift checks.secret is not listed. Store it from
Create Webhook, then verify deliveries
with Signature Verification.x-api-key header) or session cookie from the dashboard.Next steps: Create Webhook · Update Webhook · Delete Webhook