---
title: "GET /v{version}/Clients/{clientId}"
method: GET
path: "/v{version}/Clients/{clientId}"
tags: ["Clients"]
---

# GET /v{version}/Clients/{clientId}

`GET /v{version}/Clients/{clientId}`

## Path parameters

- `clientId` integer, required
- `version` string, required

## Headers

- `company-id` string, required

## Response `200`

Success

- ClientsContractsQueriesGetClientResponse
  - `isValid` boolean
  - `errors` string[], nullable
  - `warnings` string[], nullable
  - `info` string[], nullable
  - `message` string, nullable
  - `data` BilfloModelsClientsClient
    - `clientId` integer
    - `companyId` integer
    - `businessName` string, nullable
    - `clientCode` string, nullable
    - `isActive` boolean
    - `createdAt` string, date-time
    - `clientAddresses` BilfloModelsClientsClientAddress[], nullable
      - `addressId` integer, nullable
      - `addressCode` string, nullable
      - `clientId` integer
      - `companyName` string, nullable
      - `departmentName` string, nullable
      - `contactName` string, nullable
      - `address` string, nullable
      - `suite` string, nullable
      - `city` string, nullable
      - `state` string, nullable
      - `zipCode` string, nullable
      - `isActive` boolean, nullable
      - `isDefault` boolean, nullable
    - `clientContacts` BilfloModelsClientsClientContact[], nullable
      - `clientId` integer
      - `contactId` integer
      - `userId` integer
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `title` string, nullable
      - `phone` string, nullable
      - `phoneExt` string, nullable
      - `emailAddress` string, nullable
      - `createdAt` string, date-time
      - `isActive` boolean
      - `atsSyncId` string, nullable
      - `import_Contacts_ATSSyncId` string, nullable

---

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