---
title: "List received contact requests"
method: GET
path: "/api/v1/me/contacts/requests"
tags: ["humanApiContacts"]
---

# List received contact requests

`GET /api/v1/me/contacts/requests`

Returns a paginated list of pending contact requests you have received.

These are requests from other users who want to add you as a contact.
You can approve or reject each request.

## Query parameters

- `page` integer
- `page_size` integer

## Headers

- `X-API-Key` string, required

## Response `200`

Contact requests

- ContactsListReceivedContactRequestsResponse200 — unresolved $ref

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/band/apis/request-api.md) · [All operations](https://skmtc.dev/band/apis/request-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/band/request-api/revisions/6cdae3febf9d/schema)
