Reference
/- Fetch all policy groups with their policies
List all business policy groups
Get business policies by policy group ID
Get a single business policy by ID
Get full business policy summary
Get category or subcategory policies
Create or update a category / subcategory policy
Update a category or subcategory policy
Delete a category or subcategory policy
List policy approval workflows for the selected currency
Create a policy approval workflow for a currency
Create a new business policy
Update a business policy
Delete a business policy
Fetch all policy groups w...
🔒 Private label — contact sales. Requires a private-label entitlement on your API client.
Returns all policy groups, each with their associated policy types (CHANNELS, SUBCATEGORY, VENDORS, TIME, RECEIPTS, TAGS, etc.) including both business-specific policies and default rules.
Security
oauth2ClientCredentials(Required scopes: business-policies:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/business-policies/policy-group-policies
- Productionhttps://api.boyahq.com/v2/business-policies/policy-group-policies
- Sandboxhttps://sandbox.api.boyahq.com/v2/business-policies/policy-group-policies
curl -i -X GET \
https://developer.boyahq.com/_mock/v2/openapi/business-policies/policy-group-policies \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string'Policy groups with policies returned successfully
Array []
Policy types within this group, each with their business policies and rules
Response
[ { "_id": "string", "description": "string", "subject": "string", "policies": [ … ], "createdAt": "string", "updatedAt": "string" } ]