{ "opencollection": "1.0.0", "info": { "name": "Square Catalog Customers API", "version": "2026-01-22" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "Block Square List Customers", "type": "http" }, "http": { "method": "GET", "url": "https://connect.squareup.com/v2/customers", "params": [ { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return." } ] }, "docs": "Lists customer profiles associated with a Square account." }, { "info": { "name": "Block Square Create Customer", "type": "http" }, "http": { "method": "POST", "url": "https://connect.squareup.com/v2/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new customer for a business." } ] } ], "bundled": true }