cURL
curl --request POST \ --url https://app.journeybee.io/api/v1/stages/lead-deal-stages \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "label": "<string>", "partner_type": "<string>", "phase": "<string>", "series": 123 }'
{ "id": 123, "uuid": "<string>" }
Create a new deal stage for the sales pipeline
curl -X POST "https://app.journeybee.io/api/v1/stages/lead-deal-stages" \ -H "Authorization: Bearer your-api-key-uuid" \ -H "Content-Type: application/json" \ -d '{"label": "Demo Scheduled", "partner_type": "referral", "phase": "discovery"}'
referral
reseller
discovery
negotiation
closed_won
closed_lost
write_access