{ "opencollection": "1.0.0", "info": { "name": "Clients AR Account reports Cookies API", "version": "v1" }, "items": [ { "info": { "name": "Cookies", "type": "folder" }, "items": [ { "info": { "name": "Returns cookie data.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/cookies" }, "docs": "Returns cookie data." }, { "info": { "name": "Deletes cookie(s) as provided by the query string and redirects to cookie list.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/cookies/delete", "params": [ { "name": "freeform", "value": "", "type": "query" } ] }, "docs": "Deletes cookie(s) as provided by the query string and redirects to cookie list." }, { "info": { "name": "Sets cookie(s) as provided by the query string and redirects to cookie list.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/cookies/set", "params": [ { "name": "freeform", "value": "", "type": "query" } ] }, "docs": "Sets cookie(s) as provided by the query string and redirects to cookie list." }, { "info": { "name": "Sets a cookie and redirects to cookie list.", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/httpbin/v1/cookies/set/:name/:value", "params": [ { "name": "name", "value": "", "type": "path" }, { "name": "value", "value": "", "type": "path" } ] }, "docs": "Sets a cookie and redirects to cookie list." } ] } ], "bundled": true }