c367e6e8f845

latestOpenAPI 3.1.02026-08-09127104507.8 KB
Webhooks

Receive monitor event

Receive one signed Xquik monitor event.

postWebhookmonitorEvent

Payload

dataobject required
eventType'tweet.new' | 'tweet.reply' | 'tweet.retweet' | 'tweet.quote' | 'tweet.media' | 'tweet.link' | 'tweet.poll' | 'tweet.mention' | 'tweet.hashtag' | 'tweet.longform' | 'profile.avatar.changed' | 'profile.banner.changed' | 'profile.name.changed' | 'profile.username.changed' | 'profile.bio.changed' | 'profile.location.changed' | 'profile.url.changed' | 'profile.verified.changed' | 'profile.protected.changed' | 'profile.pinned_tweet.changed' | 'profile.unavailable.changed' required

Type of monitor event fired when account activity occurs.

usernamestring

Example payload

{
  "eventType": "tweet.new"
}

Response

Event accepted.