{ "opencollection": "1.0.0", "info": { "name": "Twice Admin API Keys Customers API", "version": "2023-02-01" }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "Get all customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.twicecommerce.com/admin/customers", "headers": [ { "name": "x-rentle-version", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "How many objects to retrieve." }, { "name": "pageToken", "value": "", "type": "query", "description": "Token to retrieve the next page of results. This is returned in the paged response." }, { "name": "lastPurchaseDate", "value": "", "type": "query" }, { "name": "marketing", "value": "", "type": "query" } ] }, "docs": "Retrieves all customers of the authenticated merchant." }, { "info": { "name": "Search customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.twicecommerce.com/admin/customers/search", "headers": [ { "name": "x-rentle-version", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "How many objects to retrieve." }, { "name": "pageToken", "value": "", "type": "query", "description": "Token to retrieve the next page of results. This is returned in the paged response." }, { "name": "lastPurchaseDate", "value": "", "type": "query" }, { "name": "query", "value": "", "type": "query" } ] }, "docs": "Queries all customers that match the provided query parameters." }, { "info": { "name": "Get customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.twicecommerce.com/admin/customers/:id", "headers": [ { "name": "x-rentle-version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieves a single customer by id." } ] } ], "bundled": true }