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 uma empresa.
POST /v1/companies/:id/tags
write:tags
curl -X POST https://api.socialsell.ai/v1/companies/664b1c2d3e4f5a6789012346/tags \ -H "Authorization: Bearer sk_live_..." \ -H "Content-Type: application/json" \ -d '{"tag": "enterprise"}'
DELETE /v1/companies/:id/tags/:tag
curl -X DELETE "https://api.socialsell.ai/v1/companies/664b1c2d3e4f5a6789012346/tags/prospect" \ -H "Authorization: Bearer sk_live_..."