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.
Adicione e remova tags de um negócio.
POST /v1/deals/:id/tags
write:tags
curl -X POST https://api.socialsell.ai/v1/deals/664c1d2e3f4a5b6789012347/tags \ -H "Authorization: Bearer sk_live_..." \ -H "Content-Type: application/json" \ -d '{"tag": "prioridade-alta"}'
DELETE /v1/deals/:id/tags/:tag
curl -X DELETE "https://api.socialsell.ai/v1/deals/664c1d2e3f4a5b6789012347/tags/q2" \ -H "Authorization: Bearer sk_live_..."