{ "opencollection": "1.0.0", "info": { "name": "Remote Benefits Benefit Offers Countries API", "version": "2026-05-22" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Countries", "type": "folder" }, "items": [ { "info": { "name": "List Supported Countries", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.remote.com/v1/countries" }, "docs": "List Supported Countries" }, { "info": { "name": "Show A Country", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.remote.com/v1/countries/:country_code", "params": [ { "name": "country_code", "value": "", "type": "path" } ] }, "docs": "Show A Country" } ] } ], "bundled": true }