Headers
Your API key. Session cookie authentication is also supported. Generate a key from the dashboard.
Must be
application/json.Body
X username to monitor. 1-15 characters, alphanumeric and underscores only. The
@ prefix is automatically stripped if included.Array of event types to subscribe to. At least 1 required. See Valid Event Types below.
Valid Event Types
| Event Type | Description |
|---|---|
tweet.new | New original tweet posted |
tweet.quote | Quote tweet posted |
tweet.reply | Reply to another tweet |
tweet.retweet | Retweet of another tweet |
Response
- 201 Created
- 400 Invalid Input
- 401 Unauthenticated
- 403 Limit Reached
- 409 Duplicate
- 502 Stream Registration Failed
Next steps: List Monitors to see all your monitors, Get Monitor to fetch details, or Create Webhook to start receiving events at your endpoint.