cURL
curl --request GET \ --url https://api.example.com/api-keys
[ { "id": "ak_1a2b3c4d", "key": "vp_****abcd", "active": true, "createdAt": "2026-01-15T10:30:00Z", "environment": "production" }, { "id": "ak_5e6f7g8h", "key": "vp_****efgh", "active": false, "createdAt": "2025-12-01T08:00:00Z", "environment": "sandbox" } ]
Obtiene la lista de API keys del usuario autenticado.
vp_****abcd
sandbox
production