/lotecobv/{id}
Path Parameters
- Type: stringidrequired
Headers
- Type: stringIdempotency
- Key required
Responses
- application/json
Request Example for get/lotecobv/{id}
curl 'http://localhost/lotecobv/{id}' \
--header 'Idempotency-Key: ' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"id": "string",
"descricao": "string",
"criacao": "2026-07-31T12:59:10.303Z",
"cobsv": [
{
"criacao": "2026-07-31T12:59:10.303Z",
"txid": "string",
"status": "EM_PROCESSAMENTO",
"problema": {
"type": "https://pix.bcb.gov.br/api/v2/error/CobVOperacaoInvalida",
"title": "Cobrança inválida.",
"status": 400,
"detail": "string",
"violacoes": [
{
"razao": "string",
"propriedade": "string"
}
]
}
}
]
}