---
title: "List branches"
method: GET
path: "/branches/"
tags: ["Branches"]
---

# List branches

`GET /branches/`

Endpoint for retrieving a list of branches.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

- PaginatedBranchList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` Branch[], required
    - `address` CommonDualLangModel, required
      - `ar` string — The value in the Arabic language.
      - `en` string, required — The value in the English language.
    - `building_number` string, required — Building number or identifier of the branch location.
    - `city` CommonDualLangModel, required
      - `ar` string — The value in the Arabic language.
      - `en` string, required — The value in the English language.
    - `district` CommonDualLangModel, required
      - `ar` string — The value in the Arabic language.
      - `en` string, required — The value in the English language.
    - `id` string, required — The unique identifier of the branch.
    - `is_active` boolean — Indicates whether the branch is currently active (True) or inactive (False).
    - `legacy_id` string, required — [Deprecated] The legacy identifier of the branch.
    - `name` CommonDualLangModel, required
      - `ar` string — The value in the Arabic language.
      - `en` string, required — The value in the English language.
    - `phone` string, required — Contact phone number for the branch.
    - `postal_code` string, required — Postal code or ZIP code of the branch location.
    - `state` string, required — Emirate for UAE organizations. Read-only field.

---

[API](https://skmtc.net/wafeq/apis/wafeq-public-api.md) · [All operations](https://skmtc.net/wafeq/apis/wafeq-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wafeq/wafeq-public-api/revisions/36816b4fce7f/schema)
