---
title: "Find Client by Name"
method: GET
path: "/clients/find-by-name.json"
tags: ["Clients"]
---

# Find Client by Name

`GET /clients/find-by-name.json`

Returns a specific client.

## Query parameters

- `client_name` string, required
- `api_key` string, required

## Response `200`

SUCCESS.

- ClientsGetResponse
  - `client` object
    - `id` string
    - `name` string
    - `email` string
    - `address` string
    - `city` string
    - `postal_code` string
    - `fiscal_id` string
    - `website` string
    - `country` string
    - `phone` string
    - `fax` string
    - `preferred_contact` object
      - `name` string
      - `email` string
      - `phone` string
    - `observations` string
    - `open_account_link` string
    - `send_options` string
    - `payment_days` string
    - `tax_exemption_code` string

## Other responses

- `401` — ACCESS DENIED
- `404` — NOT FOUND

---

[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)
