curl "https://api.alguna.io/wallets?accountId=acc_abc123&active=true" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"items": [
{
"id": "wal_def456",
"accountId": "acc_abc123",
"name": "Prepaid Credits",
"currency": "USD",
"currentBalance": "500.00",
"active": true,
"productIds": ["prod_xyz789"],
"createdAt": "2024-01-20T10:00:00Z",
"updatedAt": "2024-01-20T12:00:00Z"
},
{
"id": "wal_ghi789",
"accountId": "acc_abc123",
"name": "Promotional Credits",
"currency": "USD",
"currentBalance": "100.00",
"active": true,
"productIds": [],
"createdAt": "2024-01-15T08:00:00Z",
"updatedAt": "2024-01-18T14:00:00Z"
}
]
}
curl "https://api.alguna.io/wallets?accountId=acc_abc123&active=true" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"items": [
{
"id": "wal_def456",
"accountId": "acc_abc123",
"name": "Prepaid Credits",
"currency": "USD",
"currentBalance": "500.00",
"active": true,
"productIds": ["prod_xyz789"],
"createdAt": "2024-01-20T10:00:00Z",
"updatedAt": "2024-01-20T12:00:00Z"
},
{
"id": "wal_ghi789",
"accountId": "acc_abc123",
"name": "Promotional Credits",
"currency": "USD",
"currentBalance": "100.00",
"active": true,
"productIds": [],
"createdAt": "2024-01-15T08:00:00Z",
"updatedAt": "2024-01-18T14:00:00Z"
}
]
}
true, only inactive if false.curl "https://api.alguna.io/wallets?accountId=acc_abc123&active=true" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"items": [
{
"id": "wal_def456",
"accountId": "acc_abc123",
"name": "Prepaid Credits",
"currency": "USD",
"currentBalance": "500.00",
"active": true,
"productIds": ["prod_xyz789"],
"createdAt": "2024-01-20T10:00:00Z",
"updatedAt": "2024-01-20T12:00:00Z"
},
{
"id": "wal_ghi789",
"accountId": "acc_abc123",
"name": "Promotional Credits",
"currency": "USD",
"currentBalance": "100.00",
"active": true,
"productIds": [],
"createdAt": "2024-01-15T08:00:00Z",
"updatedAt": "2024-01-18T14:00:00Z"
}
]
}