cURL
curl --request GET \ --url https://api.alguna.io/products \ --header 'Authorization: Bearer <token>'
{ "products": [ { "id": "prod_02zBTaXIplpzpaI6CggiUA", "name": "Platform Fee", "description": "Monthly cost for accounting reconciliation software", "feeType": "fixed", "paymentTerms": "arrears", "billingFrequency": "recurring", "createdAt": "2025-02-24T11:50:06Z", "updatedAt": "2025-02-24T11:50:06Z" }, { "id": "prod_02zBU4lgiRfwjkrCQtYTUI", "name": "User Seast", "description": "Number of User Seats", "feeType": "metered", "paymentTerms": "arrears", "billingFrequency": "recurring", "metricIds": ["mtr_02zBU3PJ3hJurtFSxDD3Ol"], "createdAt": "2025-02-24T12:09:59Z", "updatedAt": "2025-02-24T12:09:59Z" } ] }