{ "opencollection": "1.0.0", "info": { "name": "Intercom Admins Conversations API", "version": "2.15" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Conversations", "type": "folder" }, "items": [ { "info": { "name": "List conversations", "type": "http" }, "http": { "method": "GET", "url": "https://api.intercom.io/conversations" }, "docs": "Retrieves a paginated list of conversations." }, { "info": { "name": "Create a conversation", "type": "http" }, "http": { "method": "POST", "url": "https://api.intercom.io/conversations", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new user-initiated conversation." }, { "info": { "name": "Retrieve a conversation", "type": "http" }, "http": { "method": "GET", "url": "https://api.intercom.io/conversations/:conversation_id", "params": [ { "name": "conversation_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a conversation" } ] } ], "bundled": true }