curl -X POST https://crm.vistum.com.br/api/v1/conversations/conv_1/finish \
-H "Authorization: Bearer vg_live_SUA_CHAVE_AQUI"
{ "data": { "id": "conv_1", "status": "closed" } }
Conversas e Mensagens
Finalizar atendimento
Encerra o atendimento — marca a conversa como fechada. Idempotente.
POST
/
api
/
v1
/
conversations
/
{id}
/
finish
curl -X POST https://crm.vistum.com.br/api/v1/conversations/conv_1/finish \
-H "Authorization: Bearer vg_live_SUA_CHAVE_AQUI"
{ "data": { "id": "conv_1", "status": "closed" } }
Autenticação
string
required
Bearer vg_live_<sua_chave> — API Key com escopo conversations:sendcurl -X POST https://crm.vistum.com.br/api/v1/conversations/conv_1/finish \
-H "Authorization: Bearer vg_live_SUA_CHAVE_AQUI"
{ "data": { "id": "conv_1", "status": "closed" } }
404 NOT_FOUND se a conversa não existir no workspace.