{ "opencollection": "1.0.0", "info": { "name": "Sequence Billing Schedules Customers API", "version": "2024-07-30" }, "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://eu.sequencehq.com/customers", "headers": [ { "name": "sequence-version", "value": "" } ], "params": [ { "name": "legalName", "value": "", "type": "query" }, { "name": "email", "value": "", "type": "query" }, { "name": "alias", "value": "", "type": "query" }, { "name": "label", "value": "", "type": "query" }, { "name": "billingStatus", "value": "", "type": "query" }, { "name": "includeArchived", "value": "", "type": "query" }, { "name": "sortBy", "value": "", "type": "query" }, { "name": "sortOrder", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "after", "value": "", "type": "query" }, { "name": "before", "value": "", "type": "query" } ] }, "docs": "Lists customers with filtering, sorting, and cursor pagination. Confirmed against the live Sequence API reference." }, { "info": { "name": "Create a customer", "type": "http" }, "http": { "method": "POST", "url": "https://eu.sequencehq.com/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new customer. Schema modeled from the documented operation." }, { "info": { "name": "Get a customer", "type": "http" }, "http": { "method": "GET", "url": "https://eu.sequencehq.com/customers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The customer ID." } ] }, "docs": "Retrieves a customer by ID. Schema modeled." }, { "info": { "name": "Update a customer", "type": "http" }, "http": { "method": "PUT", "url": "https://eu.sequencehq.com/customers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The customer ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a customer. Schema modeled." } ] } ], "bundled": true }