Skip to content

Twitter Account Monitoring API - Introduction

SocialData Monitoring API provides a convenient way to monitor actions by target users and receive notifications.

Three types of monitors are currently supported:

Once a monitor detects the new tweet or followed user - it will trigger a webhook call to your backend with complete tweet & user data

Getting Started

  1. Obtain your SocialData API key
  2. Set the webhook URL where you will receive updates:
  • Use POST /user/webhook endpoint to set a single global webhook URL that will receive events from all current and future monitors
  • Or set webhook_url property when creating a new monitor to assign an individual webhook URL to each of your monitors
  1. Create your first monitor