Skip to content

Lista API keys v1 com chave mascarada

Request

Lista API keys v1 com chave mascarada

Security
Authorization
GET
/hub-api/api-keys/list
curl -i -X GET \
  https://api.producao.aprova.com.br/hub-api/api-keys/list \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Default Response

Bodyapplication/json
Array [
idstring
Example:"key_123"
maskedSecretKeystring
Example:"sk_live_****abcd"
organizationCodenumber
Example:123
createdAtstring
Example:"2025-10-27T09:00:00Z"
descriptionstring
Example:"Chave de teste"
activeboolean
Example:true
createdByUserstring
Example:"admin@empresa.com"
]
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" } ]