cURL
curl --request POST \ --url https://app.journeybee.io/api/v1/categories \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "label": "<string>", "partner_type": "<string>" }'
{ "id": 123, "uuid": "<string>" }
Create a new partner category for organizing partnerships
curl -X POST "https://app.journeybee.io/api/v1/categories" \ -H "Authorization: Bearer your-api-key-uuid" \ -H "Content-Type: application/json" \ -d '{"label": "Financial Services", "partner_type": "referral"}'
referral
reseller
write_access