---
title: "Get Contact"
method: GET
path: "/api/v1/Contacts"
tags: ["Contacts"]
---

# Get Contact

`GET /api/v1/Contacts`

## Query parameters

- `taxId` string
- `branchCode` string
- `code` string — Numeric code used to reduce the amount of response data received
- `id` string — The Unique Identifier generated by PEAK to identify data
- `limit` integer — Maximum number of entries to retrieve
- `page` integer — Page number for displaying data, where each page will show 10 entries
- `getResult` integer — Numeric code used to reduce the amount of response data received

## Headers

- `Time-Stamp` string, required
- `Time-Signature` string, required
- `User-Token` string, required
- `Client-Token` string, required

## Response `200`

Success

- PeakWCFModelsAPIResponseResponseContactModel
  - `peakContacts` PeakWCFModelsAPIBodyAPIBodyContact
    - `contacts` PeakWCFModelsAPIAPIContactsAPIContactsModel[]
      - `resCode` string
      - `resDesc` string
      - `id` string
      - `name` string
      - `code` string
      - `type` integer
      - `prefixNameType` integer
      - `prefixNameOther` string
      - `taxNumber` string
      - `branchCode` string
      - `address` string
      - `subDistrict` string
      - `district` string
      - `province` string
      - `country` string
      - `postCode` string
      - `callcenterNumber` string
      - `faxNumber` string
      - `email` string
      - `website` string
      - `contactFirstName` string
      - `contactLastName` string
      - `contactNickName` string
      - `contactPosition` string
      - `contactPhoneNumber` string
      - `contactEmail` string
      - `purchaseAccount` string
      - `sellAccount` string
      - `bankAccount` PeakWCFModelsAPIAPIContactsAPIContactBankAccountModel
        - `bankId` integer
        - `bankBranch` string
        - `bankAccountNo` string
        - `bankAccountName` string
    - `totalContact` integer
    - `resDesc` string
    - `resCode` string
  - `eventType` string
  - `apiType` string

---

[API](https://skmtc.net/peakaccount/apis/peakapis-core.md) · [All operations](https://skmtc.net/peakaccount/apis/peakapis-core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peakaccount/peakapis-core/versions/516e79534d77/schema)
