# Businesses

All Businesses related paths.

 - [GET /businesses](https://docs.upvest.co/api/release/upvest-investment-api.v1/businesses/list_businesses.md): Returns a paginated list of all businesses. Use `offset` and `limit` to paginate through results, and `sort`/`order` to control the ordering by `created_at` or `updated_at`. See the Business accounts
 - [POST /businesses](https://docs.upvest.co/api/release/upvest-investment-api.v1/businesses/create_business.md): Creates a business. Supports both corporate and sole trader business types, each with a different set of required fields. See the Business accounts guide ([TOL](https://docs.upvest.co/products/tol/gui
 - [GET /businesses/{business_id}](https://docs.upvest.co/api/release/upvest-investment-api.v1/businesses/retrieve_business.md): Returns the business identified by `business_id`, including profile and status details
 - [POST /businesses/{business_id}/data_change_requests](https://docs.upvest.co/api/release/upvest-investment-api.v1/businesses/business_data_change.md): Requests a data change for a business specified by ID.
 - [POST Business events](https://docs.upvest.co/api/release/upvest-investment-api.v1/businesses/business_event.md): Notifies subscribers of business lifecycle events. Triggered when a business is created, activated, deactivated, offboarded, or has a data change processed or rejected. See the Business accounts guide
