Get a recurrence location by id
Path Parameters
- Type: string Format: uuididrequired
Responses
- application/json
- 400
Requisição inválida
- 403
Acesso negado — credencial sem o escopo exigido pela operação ou certificado rejeitado. Respondido no gateway de exposição (Bacen: AcessoNegado)
- 404
Recurso não encontrado para esta conta
- 503
Serviço temporariamente indisponível (Bacen: ServicoIndisponivel)
Request Example for get/api/locrec/{id}
curl http://localhost:8080/api/locrec/123e4567-e89b-12d3-a456-426614174000 \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"id": "string",
"location": "string",
"tipoCob": "string",
"criacao": "2026-09-16T19:14:18.660Z",
"idRec": "string"
}