---
title: "Get by Contact by ClientId and ContactId"
method: GET
path: "/v{version}/Clients/contact/{clientId}/{contactId}"
tags: ["Clients"]
---

# Get by Contact by ClientId and ContactId

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

## Path parameters

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

## Headers

- `company-id` string, required

## Response `200`

Success

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