---
title: "Get contacts for a client"
method: GET
path: "/v{version}/Clients/contact/{clientId}"
tags: ["Clients"]
---

# Get contacts for a client

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

## Path parameters

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

## Headers

- `company-id` string, required

## Response `200`

Success

- ClientsContractsQueriesGetAllContactsResponse
  - `isValid` boolean
  - `errors` string[], nullable
  - `warnings` string[], nullable
  - `info` string[], nullable
  - `message` string, nullable
  - `data` 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)
