{ "opencollection": "1.0.0", "info": { "name": "Shipments Address API", "version": "3.0.0" }, "items": [ { "info": { "name": "Address", "type": "folder" }, "items": [ { "info": { "name": "Validate an address", "type": "http" }, "http": { "method": "POST", "url": "https://panel.sendcloud.sc/api/v3/addresses/validate", "headers": [ { "name": "Sendcloud-Partner-Id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This address validation endpoint allows you to validate shipping addresses before using them.\nBy validating addresses in advance, you can ensure that the shipping information is accurate and complete,\nreducing the risk of delivery issues and improving overall shipping efficiency.\nProviding the carrier helps to tailor the address validation process according to specific carrier requirements.\nUsing additional validation methods can further enhance the accuracy of the address verification.\n\nThe def" } ] } ], "bundled": true }