Skip to content

Thread Bookmarks

List of valid attributes:

AttributeDescriptionSpecifics
parent_message_idID of the parent message of a chat threadCannot be set
user_idID of the author of a bookmarkCannot be set
updated_atTimestamp of a bookmarkWill be set automatically by using update endpoint

Update

Example response:

{
"data": {
"id": "8d0d9b6b-ae0a-4551-98ae-1d3eaca8d152",
"type": "thread_bookmark",
"attributes": {
"parent_message_id": "085b586e-5p97-49a8-uy20-c4336ol6fc38",
"user_id": "412cc746-4ace-484a-95f3-f49951ab182f",
"updated_at": "2025-01-01T00:00:00Z"
}
}
}

This endpoint creates a bookmark for a thread or updates it if the requesting user already has one for the thread. The only updated field is updated_at. No request body is needed.

HTTP Request

PUT /api/v1/messages/:message_id/thread_bookmark