{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Durable Objects Namespace API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Durable Objects Namespace", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Namespaces", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/workers/durable_objects/namespaces", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Returns the Durable Object namespaces owned by an account." }, { "info": { "name": "APIs.io Engineering Platform List Objects", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/workers/durable_objects/namespaces/:id/objects", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" } ] }, "docs": "Returns the Durable Objects in a given namespace." } ] } ], "bundled": true }