---
title: "List All Clients"
method: GET
path: "/clients.json"
tags: ["Clients"]
---

# List All Clients

`GET /clients.json`

Returns a list of all your clients.

## Query parameters

- `api_key` string, required
- `page` integer
- `per_page` integer

## Response `200`

SUCCESS

- ClientsListAll
  - `clients` object[]
    - `name` string
    - `code` string
    - `email` string
    - `language` string
    - `address` string
    - `city` string
    - `postal_code` string
    - `country` string
    - `fiscal_id` string
    - `website` string
    - `phone` string
    - `fax` string
    - `preferred_contact` object
      - `name` string
      - `email` string
      - `phone` string
    - `observations` string
    - `send_options` string
  - `pagination` object
    - `total_entries` integer
    - `current_page` integer
    - `total_pages` integer
    - `per_page` integer

## Other responses

- `401` — ACCESS DENIED

---

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