Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Marca um negócio como perdido (status: lost).
POST /v1/deals/:id/lost
write:deals
closed_date
curl -X POST https://api.socialsell.ai/v1/deals/664c1d2e3f4a5b6789012347/lost \ -H "Authorization: Bearer sk_live_..." \ -H "Content-Type: application/json" \ -d '{}'
{ "data": { "id": "664c1d2e3f4a5b6789012347", "title": "Proposta Enterprise ACME", "status": "lost", "closed_date": "2026-06-10T00:00:00.000Z" } }
deal.lost