{ "opencollection": "1.0.0", "info": { "name": "Loyverse Categories Customers API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.loyverse.com/v1.0/customers", "params": [ { "name": "cursor", "value": "", "type": "query", "description": "Opaque cursor for the next page of results." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return per page." } ] }, "docs": "List customers" }, { "info": { "name": "Create or update a customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.loyverse.com/v1.0/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Create or update a customer" }, { "info": { "name": "Get a customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.loyverse.com/v1.0/customers/:customer_id", "params": [ { "name": "customer_id", "value": "", "type": "path" } ] }, "docs": "Get a customer" }, { "info": { "name": "Delete a customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.loyverse.com/v1.0/customers/:customer_id", "params": [ { "name": "customer_id", "value": "", "type": "path" } ] }, "docs": "Delete a customer" } ] } ], "bundled": true }