v1
latestOpenAPI 3.1.0MIT2026-07-2484155300.5 KBBoleto Management
Connect boleto credentials
post/boleto-connections
Request body
Example request
{
"connectorId": 225,
"credentials": {
"clientId": "your-client-id",
"clientSecret": "your-client-secret",
"certificate": "your-certificate-no-newlines",
"privateKey": "your-private-key-no-newlines"
}
}Response
Boleto connection created successfully
Example response
{
"id": "dc3537ad-13b4-4770-b248-e4578983899c",
"connectorId": 225,
"createdAt": "2023-01-01T00:00:00.000Z",
"updatedAt": "2023-01-01T00:00:00.000Z"
}