cURL
curl --request POST \ --url https://www.useroulette.com/api/v1/accounts/{account_id}/company-statuses \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "IC Review", "color": "#F59E0B", "description": "Awaiting Investment Committee review" }'
{ "success": true, "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status_text": "Initial Review", "color": "#3B82F6", "rank": 123 } }
Create a new deal flow status/stage. If rank is not provided, the status is added at the end of the pipeline.
100
Show child attributes