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