cURL
curl --request POST \ --url https://app.journeybee.io/api/v1/tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "label": "<string>", "association": "<string>", "background_color": "<string>", "text_color": "<string>", "partner_type": "<string>" }'
{ "id": 123, "uuid": "<string>" }
Create a new tag for organizing leads, deals, or partners
curl -X POST "https://app.journeybee.io/api/v1/tags" \ -H "Authorization: Bearer your-api-key-uuid" \ -H "Content-Type: application/json" \ -d '{"label": "VIP Client", "association": "lead", "background_color": "#10B981", "text_color": "#FFFFFF"}'
lead
lead_deal
partner
card
referral
reseller
write_access