Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ keywords: ["changelog", "API updates", "release notes", "what's new", "API chang

To subscribe to updates, please [**“Turn on notifications”**](https://help.x.com/en/managing-your-account/notifications-on-mobile-devices#:~:text=In%20the%20top%20menu,%20you,you%20would%20like%20to%20receive) for [**@API**](https://x.com/api).

<Update label="May 13, 2026" description="X API" >
### This week's updates

**Updates**
- **Marketplace Handle Availability**: The [`GET /2/marketplace/handles/{handle}/availability`](/x-api/marketplace/get-marketplace-handle-availability) endpoint now returns a `product_tier` field, letting you see which product tier (for example, `premium`) a handle is associated with. Request it via the `marketplace.fields` parameter.

**Removals**
- **Chat conversation lookup**: The `GET /2/chat/conversations/{id}` endpoint has been removed from the X API v2. Use the remaining [Chat endpoints](/x-api/chat/get-chat-conversations) to list conversations and manage messages.
</Update>

<Update label="Jun 3, 2025" description="X API" >
### Change to DM Events Behavior
Today, we made a change to X API V2 DM Events behavior. With the new change participant_ids array will only be included for ParticipantsJoin and ParticipantsLeave events, and it will list only the participants who joined or left at the time of the event. The MessageCreate event will no longer include the participant_ids array. Learn more [here](https://devcommunity.x.com/t/upcoming-change-to-x-api-dm-events-endpoints-behavior/241841).
Expand Down