{ "opencollection": "1.0.0", "info": { "name": "Dispatch Files API v1 Appointments Customers API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List customers", "type": "http" }, "http": { "method": "GET", "url": "https://files-api.dispatch.me/v3/customers", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return. Maximum value is 100." }, { "name": "offset", "value": "", "type": "query", "description": "Number of records to skip." }, { "name": "filter[email_eq]", "value": "", "type": "query", "description": "Find a customer by email" }, { "name": "filter[external_id_contains]", "value": "", "type": "query", "description": "Find a customer with a given external ID" }, { "name": "filter[organization_id_eq]", "value": "", "type": "query", "description": "Find customers for a specific organization" } ] }, "docs": "List customers" }, { "info": { "name": "Create a customer", "type": "http" }, "http": { "method": "POST", "url": "https://files-api.dispatch.me/v3/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Create a customer" }, { "info": { "name": "Update a customer", "type": "http" }, "http": { "method": "PATCH", "url": "https://files-api.dispatch.me/v3/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a customer" }, { "info": { "name": "Delete a customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://files-api.dispatch.me/v3/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a customer" } ] } ], "bundled": true }