X API v2 — Activity
Documentation for X Activity subscriptions now covers optional filter.qualifiers.
Introduction (/x-api/activity/introduction)
- Added a Filter qualifiers section describing the optional
filter.qualifiersmap (up to 8 string key/value entries). - Documents supported qualifiers:
conversation_type(direct,group) forchat.received, anddirection(inbound,outbound) forfollow.follow,follow.unfollow, andlike.create. - Notes that
directionmatches the existing top-levelfilter.directionfield; both remain supported. - Includes a sample create-subscription payload, response echo behavior, and 400 error messaging for invalid qualifier keys or values.
Quickstart (/x-api/activity/quickstart)
- Added a curl example that creates a
chat.receivedsubscription filtered to one-on-one chats viafilter.qualifiers.conversation_type. - Points to the introduction’s filter qualifiers reference for supported values and limits.
Create subscription (/x-api/activity/create-x-activity-subscription)
- Endpoint summary updated to note that optional
filter.qualifierscan further narrow supported chat, follow, unfollow, and like events.