Accounts / Boletos
Listar boletos
Lista boletos registrados.
GET
/hb/bank-slips/registrationsRequisicao
AutenticacaomTLS + Bearer Token
AmbienteDefinido pelo certificado
ContaEnviar x-account-id
IdempotenciaNao aplicavel
Exemplos de execucao
curl -X GET 'https://uzepay-mtls.deploy.pixland.com.br/hb/bank-slips/registrations' \
-H 'Authorization: Bearer <TOKEN>' \
-H 'Content-Type: application/json' \
-H 'x-account-id: <ACCOUNT_ID>'