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