---
title: "Listar Clientes com detalhes e Canais de venda"
method: GET
path: "/api/v2/clients"
---

# Listar Clientes com detalhes e Canais de venda

`GET /api/v2/clients`

## Path parameters

- `search` string, required
- `cpf_cnpj` string, required
- `client_id` integer, required
- `city` string, required
- `state` string, required
- `email` string, required
- `channel` string, required
- `per_page` integer, required
- `page` integer, required

## Response `200`

200

- object
  - `page` integer
  - `per_page` integer
  - `total` integer
  - `data` object[]
    - `id` integer
    - `name` string
    - `fantasy_name` string
    - `email` string
    - `financial_email` string
    - `phone` string
    - `identification_type` string
    - `cpf_cnpj` string
    - `blocked` boolean
    - `address` string
    - `number` string
    - `neighborhood` string
    - `city` string
    - `state` string
    - `zip_code` string
    - `reference` string
    - `complement` string
    - `contact_name` string
    - `phones` string[]
    - `latitude` string
    - `longitude` string
    - `created_at` string
    - `updated_at` string
    - `accounts` object[]
      - `account_id` integer
      - `external_seller_id` string
      - `channel` string
      - `name` string
      - `account_name` string
      - `seller_id` integer
      - `document` string
      - `address` string
      - `number` string
      - `neighborhood` string
      - `city` string
      - `state` string
      - `zip_code` string
      - `reference` string
      - `complement` string
      - `latitude` string
      - `longitude` string
      - `phones` string[]
      - `cutoff_time_week` string
      - `cutoff_time_saturday` string
      - `cutoff_time_sunday` string
      - `email` string
      - `last_sync_at` string
      - `created_at` string
      - `updated_at` string

## Other responses

- `404` — 404
- `500` — 500

---

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