POST
/conversations.unarchiveUnarchive a conversation
Restores an archived conversation to an active state. Provide channel to identify the conversation you want to unarchive.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
tokenstringoptional
Authentication token with the `conversations:write` scope.
Conversation identification data for the archived conversation to restore.
channelstringoptional
ID of conversation to unarchive
200Returns `ok: true` after the conversation has been restored.
okbooleanrequired
defaultReturned when authentication, conversation access, archive state, or an argument is invalid.
callstackstringoptional
Note: PHP callstack is only visible in dev/qa
errorstringrequired
neededstringoptional
okbooleanrequired
providedstringoptional
Error handling
token must provide authentication with the conversations:write scope. Supply channel with the identifier of an archived conversation that can be restored.