---
title: "GET clients"
method: GET
path: "/clients"
tags: ["Clients"]
---

# GET clients

`GET /clients`

Get list of all clients connected to account

## Response `200`

OK

- object
  - `data` Client
    - `uid` integer
    - `crdate` integer
    - `tstamp` integer
    - `crdate_formatted` string
    - `tstamp_formatted` string
    - `name` string
    - `email` string
    - `url_name` string
    - `description` string
    - `phone` string
    - `website` string
    - `account_no` string
    - `reg_no` string
    - `webshop` integer
    - `vat_no` string
    - `opening_hours` string
    - `tags` string
    - `show_image` integer
    - `branch_count` integer
    - `language` string
    - `locale_format` string
    - `infrasec_id` string
    - `locale` string
    - `currency` integer
    - `pin_required` integer
    - `number_of_courses` integer
    - `image_uid` integer
    - `image` integer
    - `logo` integer
    - `address` integer
    - `time_zone` integer
    - `custom_receipt_text` string
    - `enable_inventory` integer
    - `enable_gift` integer
    - `enable_customer_loyalty` integer
    - `min_gift_amount` integer
    - `has_extend_integration` boolean
    - `mult_barcode_per_prod` boolean
    - `invoice_payment_enabled` boolean
    - `is_norwigan_client` boolean
    - `enable_receipt_settings` integer
    - `order_takeaway_ability` integer
    - `order_takeaway_autoPrint` integer
    - `partner_id` integer
    - `show_final_price` integer
    - `has_accounting_integration` boolean
  - `meta` object
    - `pagination` object
      - `total` integer
      - `per_page` integer
      - `current_page` integer
      - `total_pages` integer
      - `links` object
        - `self` string
        - `next` string
        - `last` string

---

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