{ "opencollection": "1.0.0", "info": { "name": "Shopmonkey Appointments Customers API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "Create a new customer record", "type": "http" }, "http": { "method": "POST", "url": "https://api.shopmonkey.cloud/v3/customer", "body": { "type": "json", "data": "{}" } }, "docs": "CONFIRMED endpoint." }, { "info": { "name": "Fetch a specific customer's details", "type": "http" }, "http": { "method": "GET", "url": "https://api.shopmonkey.cloud/v3/customer/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ] }, "docs": "CONFIRMED endpoint." }, { "info": { "name": "Update customer information", "type": "http" }, "http": { "method": "PUT", "url": "https://api.shopmonkey.cloud/v3/customer/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ] }, "docs": "CONFIRMED endpoint." }, { "info": { "name": "Soft delete a customer", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.shopmonkey.cloud/v3/customer/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ] }, "docs": "CONFIRMED endpoint." }, { "info": { "name": "Search customer entities", "type": "http" }, "http": { "method": "POST", "url": "https://api.shopmonkey.cloud/v3/customer/search" }, "docs": "CONFIRMED endpoint." }, { "info": { "name": "Search customers by email address", "type": "http" }, "http": { "method": "POST", "url": "https://api.shopmonkey.cloud/v3/customer/search-by-email" }, "docs": "CONFIRMED endpoint." }, { "info": { "name": "Search customers by phone number", "type": "http" }, "http": { "method": "POST", "url": "https://api.shopmonkey.cloud/v3/customer/search-by-phone" }, "docs": "CONFIRMED endpoint." }, { "info": { "name": "Retrieve vehicles linked to a customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.shopmonkey.cloud/v3/customer/:id/vehicle", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ] }, "docs": "CONFIRMED endpoint." }, { "info": { "name": "Retrieve orders associated with a specific customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.shopmonkey.cloud/v3/customer/:id/order", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ] }, "docs": "CONFIRMED endpoint." }, { "info": { "name": "Find all Deferred Services by Customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.shopmonkey.cloud/v3/customer/:parentId/deferred_service", "params": [ { "name": "parentId", "value": "", "type": "path" } ] }, "docs": "CONFIRMED endpoint." }, { "info": { "name": "Create a new email for the specified customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.shopmonkey.cloud/v3/customer/:id/email", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ] }, "docs": "CONFIRMED endpoint." }, { "info": { "name": "Update the specified email for a customer", "type": "http" }, "http": { "method": "PUT", "url": "https://api.shopmonkey.cloud/v3/customer/:id/email/:emailId", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." }, { "name": "emailId", "value": "", "type": "path" } ] }, "docs": "CONFIRMED endpoint." }, { "info": { "name": "Delete the specified email for a customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.shopmonkey.cloud/v3/customer/:id/email/:emailId", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." }, { "name": "emailId", "value": "", "type": "path" } ] }, "docs": "CONFIRMED endpoint." }, { "info": { "name": "Update a customer's phone number", "type": "http" }, "http": { "method": "PUT", "url": "https://api.shopmonkey.cloud/v3/customer/:id/phone", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ] }, "docs": "CONFIRMED endpoint." }, { "info": { "name": "Remove a phone number from a customer record", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.shopmonkey.cloud/v3/customer/:id/phone/:phoneId", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." }, { "name": "phoneId", "value": "", "type": "path" } ] }, "docs": "CONFIRMED endpoint." } ] } ], "bundled": true }