---
title: "Create boleto connection from Item"
method: POST
path: "/boleto-connections/from-item"
tags: ["Boleto Management"]
---

# Create boleto connection from Item

`POST /boleto-connections/from-item`

## Request body

- CreateBoletoConnectionFromItem — Request with information to create a boleto connection from an Item
  - `itemId` string, uuid, required — Item ID

## Response `200`

Boleto connection created successfully

- BoletoConnection — Response with information related to a boleto connection
  - `id` string, uuid, required — Primary identifier
  - `connectorId` integer, required — Primary identifier of the connector associated with this connection
  - `createdAt` string, date-time, required — Date when the connection was created
  - `updatedAt` string, date-time, required — Date when the connection was last updated

---

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