{ "opencollection": "1.0.0", "info": { "name": "Channel Accounts Contact Groups API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Contact Groups", "type": "folder" }, "items": [ { "info": { "name": "List groups", "type": "http" }, "http": { "method": "GET", "url": "https://api2.frontapp.com/contact_groups" }, "docs": "List the contact groups.\n\n> ⚠️ Deprecated endpoint\n>\n> This endpoint has been deprecated. Please use the compatible contact list endpoints instead.\n> - `GET /contact_lists`.\n\n\nRequired scope: `contacts:read`" }, { "info": { "name": "Create group", "type": "http" }, "http": { "method": "POST", "url": "https://api2.frontapp.com/contact_groups", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new contact group in the default team (workspace).\n\n> ⚠️ Deprecated endpoint\n>\n> This endpoint has been deprecated. Please use the compatible contact list endpoints instead.\n> - `POST /contact_lists`.\n\n\nRequired scope: `contacts:write`" }, { "info": { "name": "Delete group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api2.frontapp.com/contact_groups/:contact_group_id", "params": [ { "name": "contact_group_id", "value": "", "type": "path", "description": "The contact group ID" } ] }, "docs": "Delete a contact group.\n\n> ⚠️ Deprecated endpoint\n>\n> This endpoint has been deprecated. Please use the compatible contact list endpoints instead.\n> - `DELETE /contact_lists/{contact_list_id}`.\n\n\nRequired scope: `contacts:delete`" }, { "info": { "name": "List contacts in group", "type": "http" }, "http": { "method": "GET", "url": "https://api2.frontapp.com/contact_groups/:contact_group_id/contacts", "params": [ { "name": "contact_group_id", "value": "", "type": "path", "description": "The contact group ID" }, { "name": "page_token", "value": "", "type": "query", "description": "Token to use to request the [next page](https://dev.frontapp.com/docs/pagination)" }, { "name": "limit", "value": "", "type": "query", "description": "Max number of results per [page](https://dev.frontapp.com/docs/pagination)" } ] }, "docs": "List the contacts belonging to the requested group.\n\n> ⚠️ Deprecated endpoint\n>\n> This endpoint has been deprecated. Please use the compatible contact list endpoints instead.\n> - `GET /contact_lists/{contact_list_id}/contacts`.\n\n\nRequired scope: `contacts:read`" }, { "info": { "name": "Add contacts to group", "type": "http" }, "http": { "method": "POST", "url": "https://api2.frontapp.com/contact_groups/:contact_group_id/contacts", "params": [ { "name": "contact_group_id", "value": "", "type": "path", "description": "The contact group ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add contacts to the requested group.\n\n> ⚠️ Deprecated endpoint\n>\n> This endpoint has been deprecated. Please use the compatible contact list endpoints instead.\n> - `POST /contact_lists/{contact_list_id}/contacts`.\n\n\nRequired scope: `contacts:write`" }, { "info": { "name": "Remove contacts from group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api2.frontapp.com/contact_groups/:contact_group_id/contacts", "params": [ { "name": "contact_group_id", "value": "", "type": "path", "description": "The contact group ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove contacts from the requested group.\n\n> ⚠️ Deprecated endpoint\n>\n> This endpoint has been deprecated. Please use the compatible contact list endpoints instead.\n> - `DELETE /contact_lists/{contact_list_id}/contacts`.\n\n\nRequired scope: `contacts:write`" }, { "info": { "name": "List teammate groups", "type": "http" }, "http": { "method": "GET", "url": "https://api2.frontapp.com/teammates/:teammate_id/contact_groups", "params": [ { "name": "teammate_id", "value": "", "type": "path", "description": "The teammate ID. Alternatively, you can supply an email as a [resource alias](https://dev.frontapp.com/docs/resource-aliases-1)." } ] }, "docs": "List the contact groups belonging to the requested teammate.\n\n> ⚠️ Deprecated endpoint\n>\n> This endpoint has been deprecated. Please use the compatible contact list endpoints instead.\n> - `GET /teammates/{teammate_id}/contact_lists`.\n\n\nRequired scope: `contacts:read`" }, { "info": { "name": "Create teammate group", "type": "http" }, "http": { "method": "POST", "url": "https://api2.frontapp.com/teammates/:teammate_id/contact_groups", "params": [ { "name": "teammate_id", "value": "", "type": "path", "description": "The teammate ID. Alternatively, you can supply an email as a [resource alias](https://dev.frontapp.com/docs/resource-aliases-1)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new contact group for the requested teammate.\n\n> ⚠️ Deprecated endpoint\n>\n> This endpoint has been deprecated. Please use the compatible contact list endpoints instead.\n> - `POST /teammates/{teammate_id}/contact_lists`.\n\n\nRequired scope: `contacts:write`" }, { "info": { "name": "List team groups", "type": "http" }, "http": { "method": "GET", "url": "https://api2.frontapp.com/teams/:team_id/contact_groups", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "The team ID" } ] }, "docs": "List contact groups belonging to the requested team (workspace).\n\n> ⚠️ Deprecated endpoint\n>\n> This endpoint has been deprecated. Please use the compatible contact list endpoints instead.\n> - `GET /teams/{team_id}/contact_lists`.\n\n\nRequired scope: `contacts:read`" }, { "info": { "name": "Create team group", "type": "http" }, "http": { "method": "POST", "url": "https://api2.frontapp.com/teams/:team_id/contact_groups", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "The team ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new contact group for the requested team (workspace).\n\n> ⚠️ Deprecated endpoint\n>\n> This endpoint has been deprecated. Please use the compatible contact list endpoints instead.\n> - `POST /teams/{team_id}/contact_lists`.\n\n\nRequired scope: `contacts:write`" } ] } ], "bundled": true }