Processing Webhooks - API Reference
When a monitor detects an update (e.g., a new tweet from the target user), the API sends a request to your webhook URL. Each webhook request contains a single tweet or user profile. If the API detects multiple updates simultaneously, it dispatches an individual webhook request for each event.
The API first checks for a monitor-specific webhook_url
. If not set, it uses your global webhook URL.
Currently, the API does not retry failed requests. However, this behavior may change in the future. We recommend always returning HTTP Status 200
for successfully received webhook requests.
Webhook Payload
Each request contains 3 properties:
event
defines the type of event that triggered a webhook and will always be one ofnew_tweet
,new_following
,profile_update
.data
contains the actual data of the event and is consistent with our tweet details or user details endpoints depending on the type of monitor.meta
contains details of the monitor that triggered the event.
{ "event": "new_tweet", "data": { // ... Tweet details ... }, "meta": { "monitor_id": "01hx1r99s0nsqq1ffdhmyyqbfr", "monitor_type": "user_tweets", "monitored_id_str": "44196397" }}
Event Examples
{ "event": "new_following", "data": { "id": 295218901, "id_str": "295218901", "name": "vitalik.eth", "screen_name": "VitalikButerin", "location": "Earth", "url": null, "description": "mi pinxe lo crino tcati", "protected": false, "verified": true, "followers_count": 5702740, "friends_count": 465, "listed_count": 37058, "favourites_count": 8856, "statuses_count": 20628, "created_at": "2011-05-08T16:03:03.000000Z", "profile_banner_url": "https://pbs.twimg.com/profile_banners/295218901/1638557376", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1880759276169224192/rXpjZO0A_normal.jpg", "can_dm": false }, "meta": { "monitor_id": "01jkf3zgfwt8gnpgevxf9w6h58", "monitor_type": "user_following", "monitored_id_str": "1659965172780511232" }}
{ "event": "new_tweet", "data": { "tweet_created_at": "2025-02-12T02:43:10.000000Z", "id": 1889505498761703504, "id_str": "1889505498761703504", "conversation_id_str": "1889505498761703504", "text": null, "full_text": "Assange is right!", "source": "<a href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\">Twitter for iPhone<\/a>", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 44196397, "id_str": "44196397", "name": "Elon Musk", "screen_name": "elonmusk", "location": "", "url": null, "description": "", "protected": false, "verified": true, "followers_count": 217258406, "friends_count": 1013, "listed_count": 159662, "favourites_count": 122139, "statuses_count": 70054, "created_at": "2009-06-02T20:12:29.000000Z", "profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/44196397\/1726163678", "profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1874558173962481664\/8HSTqIlD_normal.jpg", "can_dm": false }, "quoted_status_id": null, "quoted_status_id_str": "1889494636323885155", "is_quote_status": true, "quoted_status": { "tweet_created_at": "2025-02-12T02:00:01.000000Z", "id": 1889494636323885155, "id_str": "1889494636323885155", "conversation_id_str": "1889494636323885155", "text": null, "full_text": "\ud83d\udea8ASSANGE ON USAID: \u2018CIVIL SOCIETY IS A FABLE\u2019\n\nAssange exposed how NGOs have been co-opted into political weapons, arguing that civil society is no longer independent but a \u201cbuyer\u2019s market\u201d for influence:\n\n\u201cThe last forty years have seen a huge proliferation of think tanks and political NGOs whose purpose, beneath all the verbiage, is to execute political agendas by proxy.\u201d\n\nHe singled out USAID, Freedom House, and \u2018civil society\u2019 events as vehicles for Western political interests masquerading as grassroots activism.\n\nSource: @WikiLeaks", "source": "<a href=\"http:\/\/twitter.com\" rel=\"nofollow\">Twitter Web Client<\/a>", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 1319287761048723458, "id_str": "1319287761048723458", "name": "Mario Nawfal", "screen_name": "MarioNawfal", "location": "", "url": "https:\/\/roundtable.live", "description": "Largest Show on X | Founder @ibcgroupio", "protected": false, "verified": true, "followers_count": 2030538, "friends_count": 44251, "listed_count": 8614, "favourites_count": 144210, "statuses_count": 109900, "created_at": "2020-10-22T14:42:25.000000Z", "profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/1319287761048723458\/1736691634", "profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/1670905743619268609\/pYItlWat_normal.jpg", "can_dm": true }, "quoted_status_id": null, "quoted_status_id_str": null, "is_quote_status": false, "quoted_status": null, "retweeted_status": null, "quote_count": 16, "reply_count": 51, "retweet_count": 350, "favorite_count": 871, "views_count": 26067, "bookmark_count": 54, "lang": "en", "entities": { "media": [ { "display_url": "pic.x.com\/wbWQYxFEuQ", "expanded_url": "https:\/\/x.com\/MarioNawfal\/status\/1889494636323885155\/photo\/1", "id_str": "1889490561775628288", "indices": [ 278, 301 ], "media_key": "3_1889490561775628288", "media_url_https": "https:\/\/pbs.twimg.com\/media\/GjjRp60W8AAJ39i.jpg", "type": "photo", "url": "https:\/\/t.co\/wbWQYxFEuQ", "ext_media_availability": { "status": "Available" }, "features": { "large": { "faces": [ { "x": 121, "y": 32, "h": 83, "w": 83 } ] }, "medium": { "faces": [ { "x": 121, "y": 32, "h": 83, "w": 83 } ] }, "small": { "faces": [ { "x": 121, "y": 32, "h": 83, "w": 83 } ] }, "orig": { "faces": [ { "x": 121, "y": 32, "h": 83, "w": 83 } ] } }, "sizes": { "large": { "h": 183, "w": 275, "resize": "fit" }, "medium": { "h": 183, "w": 275, "resize": "fit" }, "small": { "h": 183, "w": 275, "resize": "fit" }, "thumb": { "h": 150, "w": 150, "resize": "crop" } }, "original_info": { "height": 183, "width": 275, "focus_rects": [ { "x": 0, "y": 0, "w": 275, "h": 154 }, { "x": 80, "y": 0, "w": 183, "h": 183 }, { "x": 91, "y": 0, "w": 161, "h": 183 }, { "x": 125, "y": 0, "w": 92, "h": 183 }, { "x": 0, "y": 0, "w": 275, "h": 183 } ] } }, { "display_url": "pic.x.com\/wbWQYxFEuQ", "expanded_url": "https:\/\/x.com\/MarioNawfal\/status\/1889494636323885155\/photo\/1", "id_str": "1889490561775587328", "indices": [ 278, 301 ], "media_key": "3_1889490561775587328", "media_url_https": "https:\/\/pbs.twimg.com\/media\/GjjRp60WUAA_pZa.jpg", "type": "photo", "url": "https:\/\/t.co\/wbWQYxFEuQ", "ext_media_availability": { "status": "Available" }, "features": { "large": { "faces": [] }, "medium": { "faces": [] }, "small": { "faces": [] }, "orig": { "faces": [] } }, "sizes": { "large": { "h": 1600, "w": 1053, "resize": "fit" }, "medium": { "h": 1200, "w": 790, "resize": "fit" }, "small": { "h": 680, "w": 448, "resize": "fit" }, "thumb": { "h": 150, "w": 150, "resize": "crop" } }, "original_info": { "height": 1600, "width": 1053, "focus_rects": [ { "x": 0, "y": 224, "w": 1053, "h": 590 }, { "x": 0, "y": 0, "w": 1053, "h": 1053 }, { "x": 0, "y": 0, "w": 1053, "h": 1200 }, { "x": 126, "y": 0, "w": 800, "h": 1600 }, { "x": 0, "y": 0, "w": 1053, "h": 1600 } ] } }, { "display_url": "pic.x.com\/wbWQYxFEuQ", "expanded_url": "https:\/\/x.com\/MarioNawfal\/status\/1889494636323885155\/photo\/1", "id_str": "1889490561775628288", "indices": [ 278, 301 ], "media_key": "3_1889490561775628288", "media_url_https": "https:\/\/pbs.twimg.com\/media\/GjjRp60W8AAJ39i.jpg", "type": "photo", "url": "https:\/\/t.co\/wbWQYxFEuQ", "ext_media_availability": { "status": "Available" }, "features": { "large": { "faces": [ { "x": 121, "y": 32, "h": 83, "w": 83 } ] }, "medium": { "faces": [ { "x": 121, "y": 32, "h": 83, "w": 83 } ] }, "small": { "faces": [ { "x": 121, "y": 32, "h": 83, "w": 83 } ] }, "orig": { "faces": [ { "x": 121, "y": 32, "h": 83, "w": 83 } ] } }, "sizes": { "large": { "h": 183, "w": 275, "resize": "fit" }, "medium": { "h": 183, "w": 275, "resize": "fit" }, "small": { "h": 183, "w": 275, "resize": "fit" }, "thumb": { "h": 150, "w": 150, "resize": "crop" } }, "original_info": { "height": 183, "width": 275, "focus_rects": [ { "x": 0, "y": 0, "w": 275, "h": 154 }, { "x": 80, "y": 0, "w": 183, "h": 183 }, { "x": 91, "y": 0, "w": 161, "h": 183 }, { "x": 125, "y": 0, "w": 92, "h": 183 }, { "x": 0, "y": 0, "w": 275, "h": 183 } ] } }, { "display_url": "pic.x.com\/wbWQYxFEuQ", "expanded_url": "https:\/\/x.com\/MarioNawfal\/status\/1889494636323885155\/photo\/1", "id_str": "1889490561775587328", "indices": [ 278, 301 ], "media_key": "3_1889490561775587328", "media_url_https": "https:\/\/pbs.twimg.com\/media\/GjjRp60WUAA_pZa.jpg", "type": "photo", "url": "https:\/\/t.co\/wbWQYxFEuQ", "ext_media_availability": { "status": "Available" }, "features": { "large": { "faces": [] }, "medium": { "faces": [] }, "small": { "faces": [] }, "orig": { "faces": [] } }, "sizes": { "large": { "h": 1600, "w": 1053, "resize": "fit" }, "medium": { "h": 1200, "w": 790, "resize": "fit" }, "small": { "h": 680, "w": 448, "resize": "fit" }, "thumb": { "h": 150, "w": 150, "resize": "crop" } }, "original_info": { "height": 1600, "width": 1053, "focus_rects": [ { "x": 0, "y": 224, "w": 1053, "h": 590 }, { "x": 0, "y": 0, "w": 1053, "h": 1053 }, { "x": 0, "y": 0, "w": 1053, "h": 1200 }, { "x": 126, "y": 0, "w": 800, "h": 1600 }, { "x": 0, "y": 0, "w": 1053, "h": 1600 } ] } } ], "user_mentions": [ { "id_str": "16589206", "name": "WikiLeaks", "screen_name": "WikiLeaks", "indices": [ 532, 542 ] } ], "urls": [], "hashtags": [], "symbols": [] }, "is_pinned": false }, "retweeted_status": null, "quote_count": 0, "reply_count": 7, "retweet_count": 0, "favorite_count": 1, "views_count": null, "bookmark_count": 2, "lang": "en", "entities": { "user_mentions": [], "urls": [], "hashtags": [], "symbols": [] }, "is_pinned": false }, "meta": { "monitor_id": "01jkt060zcz108b78fke6hm1g4", "monitor_type": "user_tweets", "monitored_id_str": "44196397" }}
{ "event": "profile_update", "data": { "id": 44196397, "id_str": "44196397", "name": "Kekius Maximus", "screen_name": "elonmusk", "location": "", "url": null, "description": "", "protected": false, "verified": true, "followers_count": 217258406, "friends_count": 1013, "listed_count": 159662, "favourites_count": 122139, "statuses_count": 70054, "created_at": "2009-06-02T20:12:29.000000Z", "profile_banner_url": "https://pbs.twimg.com/profile_banners/44196397/1726163678", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1874558173962481664/8HSTqIlD_normal.jpg", "can_dm": false, "changes": { "name": { "old": "Elon Musk", "new": "Kekius Maximus" } }, "meta": { ... }}