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.
Create a new opportunity status
curl -X POST "https://api.clustr-ai.com/api/public/opportunity-statuses" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"name": "Contacted", "color": "#6366F1"}'
{ "success": true, "data": { "id": "5566db32-...", "name": "Contacted", "color": "#6366F1", "position": 0, "is_terminal": false } }
#3B82F6
false