---
title: "View"
method: GET
path: "/Customers/View"
tags: ["Customers"]
---

# View

`GET /Customers/View`

This endpoint allows you to view a list of customers in the system.
You can filter the results based on various parameters.

## Query parameters

- `uuid` string
- `vat_number` string
- `email` string
- `skip` string
- `take` string

## Headers

- `api-key` string, required
- `secret-key` string, required

## Response `200`

200

- object
  - `pages` integer
  - `count` integer
  - `customers` object[]
    - `company_uid` string
    - `customer_name` string
    - `customer_uid` string
    - `vat_number` string
    - `customer_number` string
    - `notes` string
    - `phone` string
    - `email` string
    - `uid` string
    - `paying_vat` boolean
    - `default` boolean
    - `created_at` string
    - `contacts` object[]
      - `full_name` string
      - `cell_phone` string

## Other responses

- `400` — 400

---

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