GET
curl -i -X GET \
https://api.producao.aprova.com.br/hub-api/api-keys/list \
-H 'Authorization: YOUR_API_KEY_HERE'Default Response
Response
[ { "id": "key_123", "maskedSecretKey": "sk_live_****abcd", "organizationCode": 123, "createdAt": "2025-10-27T09:00:00Z", "description": "Chave de teste", "active": true, "createdByUser": "admin@empresa.com" } ]