cURL
curl --request GET \ --url https://app.journeybee.io/api/v1/stages/lead-deal-stages \ --header 'Authorization: Bearer <token>'
[ { "id": 1, "uuid": "deal-stage-uuid-123", "label": "Proposal", "series": 1, "phase": "discovery", "partner_type": "referral", }, { "id": 2, "label": "Negotiation", "series": 2, "phase": "negotiation" }, { "id": 3, "label": "Closed Won", "series": 3, "phase": "closed_won" } ]
Retrieve all deal stages for managing deal pipeline and commission tracking
curl -X GET "https://app.journeybee.io/api/v1/stages/lead-deal-stages" \ -H "Authorization: Bearer your-api-key-uuid" \ -H "Content-Type: application/json"
Show Deal Stage Object
discovery
negotiation
closed_won
closed_lost
read_access