{ "opencollection": "1.0.0", "info": { "name": "Dodo Payments Checkout Sessions Customers API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List customers", "type": "http" }, "http": { "method": "GET", "url": "https://live.dodopayments.com/customers", "params": [ { "name": "page_number", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "email", "value": "", "type": "query" } ] }, "docs": "List customers" }, { "info": { "name": "Create a customer", "type": "http" }, "http": { "method": "POST", "url": "https://live.dodopayments.com/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Create a customer" }, { "info": { "name": "Get a customer", "type": "http" }, "http": { "method": "GET", "url": "https://live.dodopayments.com/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a customer" }, { "info": { "name": "Update a customer", "type": "http" }, "http": { "method": "PATCH", "url": "https://live.dodopayments.com/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a customer" }, { "info": { "name": "Create a customer portal session", "type": "http" }, "http": { "method": "POST", "url": "https://live.dodopayments.com/customers/:id/customer-portal/session", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Create a customer portal session" } ] } ], "bundled": true }