{ "opencollection": "1.0.0", "info": { "name": "Quo Public Calls Contacts API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "List contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.quo.com/v1/contacts", "params": [ { "name": "externalIds", "value": "", "type": "query" }, { "name": "sources", "value": "", "type": "query" }, { "name": "maxResults", "value": "", "type": "query" }, { "name": "pageToken", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve a paginated list of contacts. You can optionally filter the results by providing external IDs and sources. When no external IDs are provided, all contacts for the organization are returned." }, { "info": { "name": "Create a contact", "type": "http" }, "http": { "method": "POST", "url": "https://api.quo.com/v1/contacts", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a contact for a workspace." }, { "info": { "name": "Get a contact by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.quo.com/v1/contacts/:id", "params": [ { "name": "id", "value": "66d0d87e8dc1211467372303", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve detailed information about a specific contact in your Quo workspace using the contact's unique identifier." }, { "info": { "name": "Update a contact by ID", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.quo.com/v1/contacts/:id", "params": [ { "name": "id", "value": "66d0d87e8dc1211467372303", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Modify an existing contact in your Quo workspace using the contact's unique identifier." }, { "info": { "name": "Delete a contact", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.quo.com/v1/contacts/:id", "params": [ { "name": "id", "value": "66d0d87e8dc1211467372303", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete a contact by its unique identifier." } ] } ], "bundled": true }