{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses customer_password_resets API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "customer_password_resets", "type": "folder" }, "items": [ { "info": { "name": "List all customer password resets", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/customer_password_resets" }, "docs": "List all customer password resets" }, { "info": { "name": "Create a customer password reset", "type": "http" }, "http": { "method": "POST", "url": "https://{your_organization_slug}.commercelayer.io/api/customer_password_resets", "body": { "type": "json", "data": "{}" } }, "docs": "Create a customer password reset" }, { "info": { "name": "Retrieve a customer password reset", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/customer_password_resets/:customerPasswordResetId", "params": [ { "name": "customerPasswordResetId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve a customer password reset" }, { "info": { "name": "Update a customer password reset", "type": "http" }, "http": { "method": "PATCH", "url": "https://{your_organization_slug}.commercelayer.io/api/customer_password_resets/:customerPasswordResetId", "params": [ { "name": "customerPasswordResetId", "value": "", "type": "path", "description": "The resource's id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a customer password reset" }, { "info": { "name": "Delete a customer password reset", "type": "http" }, "http": { "method": "DELETE", "url": "https://{your_organization_slug}.commercelayer.io/api/customer_password_resets/:customerPasswordResetId", "params": [ { "name": "customerPasswordResetId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Delete a customer password reset" } ] } ], "bundled": true }