{ "opencollection": "1.0.0", "info": { "name": "Arch Client Accounts Offerings API", "version": "0.1.0" }, "items": [ { "info": { "name": "Offerings", "type": "folder" }, "items": [ { "info": { "name": "Get all offering ids for the caller", "type": "http" }, "http": { "method": "GET", "url": "/client-api/v0/offerings", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The number of offerings to return" }, { "name": "offset", "value": "", "type": "query", "description": "The number of offerings to skip before collecting results" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Return a page of offerings that the caller has access to." }, { "info": { "name": "Get an offering by id", "type": "http" }, "http": { "method": "GET", "url": "/client-api/v0/offerings/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the offering to retrieve" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Return an offering with a specific id." } ] } ], "bundled": true }