{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses manual_gateways API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "manual_gateways", "type": "folder" }, "items": [ { "info": { "name": "List all manual gateways", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/manual_gateways" }, "docs": "List all manual gateways" }, { "info": { "name": "Create a manual gateway", "type": "http" }, "http": { "method": "POST", "url": "https://{your_organization_slug}.commercelayer.io/api/manual_gateways", "body": { "type": "json", "data": "{}" } }, "docs": "Create a manual gateway" }, { "info": { "name": "Retrieve a manual gateway", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/manual_gateways/:manualGatewayId", "params": [ { "name": "manualGatewayId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve a manual gateway" }, { "info": { "name": "Update a manual gateway", "type": "http" }, "http": { "method": "PATCH", "url": "https://{your_organization_slug}.commercelayer.io/api/manual_gateways/:manualGatewayId", "params": [ { "name": "manualGatewayId", "value": "", "type": "path", "description": "The resource's id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a manual gateway" }, { "info": { "name": "Delete a manual gateway", "type": "http" }, "http": { "method": "DELETE", "url": "https://{your_organization_slug}.commercelayer.io/api/manual_gateways/:manualGatewayId", "params": [ { "name": "manualGatewayId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Delete a manual gateway" } ] } ], "bundled": true }