cURL
curl --request GET \ --url https://app.journeybee.io/api/v1/tiers \ --header 'Authorization: Bearer <token>'
[ { "id": 1, "uuid": "tier-uuid-123", "label": "Gold", "background_color": "#FFD700", "text_color": "#000000", "partner_type": "referral", "company_id": 123 }, { "id": 2, "label": "Silver", "background_color": "#C0C0C0", "text_color": "#000000" }, { "id": 3, "label": "Bronze", "background_color": "#CD7F32", "text_color": "#FFFFFF" } ]
Retrieve all partner tiers for managing partnership levels and benefits
curl -X GET "https://app.journeybee.io/api/v1/tiers" \ -H "Authorization: Bearer your-api-key-uuid" \ -H "Content-Type: application/json"
Show Tier Object
referral
reseller
read_access