cURL
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 }
Sets the status of a conversation to active or archived.
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Authorization: Bearer sapi_key_...
Conversation ID
Status payload
Updated
true