# List business units **GET /api/v1/business-units** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Query parameters - **filter[name]** (string) Name to filter by. - **include** (string) Comma-separated relationships to include. Allowed: firm. - **sort** (string) Field to sort by. Valid fields are [created_at, name, updated_at]. Negative sign to denote DESC. Defaults to 'name'. - **per_page** (integer) Number of results per page (Default 15. Max 500). ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)