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

# Get Contacts List

`GET /api/v1/getContacts`

## Query parameters

- `pageSize` integer
- `pageNumber` integer
- `name` string
- `attribute` string
- `createdDate` string

## Response `200`

Get Contacts List success

- object
  - `result` string — Result status of the request, usually 'success' when the API call is successful.
  - `login_user_phone` string — Phone number of the currently logged-in user, usually partially masked (e.g. 8477710xxxx).

---

[API](https://skmtc.dev/wati/apis/api-documentation-v3.md) · [All operations](https://skmtc.dev/wati/apis/api-documentation-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wati/api-documentation-v3/revisions/dee16d2c7d41/schema)
