Skip to main content
POST
/
v2
/
email-threads
/
{email_thread_id}
/
reopen
Reopen Email Thread
curl --request POST \
  --url https://api.example.com/v2/email-threads/{email_thread_id}/reopen \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "partner_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.api.stuut.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

email_thread_id
string
required

Response

Successful Response

Response after a triage action (assign or dismiss).

id
string
required
triage_status
enum<string>
required
Available options:
pending,
auto_matched,
manually_matched,
dismissed
partner_id
string | null
required