Skip to content

Commit 2c9bdc3

Browse files
authored
Documentation edits made through Mintlify web editor
1 parent 036e5dd commit 2c9bdc3

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

x-api/activity/introduction.mdx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@ sidebarTitle: Introduction
44

55
---
66

7-
<Danger>
8-
The X Activity API is available as an open beta. While in open beta, please expect potential bugs, breaking changes, or incomplete features.
9-
10-
Your feedback is invaluable—report issues via our [developer community forums](https://devcommunity.x.com/).
11-
</Danger>
12-
137
The X Activity API (XAA) endpoint group allows developers to tap in to activity events happening on the X Platform.
148

159
A developer can subscribe to events they are interested in such as ProfileBioUpdate, ProfilePictureUpdate etc. and filter for the User ID whose events they want. The matching events for that User ID will be delivered to your app with sub-second latency.
1610

11+
<Note>
1712
**Note:** XAA does not deliver posts. For real-time post delivery, see our [Filtered Stream](/x-api/posts/filtered-stream/introduction) endpoint, which allows developers to filter for and stream posts in real-time.
13+
</Note>
14+
15+
<Danger>
16+
The X Activity API is available as an open beta. While in open beta, please expect potential bugs, breaking changes, or incomplete features.
17+
18+
Your feedback is invaluable—report issues via our [developer community forums](https://devcommunity.x.com/).
19+
</Danger>
1820

1921
## Delivery Mechanisms
2022

0 commit comments

Comments
 (0)