---
title: "Get a specific client"
method: GET
path: "/clients/{id}"
tags: ["Clients"]
---

# Get a specific client

`GET /clients/{id}`

Returns detailed information about a specific client including contacts, financial data, and counts

## Path parameters

- `id` integer, required

## Response `200`

Successful response

- Client — Client resource
  - `id` integer — OpenAPI Schema definitions for API responses
  - `team_id` integer
  - `name` string
  - `source` string, nullable
  - `address` string, nullable
  - `tax_name` string, nullable
  - `tax_number` string, nullable
  - `credit_available` number
  - `status` object
    - `id` integer
    - `name` string
  - `sent_total` number
  - `collected_total` number
  - `outstanding_total` number
  - `average_days_to_pay` integer, nullable
  - `contacts` Contact[]
    - `id` integer
    - `team_id` integer
    - `client_id` integer
    - `title` string, nullable
    - `first_name` string
    - `last_name` string
    - `email` string, email
    - `phone` string, nullable
  - `projects_count` integer, nullable
  - `invoices_count` integer, nullable
  - `estimates_count` integer, nullable
  - `other_income_count` integer, nullable

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Client not found

---

[API](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation.md) · [All operations](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harpoonapp/harpoon-api-documentation/revisions/e8fd192f94c6/schema)
