{ "opencollection": "1.0.0", "info": { "name": "Pagar.me Core Anticipations Customers API", "version": "5" }, "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://api.pagar.me/core/v5/customers", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" } ] }, "docs": "List customers" }, { "info": { "name": "Create customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.pagar.me/core/v5/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Create customer" }, { "info": { "name": "Get customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.pagar.me/core/v5/customers/:customer_id", "params": [ { "name": "customer_id", "value": "", "type": "path" } ] }, "docs": "Get customer" }, { "info": { "name": "Update customer", "type": "http" }, "http": { "method": "PUT", "url": "https://api.pagar.me/core/v5/customers/:customer_id", "params": [ { "name": "customer_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update customer" }, { "info": { "name": "Create customer address", "type": "http" }, "http": { "method": "POST", "url": "https://api.pagar.me/core/v5/customers/:customer_id/addresses", "params": [ { "name": "customer_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create customer address" } ] } ], "bundled": true }