{ "opencollection": "1.0.0", "info": { "name": "Hilos Contact Conversation API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Conversation", "type": "folder" }, "items": [ { "info": { "name": "List Conversations", "type": "http" }, "http": { "method": "GET", "url": "https://api.hilos.io/api/inbox/conversation", "params": [ { "name": "contact", "value": "", "type": "query", "description": "A Contact Id to filter the Conversations and only get those from that Contact." }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "search", "value": "", "type": "query", "description": "A search term." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Lists Conversations. " }, { "info": { "name": "Update a conversation", "type": "http" }, "http": { "method": "PUT", "url": "https://api.hilos.io/api/inbox/conversation/:id/update", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a Conversation" }, { "info": { "name": "Partially Update a Conversation", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.hilos.io/api/inbox/conversation/:id/update", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Partially update a Conversation" } ] } ], "bundled": true }