Skip to main content
POST
/
v1
/
inboxes
/
:contactId
/
unarchive
Unarchive inbox contact thread
curl --request POST \
  --url https://openapi.enginy.ai/v1/inboxes/:contactId/unarchive \
  --header 'x-api-key: <api-key>'
{
  "status": "success",
  "message": "Inbox thread unarchived successfully",
  "data": {
    "contactId": 123,
    "archived": false,
    "updatedCount": 1,
    "success": true
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

contactId
string
required

Contact ID for the thread you want to inspect

Example:

"123"

Response

Inbox thread unarchived successfully

status
enum<string>
required
Available options:
success
message
string
required
data
object
required