{ "opencollection": "1.0.0", "info": { "name": "Clients AR Account reports Dynamic data API", "version": "v1" }, "items": [ { "info": { "name": "Dynamic data", "type": "folder" }, "items": [ { "info": { "name": "Decodes base64url-encoded string.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/base64/:value", "params": [ { "name": "value", "value": "", "type": "path" } ] }, "docs": "Decodes base64url-encoded string." }, { "info": { "name": "Returns n random bytes generated with given seed", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/bytes/:n", "params": [ { "name": "n", "value": "", "type": "path" } ] }, "docs": "Returns n random bytes generated with given seed" }, { "info": { "name": "Returns a delayed response (max of 10 seconds).", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/delay/:delay", "params": [ { "name": "delay", "value": "", "type": "path" } ] }, "docs": "Returns a delayed response (max of 10 seconds)." }, { "info": { "name": "Returns a delayed response (max of 10 seconds).", "type": "http" }, "http": { "method": "POST", "url": "https://api.agicap.com/public/httpbin/v1/delay/:delay", "params": [ { "name": "delay", "value": "", "type": "path" } ] }, "docs": "Returns a delayed response (max of 10 seconds)." }, { "info": { "name": "Returns a delayed response (max of 10 seconds).", "type": "http" }, "http": { "method": "PUT", "url": "https://api.agicap.com/public/httpbin/v1/delay/:delay", "params": [ { "name": "delay", "value": "", "type": "path" } ] }, "docs": "Returns a delayed response (max of 10 seconds)." }, { "info": { "name": "Returns a delayed response (max of 10 seconds).", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.agicap.com/public/httpbin/v1/delay/:delay", "params": [ { "name": "delay", "value": "", "type": "path" } ] }, "docs": "Returns a delayed response (max of 10 seconds)." }, { "info": { "name": "Returns a delayed response (max of 10 seconds).", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.agicap.com/public/httpbin/v1/delay/:delay", "params": [ { "name": "delay", "value": "", "type": "path" } ] }, "docs": "Returns a delayed response (max of 10 seconds)." }, { "info": { "name": "Drips data over a duration after an optional initial delay.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/drip", "params": [ { "name": "duration", "value": "", "type": "query", "description": "The amount of time (in seconds) over which to drip each byte" }, { "name": "numbytes", "value": "", "type": "query", "description": "The number of bytes to respond with" }, { "name": "code", "value": "", "type": "query", "description": "The response code that will be returned" }, { "name": "delay", "value": "", "type": "query", "description": "The amount of time (in seconds) to delay before responding" } ] }, "docs": "Drips data over a duration after an optional initial delay." }, { "info": { "name": "Generate a page containing n links to other pages which do the same.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/links/:n/:offset", "params": [ { "name": "n", "value": "", "type": "path" }, { "name": "offset", "value": "", "type": "path" } ] }, "docs": "Generate a page containing n links to other pages which do the same." }, { "info": { "name": "Streams n random bytes generated with given seed, at given chunk size per packet.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/range/:numbytes", "params": [ { "name": "numbytes", "value": "", "type": "path" } ] }, "docs": "Streams n random bytes generated with given seed, at given chunk size per packet." }, { "info": { "name": "Streams n random bytes generated with given seed, at given chunk size per packet.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/stream-bytes/:n", "params": [ { "name": "n", "value": "", "type": "path" } ] }, "docs": "Streams n random bytes generated with given seed, at given chunk size per packet." }, { "info": { "name": "Stream n JSON responses", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/stream/:n", "params": [ { "name": "n", "value": "", "type": "path" } ] }, "docs": "Stream n JSON responses" }, { "info": { "name": "Return a UUID4.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/uuid" }, "docs": "Return a UUID4." } ] } ], "bundled": true }