X (Twitter) · Example Payload

X Api Activity Subscription Example

Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContent

X Api Activity Subscription Example is an example object payload from X (Twitter), with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

created_atevent_typefiltersubscription_idtagupdated_atwebhook_id

Example Payload

Raw ↑
{
  "created_at": "2026-04-17T12:00:00Z",
  "event_type": "standard",
  "filter": {
    "direction": "inbound",
    "keyword": "example_value",
    "user_id": "1234567890123456789"
  },
  "subscription_id": "1146654567674912769",
  "tag": "example_tag",
  "updated_at": "2026-04-17T12:00:00Z",
  "webhook_id": "1146654567674912769"
}