BusinessUnit

Get all business units

This is typically the first API call made to Pre-Con. Most of the other routes require a specific business unit id to be passed in.

For help with authorization, see https://developer.hcssapps.com/getting-started/request-tokens

Securitybearer
Responses
get/api/v1/businessUnits
Request samples
Response samples
application/json
{
  • "results": [
    ],
  • "nextPageToken": null,
  • "hasNextPage": false
}