Skip to main content

Restore a conversation

Restore conversation from archive.

Parameters

No parameters.

Returns

Returns the restored Conversation object.

post
/api/conversations/{id}/restore
curl -X POST https://{workspace}.kitchen.co/api/conversations/{id}/restore \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-Requested-With: XMLHttpRequest' \
-H 'Authorization: Bearer {API_KEY}'
Response
{
"archived_at": null,
"created_at": "2024-03-07T07:47:02+00:00",
"id": "convr_1lbg89ha9ttb5dmxuldku3nx",
"latest_message_created_at": null,
"latest_message": null,
"messages_count": 0,
"status": "open",
"title": "New Conversation",
"updated_at": "2024-03-07T10:47:02+00:00",
"visibility": "shared"
}