Skip to content

Get full business policy summary

Request

🔒 Private label — contact sales. Requires a private-label entitlement on your API client.

Returns the full policy summary for the given business, covering all configured policy codes. Used by the single-use card request form to determine form field requirements.

Security
oauth2ClientCredentials(Required scopes: business-policies:read)
Path
businessIdstringrequired

Business ID to fetch policy summary for

Example:CDCAF716DC722
Query
employee_idstringrequired

The employee's internal employee_id from the B2B system

Example:employee_id=abcdefghijklmnopqrstuvwxyzabcd
Headers
business_idstringrequired

Business identifier for the request

curl -i -X GET \
  'https://developer.boyahq.com/_mock/v2/openapi/business-policies/summary/CDCAF716DC722?employee_id=abcdefghijklmnopqrstuvwxyzabcd' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'business_id: string'

Responses

Policy summary returned successfully