---
title: "Retrieve all the contacts"
method: GET
path: "/contacts/my"
---

# Retrieve all the contacts

`GET /contacts/my`

Retrieve all the contacts of this account and sub-accounts in paged format.

## Query parameters

- `page` integer
- `size` integer

## Headers

- `Authorization` string, required

## Response `200`

200

- object
  - `content` object[]
    - `id` string
    - `firstName` string
    - `lastName` string
    - `mobile` string
    - `country` string
    - `vip` boolean
    - `groups` string[]
    - `blacklistedServices` object[]
    - `labels` object[]
  - `totalPages` integer
  - `last` boolean
  - `totalElements` integer
  - `numberOfElements` integer
  - `first` boolean
  - `size` integer
  - `number` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/versions/5cef04e8f7d8/schema)
