POST /2/chat/conversations/{id}/read
Marks a specific Chat conversation as read on behalf of the authenticated user. For 1:1 conversations, provide the recipient's user ID; the server constructs the canonical conversation ID from the authenticated user and recipient.
Servers
- https://api.x.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
String | Yes |
The recipient's user ID for a 1:1 conversation, or a group conversation ID (prefixed with 'g'). |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
seen_until_sequence_id |
String | Yes |
The sequence ID of the last message to mark as read up to. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.