---
title: "Get list of Recipients"
description: "Retrieves list of available recipients."
openapi: "/openapi/recipients-api.yaml GET /api/v1/recipient/recipients"
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

`GET https://web.otpcod.ru/api/v1/api/v1/recipient/recipients`

Retrieves list of available recipients.

## Authentication

No authentication required.

## Query parameters

- `limit` (integer) — limit
- `offset` (integer) — offset
- `tag` (string) — tag

## Header parameters

- `X-API-KEY` (string, required) — Enter your X-API-KEY

## Response 200

OK
  - response (object)
    - `limit` (integer, int32)
    - `offset` (integer, int32)
    - `results` (array)
      - `items` (object)
        - `attributes` (object)
        - `city` (string)
        - `email` (string)
        - `id` (integer, int64)
        - `name` (string)
        - `phoneNumber` (string)
        - `surname` (string)
        - `tags` (array)
          - `items` (string)
    - `size` (integer, int64)

## Response 401

Unauthorized

## Response 403

Forbidden

## Response 404

Not Found


---

📦 **OpenAPI specs:** Every OpenAPI specification referenced by this documentation is available as a single download — https://iba-platform.jamdesk.app/api-specs.zip
