cURL
curl --request POST \ --url https://app.journeybee.io/api/v1/tiers \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "label": "<string>", "background_color": "<string>", "text_color": "<string>", "partner_type": "<string>" }'
{ "id": 123, "uuid": "<string>" }
Create a new partner tier for managing partnership levels
curl -X POST "https://app.journeybee.io/api/v1/tiers" \ -H "Authorization: Bearer your-api-key-uuid" \ -H "Content-Type: application/json" \ -d '{"label": "Platinum", "background_color": "#E5E7EB", "text_color": "#000000", "partner_type": "referral"}'
referral
reseller
write_access