{ "opencollection": "1.0.0", "info": { "name": "ReqRes Agent Sandbox Custom Endpoints API", "version": "2.1.0" }, "items": [ { "info": { "name": "Custom Endpoints", "type": "folder" }, "items": [ { "info": { "name": "ReqRes Execute Custom Endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://reqres.in/api/custom/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "Custom endpoint path (supports nested segments)." } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Execute a custom endpoint with GET." }, { "info": { "name": "ReqRes Execute Custom Endpoint", "type": "http" }, "http": { "method": "POST", "url": "https://reqres.in/api/custom/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "Custom endpoint path (supports nested segments)." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Execute a custom endpoint with POST." }, { "info": { "name": "ReqRes Execute Custom Endpoint", "type": "http" }, "http": { "method": "PUT", "url": "https://reqres.in/api/custom/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "Custom endpoint path (supports nested segments)." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Execute a custom endpoint with PUT." }, { "info": { "name": "ReqRes Execute Custom Endpoint", "type": "http" }, "http": { "method": "PATCH", "url": "https://reqres.in/api/custom/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "Custom endpoint path (supports nested segments)." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Execute a custom endpoint with PATCH." }, { "info": { "name": "ReqRes Execute Custom Endpoint", "type": "http" }, "http": { "method": "DELETE", "url": "https://reqres.in/api/custom/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "Custom endpoint path (supports nested segments)." } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Execute a custom endpoint with DELETE." } ] } ], "bundled": true }