cURL
curl --request GET \ --url https://app.journeybee.io/api/v1/stages/partner-stages \ --header 'Authorization: Bearer <token>'
[ { "id": 1, "uuid": "stage-uuid-123", "label": "Prospecting", "series": 1, "phase": "discovery", "partner_type": "referral", "company_id": 123 }, { "id": 2, "label": "Active Partnership", "series": 2, "phase": "active", "partner_type": "referral" } ]
Retrieve all partnership stages for managing partner relationship lifecycle
curl -X GET "https://app.journeybee.io/api/v1/stages/partner-stages" \ -H "Authorization: Bearer your-api-key-uuid" \ -H "Content-Type: application/json"
Show Partner Stage Object
referral
reseller
read_access