---
title: "List divisions for the authenticated creditor."
method: GET
path: "/divisions"
tags: ["Divisions"]
---

# List divisions for the authenticated creditor.

`GET /divisions`

Returns a paginated list of divisions for the authenticated creditor.

By default, archived divisions are excluded. Set `includeArchived=true` to include them.

## Query parameters

- `page` integer
- `pageSize` integer
- `includeArchived` boolean

## Response `200`

List of divisions

- DebituraWebExternalApiContractsV1DivisionsDivisionListDto
  - `page` DebituraDomainModelBasePageData, required
    - `totalResults` integer
    - `pageSize` integer
    - `currentPage` integer
    - `responseCount` integer
    - `totalPages` integer
  - `divisions` DebituraWebExternalApiContractsV1DivisionsDivisionDto[], nullable
    - `id` string, uuid
    - `companyName` string, nullable
    - `registrationNumber` string, nullable
    - `address` string, nullable
    - `zipCode` string, nullable
    - `state` string, nullable
    - `city` string, nullable
    - `country` DebituraWebExternalApiContractsV1DivisionsDivisionCountryDto
      - `id` integer
      - `name` string, nullable
      - `alpha2` string, nullable
    - `officeEmail` string, nullable
    - `officePhone` string, nullable
    - `isArchived` boolean
    - `createdUtc` string, date-time
    - `updatedUtc` string, date-time, nullable

---

[API](https://skmtc.net/debitura/apis/debitura-customer-api.md) · [All operations](https://skmtc.net/debitura/apis/debitura-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debitura/debitura-customer-api/versions/46478f2e476f/schema)
