/lotecobv/{id}

Path Parameters
  • id
    Type: string
    required
Headers
  • Idempotency-Key
    Type: string
    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-31T17:52:48.655Z",
  "cobsv": [
    {
      "criacao": "2026-07-31T17:52:48.655Z",
      "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"
          }
        ]
      }
    }
  ]
}