---
title: "Connect boleto credentials"
method: POST
path: "/boleto-connections"
tags: ["Boleto Management"]
---

# Connect boleto credentials

`POST /boleto-connections`

## Request body

- CreateBoletoConnection — Request with information to create a boleto connection
  - `connectorId` integer, required — Connector identifier. Check out the list of connectors, and if it has the flag 'supportsBoletoManagement' as true, it means it's possible to create a boleto connection with it.
  - `credentials` object, required — Credentials required for the connection. For Inter, they are clientId, clientSecret, certificate and privateKey, follow: https://docs.pluggy.ai/docs/connect-an-account#inter-pj

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

## Other responses

- `400` — Incorrect credentials

---

[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)
