cURL
curl --request GET \ --url https://app.journeybee.io/api/v1/custom-fields \ --header 'Authorization: Bearer <token>'
[ { "id": 5, "uuid": "cf-uuid-123", "label": "Revenue Potential", "type": "number", "category": "lead", "partner_type": "referral", "required": false, "shared": true, "options": null }, { "id": 6, "label": "Priority Level", "type": "select", "category": "lead", "options": [ {"id": 1, "label": "High"}, {"id": 2, "label": "Medium"}, {"id": 3, "label": "Low"} ] } ]
Retrieve all custom fields for a company with filtering by category and partner type
curl -X GET "https://app.journeybee.io/api/v1/custom-fields?category=lead" \ -H "Authorization: Bearer your-api-key-uuid" \ -H "Content-Type: application/json"
lead
lead_deal
partner
referral
reseller
Show Custom Field Object
text
textarea
number
date
boolean
select
multi_select
read_access