---
title: "Returns a list of company's Accounts. Supports OData querying protocol.
Filtering is forbidden.
Ordering is allowed by \"id\" and \"code\" fields."
method: GET
path: "/v1/accounts"
tags: ["Accounts"]
---

# Returns a list of company's Accounts. Supports OData querying protocol.
Filtering is forbidden.
Ordering is allowed by "id" and "code" fields.

`GET /v1/accounts`

## Response `200`

OK

- PageResultAccountDto
  - `Items` AccountDto[]
    - `id` integer
    - `code` string
    - `description` string
    - `accountGroup` string
    - `accountType` string
  - `NextPageLink` string
  - `Count` integer

---

[API](https://skmtc.dev/bigredcloud/apis/big-red-cloud-api.md) · [All operations](https://skmtc.dev/bigredcloud/apis/big-red-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bigredcloud/big-red-cloud-api/revisions/e1d97979e906/schema)
