{ "opencollection": "1.0.0", "info": { "name": "Reloadly Airtime Authentication Products API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List Products", "type": "http" }, "http": { "method": "GET", "url": "https://topups.reloadly.com/products", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number (1-based)" }, { "name": "size", "value": "", "type": "query", "description": "Number of results per page" }, { "name": "countryCode", "value": "", "type": "query", "description": "Filter by ISO 3166-1 alpha-2 country code" }, { "name": "currencyCode", "value": "", "type": "query", "description": "Filter by ISO 4217 currency code" }, { "name": "includeRange", "value": "", "type": "query", "description": "Include range-denomination products" }, { "name": "includeFixed", "value": "", "type": "query", "description": "Include fixed-denomination products" } ] }, "docs": "Retrieve a paginated list of available gift card products. Supports filtering by country, currency, and product category. Returns brand details, denominations, discount rates, and redemption instructions." }, { "info": { "name": "Get Product", "type": "http" }, "http": { "method": "GET", "url": "https://topups.reloadly.com/products/:productId", "params": [ { "name": "productId", "value": "", "type": "path", "description": "Unique identifier of the gift card product" } ] }, "docs": "Retrieve full details for a specific gift card product including available denominations, discount rate, redemption instructions, supported countries, and brand information." } ] } ], "bundled": true }