Definições
Chaves de API e acesso programático
Chaves Activas
A carregar...
Referência de Terminal
Verificar autenticação
curl http://localhost:3001/api/v1/stats \
-H "X-Vigil-Key: vgl_..."Listar avisos abertos
curl "http://localhost:3001/api/v1/avisos?estado=Aberto&limit=10" \
-H "X-Vigil-Key: vgl_..."Criar organização (requer Leitura+Escrita)
curl -X POST http://localhost:3001/api/v1/clientes \
-H "X-Vigil-Key: vgl_..." \
-H "Content-Type: application/json" \
-d '{"nome":"ACME Lda.","nif":"500123456","caePrincipal":"62020","regiaoNuts":"Norte","dimensao":"Micro"}'Fundos elegíveis para uma organização
curl "http://localhost:3001/api/v1/matching?clienteId=UUID" \
-H "X-Vigil-Key: vgl_..."Listar todas as chaves (requer Leitura+Escrita)
curl http://localhost:3001/api/v1/keys \
-H "X-Vigil-Key: vgl_..."