{ "opencollection": "1.0.0", "info": { "name": "Checkout.com Customers API", "version": "2026-05-23" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "Create a customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.checkout.com/customers" }, "docs": "Create a customer" }, { "info": { "name": "Retrieve customer details", "type": "http" }, "http": { "method": "GET", "url": "https://api.checkout.com/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve customer details" }, { "info": { "name": "Update a customer", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.checkout.com/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update a customer" } ] } ], "bundled": true }