{ "opencollection": "1.0.0", "info": { "name": "Skydropx Pro Address Templates API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://pro.skydropx.com/api/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Address Templates", "type": "folder" }, "items": [ { "info": { "name": "List address templates", "type": "http" }, "http": { "method": "GET", "url": "https://pro.skydropx.com/api/v1/address_templates" }, "docs": "Retrieves all saved address templates." }, { "info": { "name": "Create an address template", "type": "http" }, "http": { "method": "POST", "url": "https://pro.skydropx.com/api/v1/address_templates", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new saved address template." }, { "info": { "name": "Retrieve an address template", "type": "http" }, "http": { "method": "GET", "url": "https://pro.skydropx.com/api/v1/address_templates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieves a saved address template by id." }, { "info": { "name": "Update an address template", "type": "http" }, "http": { "method": "PATCH", "url": "https://pro.skydropx.com/api/v1/address_templates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a saved address template." }, { "info": { "name": "Delete an address template", "type": "http" }, "http": { "method": "DELETE", "url": "https://pro.skydropx.com/api/v1/address_templates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Deletes a saved address template." }, { "info": { "name": "Validate an address with carriers", "type": "http" }, "http": { "method": "POST", "url": "https://pro.skydropx.com/api/v1/address_templates/:id/verify_by_carriers", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Validates a saved address against carrier serviceability." } ] } ], "bundled": true }