Skip to main content
PATCH
/
inbox
/
conversations
/
{id}
Update conversation status
curl --request PATCH \
  --url https://api.social-api.ai/v1/inbox/conversations/{id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Path Parameters

id
string
required

Conversation ID

Body

application/json

Status payload

{key}
string

Response

Updated

ok
boolean
Example:

true