cURL
curl --request PATCH \ --url https://www.useroulette.com/api/v1/accounts/{account_id}/company-statuses/{status_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "color": "<string>", "rank": 123, "description": "<string>", "is_default": true } '
{ "success": true, "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status_text": "Initial Review", "color": "#3B82F6", "rank": 123 } }
Update the name, color, rank, or other properties of a status.
API key authentication. Generate keys from your account settings.
Include in header: Authorization: Bearer YOUR_API_KEY
Authorization: Bearer YOUR_API_KEY
The unique identifier of the account/team
100
Status updated
Deal flow pipeline status
Show child attributes