{ "opencollection": "1.0.0", "info": { "name": "Smile.io REST Activities VIP Tiers API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "VIP Tiers", "type": "folder" }, "items": [ { "info": { "name": "List VIP tiers", "type": "http" }, "http": { "method": "GET", "url": "https://api.smile.io/v1/vip_tiers", "params": [ { "name": "include", "value": "", "type": "query", "description": "A comma-separated list of nested objects to include in the response." } ] }, "docs": "Retrieves a list of VIP tiers." } ] } ], "bundled": true }