{ "opencollection": "1.0.0", "info": { "name": "Alianza Virtual Fax Line API", "version": "2" }, "items": [ { "info": { "name": "Virtual Fax Line", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Virtual Fax Line", "type": "http" }, "http": { "method": "GET", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/account/:accountId/vfax/:id", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" }, { "name": "accountId", "value": "", "type": "path", "description": "ID of account" }, { "name": "id", "value": "", "type": "path", "description": "VirtualFaxLineID" } ] }, "docs": "Use to retrieve a Virtual Fax Line" }, { "info": { "name": "Update Virtual Fax Line", "type": "http" }, "http": { "method": "PUT", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/account/:accountId/vfax/:id", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" }, { "name": "accountId", "value": "", "type": "path", "description": "ID of account" }, { "name": "id", "value": "", "type": "path", "description": "VirtualFaxLineID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use to update a Virtual Fax Line" }, { "info": { "name": "Update Virtual Fax Line", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/account/:accountId/vfax/:id", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" }, { "name": "accountId", "value": "", "type": "path", "description": "ID of account" }, { "name": "id", "value": "", "type": "path", "description": "VirtualFaxLineID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use to update a Virtual Fax Line" }, { "info": { "name": "Delete Virtual Fax Line", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/account/:accountId/vfax/:id", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" }, { "name": "accountId", "value": "", "type": "path", "description": "ID of account" }, { "name": "id", "value": "", "type": "path", "description": "VirtualFaxLineID" } ] }, "docs": "Use to delete a Virtual Fax Line" }, { "info": { "name": "Retrieve list of Virtual Fax Lines", "type": "http" }, "http": { "method": "GET", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/account/:accountId/vfax", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" }, { "name": "accountId", "value": "", "type": "path", "description": "ID of account" } ] }, "docs": "Use to retrieve a list of all Virtual Fax Lines on an account" }, { "info": { "name": "Create a Virtual Fax Line", "type": "http" }, "http": { "method": "POST", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/account/:accountId/vfax", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" }, { "name": "accountId", "value": "", "type": "path", "description": "ID of account" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use to create a VirtualFaxLine" } ] } ], "bundled": true }