{ "opencollection": "1.0.0", "info": { "name": "Lob U R L Shortener API", "version": "1.20.2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "U R L Shortener", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a domain", "type": "http" }, "http": { "method": "GET", "url": "https://api.lob.com/v1/domains/:domain_id", "params": [ { "name": "domain_id", "value": "", "type": "path", "description": "Unique identifier for a domain." } ] }, "docs": "Retrieve details for a single domain." }, { "info": { "name": "Delete a Domain", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lob.com/v1/domains/:domain_id", "params": [ { "name": "domain_id", "value": "", "type": "path", "description": "Unique identifier for a domain." } ] }, "docs": "Delete a registered domain. This operation can only be performed if all associated links with the domain are deleted." }, { "info": { "name": "Retrieve a link", "type": "http" }, "http": { "method": "GET", "url": "https://api.lob.com/v1/links/:link_id", "params": [ { "name": "link_id", "value": "", "type": "path", "description": "Unique identifier for a link." } ] }, "docs": "Retrieves a single shortened link." }, { "info": { "name": "Update a Link", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.lob.com/v1/links/:link_id", "params": [ { "name": "link_id", "value": "", "type": "path", "description": "Unique identifier for a link." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update any of the properties of a shortened link." }, { "info": { "name": "Delete Link", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lob.com/v1/links/:link_id", "params": [ { "name": "link_id", "value": "", "type": "path", "description": "Unique identifier for a link." } ] }, "docs": "Delete the shortened link." } ] } ], "bundled": true }