{ "opencollection": "1.0.0", "info": { "name": "Cloudsmith API (v1) audit-log namespaces API", "version": "v1" }, "items": [ { "info": { "name": "namespaces", "type": "folder" }, "items": [ { "info": { "name": "Get a list of all namespaces the user belongs to.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/namespaces/", "params": [ { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." } ] }, "docs": "Get a list of all namespaces the user belongs to." }, { "info": { "name": "Get a specific namespace that the user belongs to.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/namespaces/:slug/", "params": [ { "name": "slug", "value": "", "type": "path" } ] }, "docs": "Get a specific namespace that the user belongs to." } ] } ], "bundled": true }