{ "opencollection": "1.0.0", "info": { "name": "Intercom Admins Contacts API", "version": "2.15" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "List contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.intercom.io/contacts", "params": [ { "name": "per_page", "value": "", "type": "query" }, { "name": "starting_after", "value": "", "type": "query" } ] }, "docs": "Retrieves a paginated list of contacts." }, { "info": { "name": "Create a contact", "type": "http" }, "http": { "method": "POST", "url": "https://api.intercom.io/contacts", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new contact (user or lead) in your Intercom workspace." }, { "info": { "name": "Retrieve a contact", "type": "http" }, "http": { "method": "GET", "url": "https://api.intercom.io/contacts/:contact_id", "params": [ { "name": "contact_id", "value": "", "type": "path" } ] }, "docs": "Retrieves a single contact by ID." } ] } ], "bundled": true }