{ "opencollection": "1.0.0", "info": { "name": "VSCO Workspace Brands Contacts API", "version": "v2.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "List contacts of a studio", "type": "http" }, "http": { "method": "GET", "url": "https://tave.io/v2/address-book", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page of results to return." }, { "name": "pageSize", "value": "", "type": "query", "description": "Number of results per page to return in the collection." }, { "name": "includeHidden", "value": "", "type": "query", "description": "Include objects that have been hidden" }, { "name": "email", "value": "", "type": "query", "description": "Filter objects by email. When this is specified, a rank will be calculated\nso that it can be used to sort the results in highest rank first." }, { "name": "sortBy", "value": "", "type": "query", "description": "Sort items in the collection by the given property." } ] }, "docs": "List contacts of a studio" }, { "info": { "name": "Create an entry in the address book.", "type": "http" }, "http": { "method": "POST", "url": "https://tave.io/v2/address-book", "body": { "type": "json", "data": "{}" } }, "docs": "Create an entry in the address book." }, { "info": { "name": "Fetch a specific Address Book entity.", "type": "http" }, "http": { "method": "GET", "url": "https://tave.io/v2/address-book/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ULID to perform an action on." } ] }, "docs": "Fetch a specific Address Book entity." }, { "info": { "name": "Update a specific entry in the address book", "type": "http" }, "http": { "method": "PUT", "url": "https://tave.io/v2/address-book/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ULID to perform an action on." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific entry in the address book" }, { "info": { "name": "Delete an entry in the address book.", "type": "http" }, "http": { "method": "DELETE", "url": "https://tave.io/v2/address-book/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ULID to perform an action on." } ] }, "docs": "Delete an entry in the address book." } ] } ], "bundled": true }