Baixar CCB (PDF)
🔒 Requer Bearer token
Escopo documentos:read.
Parâmetros
idstringpathobrigatório
Respostas
200PDF da CCB (`inline`, `application/pdf`).
401Token ausente ou inválido (`CREDENCIAL_INVALIDA`).
404Empréstimo inexistente (`EMPRESTIMO_NAO_ENCONTRADO`).
Request
curl -X GET 'http://localhost:3101/v1/emprestimos/:id/ccb' \ -H 'Authorization: Bearer SEU_TOKEN'
Response
PDF da CCB (`inline`, `application/pdf`).