Monitoring API
Create Twitter User Profile Monitor
Creates a new monitor to receive alerts when the target Twitter user changes their profile. Changes in any of the following user profile properties will trigger an event: name, screen_name, location, url, description, profile_banner_url, profile_image_url_https
post/monitors/user-profile
Request body
Example request
{
"user_screen_name": "elonmusk",
"webhook_url": "https://my-website.com/webhook"
}Response
Monitor created successfully
Example response
{
"status": "success",
"data": {
"id": "01jhfkd7xsvy6afdmwycs1qn61",
"created_at": "2025-01-13T15:30:02.000000Z",
"monitor_type": "user_tweets"
}
}