v1

latestOpenAPI 3.1.0MIT2026-07-2484155300.5 KB
Boleto Management

Create boleto connection from Item

post/boleto-connections/from-item

Request body

itemIdstring uuid required

Item ID

Example request

{
  "itemId": "0303c07b-fef0-4903-af9a-007fa086ca8c"
}

Response

Boleto connection created successfully

idstring uuid required

Primary identifier

connectorIdinteger required

Primary identifier of the connector associated with this connection

createdAtstring date-time required

Date when the connection was created

updatedAtstring date-time required

Date when the connection was last updated

Example response

{
  "id": "dc3537ad-13b4-4770-b248-e4578983899c",
  "connectorId": 225,
  "createdAt": "2023-01-01T00:00:00.000Z",
  "updatedAt": "2023-01-01T00:00:00.000Z"
}