{ "opencollection": "1.0.0", "info": { "name": "Omise (Opn Payments) Account Customers API", "version": "2019-05-29" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.omise.co/customers" }, "docs": "List customers" }, { "info": { "name": "Create a customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.omise.co/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Create a customer" }, { "info": { "name": "Retrieve a customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.omise.co/customers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object identifier." } ] }, "docs": "Retrieve a customer" }, { "info": { "name": "Update a customer", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.omise.co/customers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a customer. Pass a token in `card` to attach a new saved card." }, { "info": { "name": "Delete a customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.omise.co/customers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object identifier." } ] }, "docs": "Delete a customer" } ] } ], "bundled": true }