---
title: "Create Attribute"
openapi: "/openapi/recipients-api.yaml POST /api/v1/recipient/attributes"
---

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

`POST https://web.otpcod.ru/api/v1/api/v1/recipient/attributes`

## Authentication

No authentication required.

## Header parameters

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

## Request body

- Content type: `application/json`
  - request body (object)
    - `name` (string)
    - `nullable` (boolean)
    - `title` (string)
    - `typeId` (integer, int64)

## Response 200

OK
  - response (object)

## Response 201

Created

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