List all active and revoked API keys for a tenant.
curl https://api.zquence.com/v1/tenants/$TENANT_ID/api-keys \ -H "x-api-key: $ZQUENCE_PUBLIC_KEY" \ -H "x-api-secret: $ZQUENCE_SECRET_KEY"
{ "data": [ { "id": "key_01HX3ZDE...", "label": "billing-worker", "publicKey": "pk_live_51H...", "secretPreview": "sk_live_••••••J3", "status": "active", "lastUsedAt": "2026-04-22T11:02:00.000Z", "createdAt": "2026-04-01T00:00:00.000Z" } ] }
sk_live_••••••J3