Reference
/- List all business policy groups
Fetch all policy groups with their policies
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
List all business policy...
🔒 Private label — contact sales. Requires a private-label entitlement on your API client.
Returns all policy groups configured for the authenticated business, each containing their associated policies and rules.
Security
oauth2ClientCredentials(Required scopes: business-policies:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/business-policies
- Productionhttps://api.boyahq.com/v2/business-policies
- Sandboxhttps://sandbox.api.boyahq.com/v2/business-policies
curl -i -X GET \
https://developer.boyahq.com/_mock/v2/openapi/business-policies \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string'Policy groups returned successfully
Array [
]
Response
[ { "_id": "string", "description": "string", "subject": "string", "policies": [ … ], "createdAt": "string", "updatedAt": "string" } ]