---
title: "Get Business Models"
method: GET
path: "/business-models-api/light-business-models"
tags: ["Accounting (only available for accounting add-on users)"]
---

# Get Business Models

`GET /business-models-api/light-business-models`

Get list of Business Models by accountId

## Query parameters

- `skip` number
- `limit` number

## Response `200`

Latest versions of business models response

- object
  - `skip` number, required
  - `limit` number, required
  - `count` number, required
  - `list` object[], required
    - `id` string, required
    - `type` string, required
    - `listingsCount` number, required
    - `name` string, required
    - `modifier` string, required
    - `activationDate` string, required
    - `createdAt` string, required

## Other responses

- `400` — Input data is not valid
- `403` — You do not have sufficient permissions to access this resource
- `404` — Can't find business model, by provided accountId
- `500` — Unhandled exception. Something went wrong on server

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/versions/7c62644070f2/schema)
