cURL
curl --request POST \ --url https://app.journeybee.io/api/v1/stages/partner-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 partner stage for the partnership pipeline
curl -X POST "https://app.journeybee.io/api/v1/stages/partner-stages" \ -H "Authorization: Bearer your-api-key-uuid" \ -H "Content-Type: application/json" \ -d '{"label": "Under Review", "partner_type": "referral", "phase": "evaluation"}'
referral
reseller
discovery
evaluation
active
inactive
write_access