{ "opencollection": "1.0.0", "info": { "name": "Channel Accounts Contact Handles API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Contact Handles", "type": "folder" }, "items": [ { "info": { "name": "Add contact handle", "type": "http" }, "http": { "method": "POST", "url": "https://api2.frontapp.com/contacts/:contact_id/handles", "params": [ { "name": "contact_id", "value": "", "type": "path", "description": "The contact ID. Alternatively, you can supply the contact's source and handle as a [resource alias](https://dev.frontapp.com/docs/resource-aliases-1)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new handle to a contact.\n\nRequired scope: `contacts:write`" }, { "info": { "name": "Delete contact handle", "type": "http" }, "http": { "method": "DELETE", "url": "https://api2.frontapp.com/contacts/:contact_id/handles", "params": [ { "name": "contact_id", "value": "", "type": "path", "description": "The contact ID. Alternatively, you can supply the contact's source and handle as a [resource alias](https://dev.frontapp.com/docs/resource-aliases-1)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove a handle from a contact.\n\nRequired scope: `contacts:write`" } ] } ], "bundled": true }