---
title: "List AttributeTypes"
openapi: "/openapi/recipients-api.yaml GET /api/v1/recipient/attributes/types"
---

> **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/attributes/types`

## Authentication

No authentication required.

## Header parameters

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

## Response 200

OK
  - response (array)
    - `items` (object)
      - `baseType` (string, one of: BOOLEAN, DATE, NUMBER, TEXT)
      - `id` (integer, int64)
      - `name` (string)
      - `rules` (array)
        - `items` (object)
          - `condition` (object)
          - `ruleType` (string, one of: RANGE, REGEXP, VALUES)

## 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
