Cria uma API key V1
Security
Authorization
POST
curl -i -X POST \
https://api.producao.aprova.com.br/hub-api/api-keys \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"description": "Minha chave de integração"
}'Response
{ "id": "abc123", "secretKey": "sk_live_xxx", "organizationCode": 123, "createdAt": "2025-10-27T09:00:00Z", "description": "Chave API principal", "active": true }