Headers
Your API key. This endpoint also accepts session cookie authentication.
Must be
application/json.Body
HTTPS endpoint URL where events will be delivered. HTTP URLs are rejected.
Array of event types to subscribe to. At least 1 required. Valid types:
tweet.new, tweet.reply, tweet.quote, tweet.retweet.Response
- 201 Created
- 401 Unauthenticated
- 400 Invalid Input
This endpoint supports dual authentication — either API key (
x-api-key header) or session cookie from the dashboard.Related: List Webhooks · Signature Verification · Webhooks Overview